Searched refs:h264bsdGetBits (Results 1 – 11 of 11) sorted by relevance
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_vui.c | 95 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 …]
|
D | h264bsd_sei.c | 200 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 …]
|
D | h264bsd_pic_param_set.c | 126 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()
|
D | h264bsd_seq_param_set.c | 98 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 …]
|
D | h264bsd_slice_header.c | 162 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 …]
|
D | h264bsd_nal_unit.c | 82 tmp = h264bsdGetBits(pStrmData, 1); in h264bsdDecodeNalUnit() 88 tmp = h264bsdGetBits(pStrmData, 2); in h264bsdDecodeNalUnit() 91 tmp = h264bsdGetBits(pStrmData, 5); in h264bsdDecodeNalUnit()
|
D | h264bsd_vlc.c | 161 bits = h264bsdGetBits(pStrmData, 1); in h264bsdDecodeExpGolombUnsigned() 189 bits = h264bsdGetBits(pStrmData, numZeros); in h264bsdDecodeExpGolombUnsigned() 382 *value = h264bsdGetBits(pStrmData,1); in h264bsdDecodeExpGolombTruncated()
|
D | h264bsd_stream.h | 58 u32 h264bsdGetBits(strmData_t *pStrmData, u32 numBits);
|
D | h264bsd_stream.c | 72 u32 h264bsdGetBits(strmData_t *pStrmData, u32 numBits) in h264bsdGetBits() function
|
D | h264bsd_util.c | 138 stuffing = h264bsdGetBits(pStrmData, stuffingLength); in h264bsdRbspTrailingBits()
|
D | h264bsd_macroblock_layer.c | 176 tmp = h264bsdGetBits(pStrmData, 1); in h264bsdDecodeMacroblockLayer() 184 value = h264bsdGetBits(pStrmData, 8); in h264bsdDecodeMacroblockLayer()
|