HomeSort by relevance Sort by last modified time
    Searched refs:uint8 (Results 26 - 50 of 419) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/sync/syncable/
blob.h 11 #include "base/basictypes.h" // For uint8.
15 typedef std::vector<uint8> Blob;
  /external/chromium/net/base/
dns_util.h 48 static const uint8 kDNSSEC_RSA_SHA1 = 5;
49 static const uint8 kDNSSEC_RSA_SHA1_NSEC3 = 7;
50 static const uint8 kDNSSEC_RSA_SHA256 = 8;
53 static const uint8 kDNSSEC_SHA1 = 1;
54 static const uint8 kDNSSEC_SHA256 = 2;
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/
802.11.h 91 uint8 dsap;
92 uint8 ssap;
93 uint8 ctl;
94 uint8 oui[DOT11_OUI_LEN];
155 uint8 category;
156 uint8 OUI[3];
157 uint8 type;
158 uint8 subtype;
159 uint8 data[1040];
165 uint8 category
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 91 uint8 dsap;
92 uint8 ssap;
93 uint8 ctl;
94 uint8 oui[DOT11_OUI_LEN];
155 uint8 category;
156 uint8 OUI[3];
157 uint8 type;
158 uint8 subtype;
159 uint8 data[1040];
165 uint8 category
    [all...]
  /external/protobuf/src/google/protobuf/io/
