Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dvop.cpp160 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar); in DecodeVOLHeader()
181 BitstreamShowBits32(stream, 4, &tmpvar); in DecodeVOLHeader()
212 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar); in DecodeVOLHeader()
229 status = BitstreamShowBits32(stream, 27, &tmpvar); /* 10/12/01 */ in DecodeVOLHeader()
234 status = BitstreamShowBits32(stream, 27, &tmpvar); /* uncomment this line if you want in DecodeVOLHeader()
252 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar); in DecodeVOLHeader()
268 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar); in DecodeVOLHeader()
706 status = BitstreamShowBits32(stream, SHORT_VIDEO_START_MARKER_LENGTH, &tmpvar); in DecodeVOLHeader()
719 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar); in DecodeVOLHeader()
1029 status = BitstreamShowBits32(stream, SHORT_VIDEO_START_MARKER_LENGTH, &tmpvar); in DecodeShortHeader()
[all …]
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()
Dbitstream.cpp193 PV_STATUS BitstreamShowBits32(BitstreamDecVideo *stream, int nbits, uint32 *code) in BitstreamShowBits32() function
800 BitstreamShowBits32(stream, 17, &tmpvar); in quickSearchMotionMarker()
890 BitstreamShowBits32(stream, 19, &tmpvar); in quickSearchDCM()
Dbitstream.h39 PV_STATUS BitstreamShowBits32(BitstreamDecVideo *stream, int nbits, uint32 *code);
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()
Dvlc_decode.cpp109 BitstreamShowBits32(stream, 24, &code); in DecodeUserData()
115 BitstreamShowBits32(stream, 24, &code); in DecodeUserData()
Dcombined_decode.cpp205 status = BitstreamShowBits32(stream, GOB_RESYNC_MARKER_LENGTH, &tmpvar); in DecodeFrameCombinedMode()