Home
last modified time | relevance | path

Searched refs:h264bsdGetBits (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_vui.c95 tmp = h264bsdGetBits(pStrmData, 1); in h264bsdDecodeVuiParameters()
103 tmp = h264bsdGetBits(pStrmData, 8); in h264bsdDecodeVuiParameters()
110 tmp = h264bsdGetBits(pStrmData, 16); in h264bsdDecodeVuiParameters()
115 tmp = h264bsdGetBits(pStrmData, 16); in h264bsdDecodeVuiParameters()
122 tmp = h264bsdGetBits(pStrmData, 1); in h264bsdDecodeVuiParameters()
130 tmp = h264bsdGetBits(pStrmData, 1); in h264bsdDecodeVuiParameters()
137 tmp = h264bsdGetBits(pStrmData, 1); in h264bsdDecodeVuiParameters()
145 tmp = h264bsdGetBits(pStrmData, 3); in h264bsdDecodeVuiParameters()
150 tmp = h264bsdGetBits(pStrmData, 1); in h264bsdDecodeVuiParameters()
156 tmp = h264bsdGetBits(pStrmData, 1); in h264bsdDecodeVuiParameters()
[all …]
Dh264bsd_sei.c200 while((tmp = h264bsdGetBits(pStrmData, 8)) == 0xFF) in h264bsdDecodeSeiMessage()
209 while((tmp = h264bsdGetBits(pStrmData, 8)) == 0xFF) in h264bsdDecodeSeiMessage()
368 if (h264bsdGetBits(pStrmData, 1) != 1) in h264bsdDecodeSeiMessage()
372 if (h264bsdGetBits(pStrmData, 1) != 0) in h264bsdDecodeSeiMessage()
427 tmp = h264bsdGetBits(pStrmData, initialCpbRemovalDelayLength); in DecodeBufferingPeriod()
434 tmp = h264bsdGetBits(pStrmData, initialCpbRemovalDelayLength); in DecodeBufferingPeriod()
445 tmp = h264bsdGetBits(pStrmData, initialCpbRemovalDelayLength); in DecodeBufferingPeriod()
450 tmp = h264bsdGetBits(pStrmData, initialCpbRemovalDelayLength); in DecodeBufferingPeriod()
497 tmp = h264bsdGetBits(pStrmData, cpbRemovalDelayLength); in DecodePictureTiming()
502 tmp = h264bsdGetBits(pStrmData, dpbOutputDelayLength); in DecodePictureTiming()
[all …]
Dh264bsd_pic_param_set.c126 tmp = h264bsdGetBits(pStrmData, 1); in h264bsdDecodePicParamSet()
133 tmp = h264bsdGetBits(pStrmData, 1); in h264bsdDecodePicParamSet()
203 tmp = h264bsdGetBits(pStrmData, 1); in h264bsdDecodePicParamSet()
232 pPicParamSet->sliceGroupId[i] = h264bsdGetBits(pStrmData, tmp); in h264bsdDecodePicParamSet()
265 tmp = h264bsdGetBits(pStrmData, 1); in h264bsdDecodePicParamSet()
273 tmp = h264bsdGetBits(pStrmData, 2); in h264bsdDecodePicParamSet()
311 tmp = h264bsdGetBits(pStrmData, 1); in h264bsdDecodePicParamSet()
317 tmp = h264bsdGetBits(pStrmData, 1); in h264bsdDecodePicParamSet()
323 tmp = h264bsdGetBits(pStrmData, 1); in h264bsdDecodePicParamSet()
Dh264bsd_seq_param_set.c98 tmp = h264bsdGetBits(pStrmData, 8); in h264bsdDecodeSeqParamSet()
108 tmp = h264bsdGetBits(pStrmData, 1); in h264bsdDecodeSeqParamSet()
110 tmp = h264bsdGetBits(pStrmData, 1); in h264bsdDecodeSeqParamSet()
112 tmp = h264bsdGetBits(pStrmData, 1); in h264bsdDecodeSeqParamSet()
118 tmp = h264bsdGetBits(pStrmData, 5); in h264bsdDecodeSeqParamSet()
122 tmp = h264bsdGetBits(pStrmData, 8); in h264bsdDecodeSeqParamSet()
176 tmp = h264bsdGetBits(pStrmData, 1); in h264bsdDecodeSeqParamSet()
234 tmp = h264bsdGetBits(pStrmData, 1); in h264bsdDecodeSeqParamSet()
251 tmp = h264bsdGetBits(pStrmData, 1); in h264bsdDecodeSeqParamSet()
261 tmp = h264bsdGetBits(pStrmData, 1); in h264bsdDecodeSeqParamSet()
[all …]
Dh264bsd_slice_header.c162 tmp = h264bsdGetBits(pStrmData, i); in h264bsdDecodeSliceHeader()
193 tmp = h264bsdGetBits(pStrmData, i); in h264bsdDecodeSliceHeader()
262 tmp = h264bsdGetBits(pStrmData, 1); in h264bsdDecodeSliceHeader()
368 value = h264bsdGetBits(pStrmData, tmp); in h264bsdDecodeSliceHeader()
487 tmp = h264bsdGetBits(pStrmData, 1); in RefPicListReordering()
596 tmp = h264bsdGetBits(pStrmData, 1); in DecRefPicMarking()
601 tmp = h264bsdGetBits(pStrmData, 1); in DecRefPicMarking()
613 tmp = h264bsdGetBits(pStrmData, 1); in DecRefPicMarking()
834 tmp = h264bsdGetBits(tmpStrmData, i); in h264bsdCheckFrameNum()
915 tmp = h264bsdGetBits(tmpStrmData, i); in h264bsdCheckIdrPicId()
[all …]
Dh264bsd_nal_unit.c82 tmp = h264bsdGetBits(pStrmData, 1); in h264bsdDecodeNalUnit()
88 tmp = h264bsdGetBits(pStrmData, 2); in h264bsdDecodeNalUnit()
91 tmp = h264bsdGetBits(pStrmData, 5); in h264bsdDecodeNalUnit()
Dh264bsd_vlc.c161 bits = h264bsdGetBits(pStrmData, 1); in h264bsdDecodeExpGolombUnsigned()
189 bits = h264bsdGetBits(pStrmData, numZeros); in h264bsdDecodeExpGolombUnsigned()
382 *value = h264bsdGetBits(pStrmData,1); in h264bsdDecodeExpGolombTruncated()
Dh264bsd_stream.h58 u32 h264bsdGetBits(strmData_t *pStrmData, u32 numBits);
Dh264bsd_stream.c72 u32 h264bsdGetBits(strmData_t *pStrmData, u32 numBits) in h264bsdGetBits() function
Dh264bsd_util.c138 stuffing = h264bsdGetBits(pStrmData, stuffingLength); in h264bsdRbspTrailingBits()
Dh264bsd_macroblock_layer.c176 tmp = h264bsdGetBits(pStrmData, 1); in h264bsdDecodeMacroblockLayer()
184 value = h264bsdGetBits(pStrmData, 8); in h264bsdDecodeMacroblockLayer()