Searched refs:BitstreamShowBits32 (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/av/media/codecs/m4v_h263/dec/src/ |
H A D | vop.cpp | 156 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 D | packet_util.cpp | 156 BitstreamShowBits32(stream, GOB_RESYNC_MARKER_LENGTH, &tmpvar); in PV_GobHeader() 172 BitstreamShowBits32(stream, GOB_RESYNC_MARKER_LENGTH + 5, &tmpvar); in PV_GobHeader()
|
H A D | bitstream.cpp | 193 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 D | bitstream.h | 39 PV_STATUS BitstreamShowBits32(BitstreamDecVideo *stream, int nbits, uint32 *code);
|
H A D | datapart_decode.cpp | 198 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 D | vlc_decode.cpp | 109 BitstreamShowBits32(stream, 24, &code); in DecodeUserData() 115 BitstreamShowBits32(stream, 24, &code); in DecodeUserData()
|
H A D | combined_decode.cpp | 205 status = BitstreamShowBits32(stream, GOB_RESYNC_MARKER_LENGTH, &tmpvar); in DecodeFrameCombinedMode()
|