Home
last modified time | relevance | path

Searched refs:BitstreamShowBits32 (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/av/media/codecs/m4v_h263/dec/src/
H A Dvop.cpp156 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar); in DecodeVOLHeader()
177 BitstreamShowBits32(stream, 4, &tmpvar); in DecodeVOLHeader()
208 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar); in DecodeVOLHeader()
225 status = BitstreamShowBits32(stream, 27, &tmpvar); /* 10/12/01 */ in DecodeVOLHeader()
230 status = BitstreamShowBits32(stream, 27, &tmpvar); /* uncomment this line if you want in DecodeVOLHeader()
248 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar); in DecodeVOLHeader()
264 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar); in DecodeVOLHeader()
717 status = BitstreamShowBits32(stream, SHORT_VIDEO_START_MARKER_LENGTH, &tmpvar); in DecodeVOLHeader()
730 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar); in DecodeVOLHeader()
1040 status = BitstreamShowBits32(stream, SHORT_VIDEO_START_MARKER_LENGTH, &tmpvar); in DecodeShortHeader()
[all …]
H A Dpacket_util.cpp156 BitstreamShowBits32(stream, GOB_RESYNC_MARKER_LENGTH, &tmpvar); in PV_GobHeader()
172 BitstreamShowBits32(stream, GOB_RESYNC_MARKER_LENGTH + 5, &tmpvar); in PV_GobHeader()
H A Dbitstream.cpp193 PV_STATUS BitstreamShowBits32(BitstreamDecVideo *stream, int nbits, uint32 *code) in BitstreamShowBits32() function
811 BitstreamShowBits32(stream, 17, &tmpvar); in quickSearchMotionMarker()
902 BitstreamShowBits32(stream, 19, &tmpvar); in quickSearchDCM()
H A Dbitstream.h39 PV_STATUS BitstreamShowBits32(BitstreamDecVideo *stream, int nbits, uint32 *code);
H A Ddatapart_decode.cpp198 status = BitstreamShowBits32(stream, DC_MARKER_LENGTH, &tmpvar); in DecodeDataPart_I_VideoPacket()
375 status = BitstreamShowBits32(stream, MOTION_MARKER_COMB_LENGTH, &tmpvar); in DecodeDataPart_P_VideoPacket()
H A Dvlc_decode.cpp109 BitstreamShowBits32(stream, 24, &code); in DecodeUserData()
115 BitstreamShowBits32(stream, 24, &code); in DecodeUserData()
H A Dcombined_decode.cpp205 status = BitstreamShowBits32(stream, GOB_RESYNC_MARKER_LENGTH, &tmpvar); in DecodeFrameCombinedMode()