Home
last modified time | relevance | path

Searched refs:END_OF_STREAM (Results 1 – 12 of 12) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_vui.c96 if (tmp == END_OF_STREAM) in h264bsdDecodeVuiParameters()
104 if (tmp == END_OF_STREAM) in h264bsdDecodeVuiParameters()
111 if (tmp == END_OF_STREAM) in h264bsdDecodeVuiParameters()
116 if (tmp == END_OF_STREAM) in h264bsdDecodeVuiParameters()
123 if (tmp == END_OF_STREAM) in h264bsdDecodeVuiParameters()
131 if (tmp == END_OF_STREAM) in h264bsdDecodeVuiParameters()
138 if (tmp == END_OF_STREAM) in h264bsdDecodeVuiParameters()
146 if (tmp == END_OF_STREAM) in h264bsdDecodeVuiParameters()
151 if (tmp == END_OF_STREAM) in h264bsdDecodeVuiParameters()
157 if (tmp == END_OF_STREAM) in h264bsdDecodeVuiParameters()
[all …]
Dh264bsd_sei.c204 if (tmp == END_OF_STREAM) in h264bsdDecodeSeiMessage()
213 if (tmp == END_OF_STREAM) in h264bsdDecodeSeiMessage()
428 if (tmp == END_OF_STREAM) in DecodeBufferingPeriod()
435 if (tmp == END_OF_STREAM) in DecodeBufferingPeriod()
446 if (tmp == END_OF_STREAM) in DecodeBufferingPeriod()
451 if (tmp == END_OF_STREAM) in DecodeBufferingPeriod()
498 if (tmp == END_OF_STREAM) in DecodePictureTiming()
503 if (tmp == END_OF_STREAM) in DecodePictureTiming()
511 if (tmp == END_OF_STREAM) in DecodePictureTiming()
520 if (tmp == END_OF_STREAM) in DecodePictureTiming()
[all …]
Dh264bsd_vlc.c127 if (h264bsdFlushBits(pStrmData, 3) == END_OF_STREAM) in h264bsdDecodeExpGolombUnsigned()
135 if (h264bsdFlushBits(pStrmData, 5) == END_OF_STREAM) in h264bsdDecodeExpGolombUnsigned()
143 if (h264bsdFlushBits(pStrmData, 7) == END_OF_STREAM) in h264bsdDecodeExpGolombUnsigned()
167 if (h264bsdFlushBits(pStrmData, 32) == END_OF_STREAM) in h264bsdDecodeExpGolombUnsigned()
190 if (bits == END_OF_STREAM) in h264bsdDecodeExpGolombUnsigned()
383 if (*value == END_OF_STREAM) in h264bsdDecodeExpGolombTruncated()
Dh264bsd_seq_param_set.c99 if (tmp == END_OF_STREAM) in h264bsdDecodeSeqParamSet()
114 if (tmp == END_OF_STREAM) in h264bsdDecodeSeqParamSet()
119 if (tmp == END_OF_STREAM) in h264bsdDecodeSeqParamSet()
123 if (tmp == END_OF_STREAM) in h264bsdDecodeSeqParamSet()
177 if (tmp == END_OF_STREAM) in h264bsdDecodeSeqParamSet()
235 if (tmp == END_OF_STREAM) in h264bsdDecodeSeqParamSet()
252 if (tmp == END_OF_STREAM) in h264bsdDecodeSeqParamSet()
262 if (tmp == END_OF_STREAM) in h264bsdDecodeSeqParamSet()
266 if (tmp == END_OF_STREAM) in h264bsdDecodeSeqParamSet()
316 if (tmp == END_OF_STREAM) in h264bsdDecodeSeqParamSet()
Dh264bsd_slice_header.c163 if (tmp == END_OF_STREAM) in h264bsdDecodeSliceHeader()
194 if (tmp == END_OF_STREAM) in h264bsdDecodeSliceHeader()
263 if (tmp == END_OF_STREAM) in h264bsdDecodeSliceHeader()
369 if (value == END_OF_STREAM) in h264bsdDecodeSliceHeader()
488 if (tmp == END_OF_STREAM) in RefPicListReordering()
597 if (tmp == END_OF_STREAM) in DecRefPicMarking()
602 if (tmp == END_OF_STREAM) in DecRefPicMarking()
614 if (tmp == END_OF_STREAM) in DecRefPicMarking()
835 if (tmp == END_OF_STREAM) in h264bsdCheckFrameNum()
916 if (tmp == END_OF_STREAM) in h264bsdCheckIdrPicId()
[all …]
Dh264bsd_pic_param_set.c134 if (tmp == END_OF_STREAM) in h264bsdDecodePicParamSet()
204 if (tmp == END_OF_STREAM) in h264bsdDecodePicParamSet()
312 if (tmp == END_OF_STREAM) in h264bsdDecodePicParamSet()
318 if (tmp == END_OF_STREAM) in h264bsdDecodePicParamSet()
324 if (tmp == END_OF_STREAM) in h264bsdDecodePicParamSet()
Dh264bsd_stream.c88 return(END_OF_STREAM); in h264bsdGetBits()
206 return(END_OF_STREAM); in h264bsdFlushBits()
Dh264bsd_nal_unit.c85 if (tmp == END_OF_STREAM) in h264bsdDecodeNalUnit()
Dh264bsd_cavlc.c336 if(h264bsdFlushBits(pStrmData,32-bits) == END_OF_STREAM) \
357 if(h264bsdFlushBits(pStrmData,32-bits) == END_OF_STREAM) \
771 ASSERT(VLC_NOT_FOUND != END_OF_STREAM); in h264bsdDecodeResidualBlockCavlc()
Dh264bsd_util.c139 if (stuffing == END_OF_STREAM) in h264bsdRbspTrailingBits()
Dh264bsd_util.h68 #define END_OF_STREAM 0xFFFFFFFFU macro
Dh264bsd_macroblock_layer.c185 if (value == END_OF_STREAM) in h264bsdDecodeMacroblockLayer()
414 if (h264bsdFlushBits(pStrmData, 8 + 3*tmp) == END_OF_STREAM) in DecodeMbPred()