Searched refs:BitstreamShowBits32 (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/module/codecs/m4v_h263/dec/src/ |
D | vop.cpp | 188 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar); in DecodeVOLHeader() 209 BitstreamShowBits32(stream, 4, &tmpvar); in DecodeVOLHeader() 240 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar); in DecodeVOLHeader() 257 status = BitstreamShowBits32(stream, 27, &tmpvar); /* 10/12/01 */ in DecodeVOLHeader() 262 status = BitstreamShowBits32(stream, 27, &tmpvar); /* uncomment this line if you want in DecodeVOLHeader() 280 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar); in DecodeVOLHeader() 296 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar); in DecodeVOLHeader() 749 status = BitstreamShowBits32(stream, SHORT_VIDEO_START_MARKER_LENGTH, &tmpvar); in DecodeVOLHeader() 762 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar); in DecodeVOLHeader() 1072 status = BitstreamShowBits32(stream, SHORT_VIDEO_START_MARKER_LENGTH, &tmpvar); in DecodeShortHeader() [all …]
|
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()
|
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()
|
D | bitstream.h | 39 PV_STATUS BitstreamShowBits32(BitstreamDecVideo *stream, int nbits, uint32 *code);
|
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()
|
D | vlc_decode.cpp | 109 BitstreamShowBits32(stream, 24, &code); in DecodeUserData() 115 BitstreamShowBits32(stream, 24, &code); in DecodeUserData()
|
D | combined_decode.cpp | 205 status = BitstreamShowBits32(stream, GOB_RESYNC_MARKER_LENGTH, &tmpvar); in DecodeFrameCombinedMode()
|