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

12 3 4 5 6 7 8 91011>>

  /external/libyuv/files/source/
scale_neon.cc 29 void ScaleRowDown2_NEON(const uint8* src_ptr, ptrdiff_t /* src_stride */,
30 uint8* dst, int dst_width) {
46 void ScaleRowDown2Int_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
47 uint8* dst, int dst_width) {
72 void ScaleRowDown4_NEON(const uint8* src_ptr, ptrdiff_t /* src_stride */,
73 uint8* dst_ptr, int dst_width) {
90 void ScaleRowDown4Int_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
91 uint8* dst_ptr, int dst_width) {
122 void ScaleRowDown34_NEON(const uint8* src_ptr,
124 uint8* dst_ptr, int dst_width)
    [all...]
  /external/chromium/crypto/
rsa_private_key.h 42 static const uint8 kRsaAlgorithmIdentifier[];
45 static const uint8 kBitStringTag = 0x03;
46 static const uint8 kIntegerTag = 0x02;
47 static const uint8 kNullTag = 0x05;
48 static const uint8 kOctetStringTag = 0x04;
49 static const uint8 kSequenceTag = 0x30;
61 bool Export(std::vector<uint8>* output);
65 bool ExportPublicKeyInfo(std::vector<uint8>* output);
69 bool ExportPublicKey(std::vector<uint8>* output);
75 bool Import(const std::vector<uint8>& input)
    [all...]
  /external/chromium_org/crypto/
rsa_private_key.h 38 static const uint8 kRsaAlgorithmIdentifier[];
41 static const uint8 kBitStringTag = 0x03;
42 static const uint8 kIntegerTag = 0x02;
43 static const uint8 kNullTag = 0x05;
44 static const uint8 kOctetStringTag = 0x04;
45 static const uint8 kSequenceTag = 0x30;
57 bool Export(std::vector<uint8>* output);
61 bool ExportPublicKeyInfo(std::vector<uint8>* output);
65 bool ExportPublicKey(std::vector<uint8>* output);
71 bool Import(const std::vector<uint8>& input)
    [all...]
ec_signature_creator_openssl.cc 18 bool ECSignatureCreatorImpl::Sign(const uint8* data,
20 std::vector<uint8>* signature) {
25 bool ECSignatureCreatorImpl::DecodeSignature(const std::vector<uint8>& der_sig,
26 std::vector<uint8>* out_raw_sig) {
curve25519_unittest.cc 20 uint8 alice_private_key[curve25519::kScalarBytes] = {3};
21 uint8 bob_private_key[curve25519::kScalarBytes] = {5};
24 uint8 alice_public_key[curve25519::kBytes];
27 uint8 bob_public_key[curve25519::kBytes];
32 uint8 alice_shared_key[curve25519::kBytes];
37 uint8 bob_shared_key[curve25519::kBytes];
ec_private_key_openssl.cc 33 const std::vector<uint8>& encrypted_private_key_info,
34 const std::vector<uint8>& subject_public_key_info) {
42 const std::vector<uint8>& encrypted_private_key_info,
43 const std::vector<uint8>& subject_public_key_info) {
51 std::vector<uint8>* output) {
56 bool ECPrivateKey::ExportPublicKey(std::vector<uint8>* output) {
61 bool ECPrivateKey::ExportValue(std::vector<uint8>* output) {
66 bool ECPrivateKey::ExportECParams(std::vector<uint8>* output) {
  /external/chromium_org/media/base/
byte_queue.h 28 void Push(const uint8* data, int size);
33 void Peek(const uint8** data, int* size) const;
40 uint8* front() const;
42 scoped_ptr<uint8[]> buffer_;
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
cld_unilib_windows.cc 26 return kUTF8LenTbl[*reinterpret_cast<const uint8*>(src)];
  /external/libyuv/files/include/libyuv/
scale.h 30 void ScalePlane(const uint8* src, int src_stride,
32 uint8* dst, int dst_stride,
47 int I420Scale(const uint8* src_y, int src_stride_y,
48 const uint8* src_u, int src_stride_u,
49 const uint8* src_v, int src_stride_v,
51 uint8* dst_y, int dst_stride_y,
52 uint8* dst_u, int dst_stride_u,
53 uint8* dst_v, int dst_stride_v,
59 int Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v
    [all...]
format_conversion.h 23 int BayerBGGRToI420(const uint8* src_bayer, int src_stride_bayer,
24 uint8* dst_y, int dst_stride_y,
25 uint8* dst_u, int dst_stride_u,
26 uint8* dst_v, int dst_stride_v,
30 int BayerGBRGToI420(const uint8* src_bayer, int src_stride_bayer,
31 uint8* dst_y, int dst_stride_y,
32 uint8* dst_u, int dst_stride_u,
33 uint8* dst_v, int dst_stride_v,
37 int BayerGRBGToI420(const uint8* src_bayer, int src_stride_bayer,
38 uint8* dst_y, int dst_stride_y
    [all...]
  /external/chromium_org/media/filters/
h264_to_annex_b_bitstream_converter.h 35 uint32 ParseConfigurationAndCalculateSize(const uint8* configuration_record,
51 uint32 CalculateNeededOutputBufferSize(const uint8* input,
79 bool ConvertAVCDecoderConfigToByteStream(const uint8* input,
81 uint8* output,
108 bool ConvertNalUnitStreamToByteStream(const uint8* input, uint32 input_size,
109 uint8* output, uint32* output_size);
117 uint8 nal_unit_length_field_width_;
  /external/chromium_org/media/mp4/
aac.h 33 bool Parse(const std::vector<uint8>& data);
53 bool ConvertEsdsToADTS(std::vector<uint8>* buffer) const;
57 std::vector<uint8> codec_specific_data() const {
72 uint8 profile_;
73 uint8 frequency_index_;
74 uint8 channel_config_;
78 std::vector<uint8> codec_specific_data_;
es_descriptor.h 34 static bool IsAAC(uint8 object_type);
39 bool Parse(const std::vector<uint8>& data);
41 uint8 object_type() const;
42 const std::vector<uint8>& decoder_specific_info() const;
54 uint8 object_type_;
55 std::vector<uint8> decoder_specific_info_;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4dec_lib.h 95 void BlockIDCT(uint8 *dst, uint8 *pred, int16 *blk, int width, int nzcoefs,
96 uint8 *bitmapcol, uint8 bitmaprow);
134 uint8 *cu_prev, /* i */
135 uint8 *cv_prev, /* i */
136 uint8 *pred_block, /* i */
147 uint8 *c_prev, /* i */
148 uint8 *pred_block, /* i */
161 uint8 *c_prev, /* i *
    [all...]
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
subsetsequence.h 17 void Add(uint8 e);
18 void Extract(int n, uint8* dst);
23 uint8 Median3(int sub);
35 uint8 seq_[kMaxSeq_];
36 uint8 count_[kMaxLevel_ + 1]; // +1 allows graceful overflow
  /external/chromium_org/media/base/simd/
convert_yuv_to_rgb_x86.cc 16 void ConvertYUVToRGB32_MMX(const uint8* yplane,
17 const uint8* uplane,
18 const uint8* vplane,
19 uint8* rgbframe,
28 uint8* rgb_row = rgbframe + y * rgbstride;
29 const uint8* y_ptr = yplane + y * ystride;
30 const uint8* u_ptr = uplane + (y >> y_shift) * uvstride;
31 const uint8* v_ptr = vplane + (y >> y_shift) * uvstride;
43 void ConvertYUVAToARGB_MMX(const uint8* yplane,
44 const uint8* uplane
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bt_amp_hci.h 31 uint8 plen;
32 uint8 parms[1];
40 #define HCI_CMD_OGF(opcode) ((uint8)(((opcode) >> 10) & 0x3F))
80 uint8 plh;
81 uint8 offset[2]; /* length so far */
82 uint8 max_remote[2];
86 uint8 plh;
87 uint8 offset[2];
88 uint8 len[2];
89 uint8 frag[1]
    [all...]
wpa.h 53 uint8 tag; /* TAG */
54 uint8 length; /* TAG length */
55 uint8 oui[3]; /* IE OUI */
56 uint8 oui_type; /* OUI type */
58 uint8 low;
59 uint8 high;
67 uint8 tag; /* TAG */
68 uint8 length; /* TAG length */
70 uint8 low;
71 uint8 high
    [all...]
802.11.h 92 uint8 dsap; /* always 0xAA */
93 uint8 ssap; /* always 0xAA */
94 uint8 ctl; /* always 0x03 */
95 uint8 oui[DOT11_OUI_LEN]; /* RFC1042: 0x00 0x00 0x00
164 uint8 category;
165 uint8 OUI[3];
166 uint8 type;
167 uint8 subtype;
168 uint8 data[1040];
174 uint8 category
    [all...]
bcmip.h 40 ((((uint8 *)(ip_body))[IP_VER_OFFSET] & IP_VER_MASK) >> IP_VER_SHIFT)
65 #define IPV4_HLEN(ipv4_body) (4 * (((uint8 *)(ipv4_body))[IPV4_VER_HL_OFFSET] & IPV4_HLEN_MASK))
69 #define IPV4_ADDR_NULL(a) ((((uint8 *)(a))[0] | ((uint8 *)(a))[1] | \
70 ((uint8 *)(a))[2] | ((uint8 *)(a))[3]) == 0)
72 #define IPV4_ADDR_BCAST(a) ((((uint8 *)(a))[0] & ((uint8 *)(a))[1] & \
73 ((uint8 *)(a))[2] & ((uint8 *)(a))[3]) == 0xff
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_lib.h 48 int dct_luma(AVCEncObject *encvid, int blkidx, uint8 *cur, uint8 *org, int *coef_cost);
58 void MBInterIdct(AVCCommonObj *video, uint8 *curL, AVCMacroblock *currMB, int picPitch);
68 void dct_luma_16x16(AVCEncObject *encvid, uint8 *curL, uint8 *orgL);
79 void dct_chroma(AVCEncObject *encvid, uint8 *curC, uint8 *orgC, int cr);
235 AVCEnc_Status BitstreamEncInit(AVCEncBitstream *bitstream, uint8 *buffer, int buf_size,
236 uint8 *overrunBuffer, int oBSize);
301 //bool IntraDecisionABE(AVCEncObject *encvid, int min_cost, uint8 *curL, int picPitch)
    [all...]
  /external/chromium/chrome/browser/sync/util/
data_encryption.h 17 vector<uint8> EncryptData(const string& data);
18 bool DecryptData(const vector<uint8>& in_data, string* out_data);
  /external/chromium/net/http/
des_unittest.cc 15 static const uint8 des_known_key[] = { "ANSI DES" };
18 static const uint8 des_ecb_known_plaintext[] = { "Netscape" };
21 static const uint8 des_ecb_known_ciphertext[] = {
25 uint8 ciphertext[8];
36 static const uint8 key[] = {
39 static const uint8 plaintext[] = { 0, 0, 0, 0, 0, 0, 0, 0 };
40 static const uint8 known_ciphertext[] = {
43 uint8 ciphertext[8];
  /external/chromium_org/media/webm/
cluster_builder.h 16 Cluster(scoped_ptr<uint8[]> data, int size);
19 const uint8* data() const { return data_.get(); }
23 scoped_ptr<uint8[]> data_;
36 const uint8* data, int size);
38 const uint8* data, int size);
46 void WriteBlock(uint8* buf, int track_num, int64 timecode, int flags,
47 const uint8* data, int size);
49 scoped_ptr<uint8[]> buffer_;
  /external/chromium_org/net/http/
des_unittest.cc 15 static const uint8 des_known_key[] = "ANSI DES";
18 static const uint8 des_ecb_known_plaintext[] = "Netscape";
21 static const uint8 des_ecb_known_ciphertext[] = {
25 uint8 ciphertext[8];
36 static const uint8 key[] = {
39 static const uint8 plaintext[] = { 0, 0, 0, 0, 0, 0, 0, 0 };
40 static const uint8 known_ciphertext[] = {
43 uint8 ciphertext[8];

Completed in 628 milliseconds

12 3 4 5 6 7 8 91011>>