Searched refs:PV_BitstreamShowBitsByteAlign (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpacket_util.cpp47 status = PV_BitstreamShowBitsByteAlign(stream, resync_marker_length, &tmpvar32);
156 PV_BitstreamShowBitsByteAlign(stream, GOB_RESYNC_MARKER_LENGTH, &tmpvar);
237 PV_BitstreamShowBitsByteAlign(stream, SHORT_VIDEO_START_MARKER_LENGTH, &tmpvar);
H A Dbitstream.h142 PV_STATUS PV_BitstreamShowBitsByteAlign(BitstreamDecVideo *stream, int nbits, uint32 *code);
H A Dbitstream.cpp422 PV_STATUS PV_BitstreamShowBitsByteAlign(BitstreamDecVideo *stream, int nbits, uint32 *code) function
697 PV_BitstreamShowBitsByteAlign(stream, marker_length, &tmpvar);
H A Dcombined_decode.cpp213 status = PV_BitstreamShowBitsByteAlign(stream, GOB_RESYNC_MARKER_LENGTH, &tmpvar);
261 status = PV_BitstreamShowBitsByteAlign(stream, 23, &tmpvar); /* this call is valid for f_code < 8 */
H A Dvop.cpp1600 status = PV_BitstreamShowBitsByteAlign(currVol->bitstream, 22, &tmpvar);

Completed in 520 milliseconds