coded_stream.h 151 explicit CodedInputStream(const uint8* buffer, int size);
204 static const uint8* ReadLittleEndian32FromArray(const uint8* buffer,
207 static const uint8* ReadLittleEndian64FromArray(const uint8* buffer,
241 static const uint8* ExpectTagFromArray(
242 const uint8* buffer,
437 const uint8* buffer_;
438 const uint8* buffer_end_; // pointer to the end of the buffer.
560 // uint8* buffer
    [all...]
  /external/libyuv/files/source/
planar_functions.cc 24 static void SplitUV_NEON(const uint8* src_uv,
25 uint8* dst_u, uint8* dst_v, int pix) {
52 extern "C" TALIGN16(const uint8, kShuffleMaskABGRToARGB[16]) = {
57 extern "C" TALIGN16(const uint8, kShuffleMaskBGRAToARGB[16]) = {
64 static void SplitUV_SSE2(const uint8* src_uv,
65 uint8* dst_u, uint8* dst_v, int pix) {
101 static void SplitUV_SSE2(const uint8* src_uv,
102 uint8* dst_u, uint8* dst_v, int pix)
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
idct.h 48 void idctrow0(int16 *blk, uint8 *pred, uint8 *dst, int width);
49 void idctrow1(int16 *blk, uint8 *pred, uint8 *dst, int width);
50 void idctrow2(int16 *blk, uint8 *pred, uint8 *dst, int width);
51 void idctrow3(int16 *blk, uint8 *pred, uint8 *dst, int width);
52 void idctrow4(int16 *blk, uint8 *pred, uint8 *dst, int width)
    [all...]
mp4lib_int.h 38 uint8 *bitstreamBuffer; /* pointer to buffer memory */
50 uint8 text_1; /* texture_complexity_estimation_set_1 */
51 uint8 text_2; /* texture_complexity_estimation_set_2 */
52 uint8 mc; /* motion_compensation_complexity */
137 uint8 pred_block[384]; /* prediction block, Aug 3,2005 */
138 uint8 bitmapcol[6][8];
139 uint8 bitmaprow[6];
150 uint8 *Mode; /* Modes INTRA/INTER/etc. */
151 uint8 *CBP; /* MCBPC/CBPY stuff */
182 uint8 run
    [all...]
  /external/chromium/chrome/browser/autofill/crypto/
rc4_decryptor.h 22 PrepareKey(reinterpret_cast<const uint8 *>(password),
38 RunInternal(reinterpret_cast<uint8 *>(buffer.get()), data_size);
50 uint8 state[kKeyDataSize];
51 uint8 x;
52 uint8 y;
55 void SwapByte(uint8* byte1, uint8* byte2) {
56 uint8 temp = *byte1;
61 void PrepareKey(const uint8 *key_data, int key_data_len) {
62 uint8 index1 = 0
    [all...]
  /external/chromium/crypto/
signature_verifier.h 56 bool VerifyInit(const uint8* signature_algorithm,
58 const uint8* signature,
60 const uint8* public_key_info,
64 void VerifyUpdate(const uint8* data_part, int data_part_len);
72 // bool Verify(const uint8* data,
74 // const uint8* signature_algorithm,
76 // const uint8* signature,
78 // const uint8* public_key_info,
84 std::vector<uint8> signature_;
92 std::vector<uint8> public_key_info_
    [all...]
rsa_private_key.cc 47 const uint8 PrivateKeyInfoCodec::kRsaAlgorithmIdentifier[] = {
57 bool PrivateKeyInfoCodec::Export(std::vector<uint8>* output) {
58 std::list<uint8> content;
61 uint8 version = 0;
84 for (std::list<uint8>::iterator i = content.begin(); i != content.end(); ++i)
90 bool PrivateKeyInfoCodec::ExportPublicKeyInfo(std::vector<uint8>* output) {
92 std::vector<uint8> bit_string;
97 std::list<uint8> content;
110 for (std::list<uint8>::iterator i = content.begin(); i != content.end(); ++i)
116 bool PrivateKeyInfoCodec::ExportPublicKey(std::vector<uint8>* output)
    [all...]
  /external/neven/Embedded/common/src/b_ImageEm/
Functions.h 55 uint8* dstImagePtrA,
56 const uint8* srcImagePtrA,
75 uint8* dstImagePtrA,
76 const uint8* srcImagePtrA,
90 uint8* dstImagePtrA,
91 const uint8* srcImagePtrA,
  /external/chromium/chrome/browser/sync/util/
crypto_helpers.h 20 std::vector<uint8> bin_digest_;
26 void AddData(const uint8* data, int length);
28 AddData(reinterpret_cast<const uint8*>(data), length);
31 const std::vector<uint8>& GetDigest();
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
s_mp3bits.h 91 uint8 *pBuffer;
  /frameworks/ex/variablespeed/jni/
integral_types.h 28 typedef unsigned char uint8; typedef
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/include/
mp4dec_api.h 64 uint8 *data; /* pointer to output YUV buffer */
80 int (*readBitstreamData)(uint8 *buf, int nbytes_required, void *appData);
83 uint8 *outputFrame;
91 uint8 *volbuf[2]; /* maximum of 2 layers for now */
122 uint8 *yChan; /* The Y component frame the user can copy a new reference to */
123 uint8 *uChan; /* The U component frame the user can copy a new reference to */
124 uint8 *vChan; /* The V component frame the user can copy a new reference to */
125 uint8 *currentVop; /* The Vop for video the user can copy a new reference to */
150 OSCL_IMPORT_REF Bool PVInitVideoDecoder(VideoDecControls *decCtrl, uint8 *volbuf[], int32 *volbuf_size, int nLayers, int width, int height, MP4DecodingMode mode);
154 OSCL_IMPORT_REF void PVSetReferenceYUV(VideoDecControls *decCtrl, uint8 *refYUV)
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
bcmendian.h 82 (sizeof(*(ptr)) == sizeof(uint8) ? *(const uint8 *)(ptr) : \
83 sizeof(*(ptr)) == sizeof(uint16) ? _LTOH16_UA((const uint8 *)(ptr)) : \
84 sizeof(*(ptr)) == sizeof(uint32) ? _LTOH32_UA((const uint8 *)(ptr)) : \
85 *(uint8 *)0)
88 (sizeof(*(ptr)) == sizeof(uint8) ? *(const uint8 *)(ptr) : \
89 sizeof(*(ptr)) == sizeof(uint16) ? _NTOH16_UA((const uint8 *)(ptr)) : \
90 sizeof(*(ptr)) == sizeof(uint32) ? _NTOH32_UA((const uint8 *)(ptr)) : \
91 *(uint8 *)0
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmendian.h 82 (sizeof(*(ptr)) == sizeof(uint8) ? *(const uint8 *)(ptr) : \
83 sizeof(*(ptr)) == sizeof(uint16) ? _LTOH16_UA((const uint8 *)(ptr)) : \
84 sizeof(*(ptr)) == sizeof(uint32) ? _LTOH32_UA((const uint8 *)(ptr)) : \
85 *(uint8 *)0)
88 (sizeof(*(ptr)) == sizeof(uint8) ? *(const uint8 *)(ptr) : \
89 sizeof(*(ptr)) == sizeof(uint16) ? _NTOH16_UA((const uint8 *)(ptr)) : \
90 sizeof(*(ptr)) == sizeof(uint32) ? _NTOH32_UA((const uint8 *)(ptr)) : \
91 *(uint8 *)0
    [all...]