Searched refs:uint32 (Results 1 - 25 of 68) sorted by relevance

123

/frameworks/base/core/proto/android/content/
H A Dconfiguration.proto31 uint32 mcc = 2;
32 uint32 mnc = 3;
34 uint32 screen_layout = 5;
35 uint32 touchscreen = 6;
36 uint32 keyboard_hidden = 7;
37 uint32 hard_keyboard_hidden = 8;
38 uint32 navigation = 9;
39 uint32 navigation_hidden = 10;
40 uint32 orientation = 11;
41 uint32 ui_mod
[all...]
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Ds_mp3bits.h92 uint32 usedBits;
93 uint32 inputBufferCurrentLength;
94 uint32 offset;
H A Dpvmp3_crc.h84 uint32 getbits_crc(tmp3Bits *inputStream,
86 uint32 *crc,
87 uint32 crc_enabled);
90 void calculate_crc(uint32 data,
91 uint32 length,
92 uint32 *crc);
H A Dpvmp3_crc.cpp46 uint32 *crc, memory location holding calculated crc value
47 uint32 crc_enabled flag to enable/disable crc checking
55 uint32 data, data vector
56 uint32 length, number of element upon the crc will be calculated
57 uint32 *crc, memory location holding calculated crc value
123 uint32 getbits_crc(tmp3Bits *inputStream, /* bit stream structure */
125 uint32 *crc,
126 uint32 crc_enabled)
128 uint32 bits = getNbits(inputStream, neededBits);
141 void calculate_crc(uint32 dat
[all...]
H A Dpvmp3_dec_defs.h140 uint32 part2_3_length;
141 uint32 big_values;
143 uint32 scalefac_compress;
144 uint32 window_switching_flag;
145 uint32 block_type;
146 uint32 mixed_block_flag;
147 uint32 table_select[3];
148 uint32 subblock_gain[3];
149 uint32 region0_count;
150 uint32 region1_coun
[all...]
H A Dpvmp3_mpeg2_get_scale_data.h93 uint32 *scalefac_buffer,
94 uint32 *scalefac_IIP_buffer,
H A Ds_huffcodetab.h84 uint32 linbits; /*number of linbits */
H A Dpvmp3_getbits.cpp110 uint32 getNbits(tmp3Bits *ptBitStream,
114 uint32 offset;
115 uint32 bitIndex;
120 uint32 returnValue = 0;
135 returnValue = (((uint32)(Elem)) << 24) |
136 (((uint32)(Elem1)) << 16) |
137 (((uint32)(Elem2)) << 8) |
138 ((uint32)(Elem3));
162 uint32 offset;
163 uint32 bitInde
[all...]
H A Dpvmp3_decode_header.h91 uint32 *crc);
H A Dpvmp3_get_side_info.h92 uint32 *crc);
H A Dpvmp3_getbits.h87 uint32 getNbits(tmp3Bits *pMainData,
93 uint32 getUpTo17bits(tmp3Bits *pMainData,
H A Dpvmp3_mpeg2_get_scale_factors.h94 uint32 *scalefac_IIP_buffer,
H A Dpvmp3_framedecoder.h95 uint32 pvmp3_decoderMemRequirements(void);
H A Dpvmp3_imdct_synth.h86 uint32 blk_type,
H A Dpvmp3_mpeg2_get_scale_factors.cpp44 uint32 *scalefac_IIP_buffer, auxiliary scale data
123 uint32 *scalefac_IIP_buffer,
130 uint32 *scalefac_buffer = &scalefac_IIP_buffer[56];
138 (uint32 *)scalefac_buffer,
139 (uint32 *)scalefac_IIP_buffer,
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dget_pred_outside.cpp116 *((uint32*)ptr) = temp; \
117 *((uint32*)(ptr+4)) = temp; \
118 *((uint32*)(ptr+=16)) = temp; \
119 *((uint32*)(ptr+4)) = temp; \
120 *((uint32*)(ptr+=16)) = temp; \
121 *((uint32*)(ptr+4)) = temp; \
122 *((uint32*)(ptr+=16)) = temp; \
123 *((uint32*)(ptr+4)) = temp; \
124 *((uint32*)(ptr+=16)) = temp; \
125 *((uint32*)(pt
[all...]
H A Dget_pred_adv_b_add.cpp91 uint32 pred_word, word1, word2;
106 *((uint32*)(pred_block += offset2)) = *((uint32*)prev);
107 *((uint32*)(pred_block += 4)) = *((uint32*)(prev + 4));
118 word1 = *((uint32*)prev); /* read 4 bytes, b4 b3 b2 b1 */
119 word2 = *((uint32*)(prev += 4)); /* read 4 bytes, b8 b7 b6 b5 */
122 *((uint32*)(pred_block += offset2)) = pred_word;
124 word1 = *((uint32*)(prev += 4)); /* b12 b11 b10 b9 */
127 *((uint32*)(pred_bloc
[all...]
H A Dmp4def.h156 #define ZERO_OUT_64BYTES(x) { *((uint32*)(x)) = *(((uint32*)(x))+1) = \
157 *(((uint32*)(x))+2) = *(((uint32*)(x))+3) = \
158 *(((uint32*)(x))+4) = *(((uint32*)(x))+5) = \
159 *(((uint32*)(x))+6) = *(((uint32*)(x))+7) = \
160 *(((uint32*)(x))+8) = *(((uint32*)(
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dpixelutils.cpp21 typedef uint32_t uint32; typedef
26 uint32* pInPix = static_cast<uint32*>(env->GetDirectBufferAddress(input));
27 uint32* pOutput = static_cast<uint32*>(env->GetDirectBufferAddress(output));
28 uint32* pOutRow = pOutput + offset;
30 uint32* pOutPix = pOutRow;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dsad_mb_offset.h53 x10 = *((uint32*)(ref += lx)); /* D C B A */
54 x11 = *((uint32*)(ref + 4)); /* H G F E */
55 x12 = *((uint32*)(ref + 8)); /* L K J I */
57 x10 = ((uint32)x10 >> SHIFT); /* 0 0 0 D */
59 x11 = ((uint32)x11 >> SHIFT); /* 0 0 0 H */
62 x12 = *((uint32*)(blk += 16));
63 x14 = *((uint32*)(blk + 4));
73 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes */
76 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */
79 x10 = *((uint32*)(re
[all...]
H A Dsad_inline.h47 if ((uint32)src2 >= (uint32)src1)
56 x7 = mask & ((uint32)x7 >> 1);
108 x10 = *((uint32*)(ref += lx));
109 x11 = *((uint32*)(ref + 4));
110 x12 = *((uint32*)(blk += 16));
111 x14 = *((uint32*)(blk + 4));
121 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes */
124 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */
127 x10 = *((uint32*)(re
[all...]
/frameworks/av/media/libstagefright/codecs/mp3dec/include/
H A Dpvmp3decoder_api.h159 uint32 CurrentFrameLength;
225 uint32 totalNumberOfBitsUsed;
239 uint32 pvmp3_decoderMemRequirements(void);
H A Dpvmp3_audio_type_defs.h71 typedef uint32_t uint32; typedef
/frameworks/base/tools/aapt2/
H A DResources.proto41 optional uint32 line_number = 1;
42 optional uint32 column_number = 2;
48 optional uint32 path_idx = 1;
70 optional uint32 package_id = 1;
83 optional uint32 id = 1;
135 optional uint32 id = 1;
210 optional uint32 id = 2;
248 optional uint32 first_char = 2;
251 optional uint32 last_char = 3;
266 optional uint32 typ
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
H A Dcvei.h143 uint32 iEncodeID;
183 uint32 iNumIntraMBRefresh;
235 uint32 iPacketSize;
291 uint32 iTimeStamp;
310 uint32 iVideoTimeStamp;
313 uint32 iExternalTimeStamp;
325 (uint32 aId, uint32 aEvent, uint32 aParam1 = 0) = 0;
434 uint32 iI
[all...]

Completed in 9023 milliseconds

123