Searched refs:resync_marker_length (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpacket_util.cpp35 int resync_marker_length; local
43 resync_marker_length = 17;
45 if (currVop->predictionType != I_VOP) resync_marker_length = 16 + fcode_forward;
47 status = PV_BitstreamShowBitsByteAlign(stream, resync_marker_length, &tmpvar32);
53 BitstreamReadBits32(stream, resync_marker_length);
H A Dcombined_decode.cpp57 int resync_marker_length; local
68 resync_marker_length = 17;
75 resync_marker_length = 16 + currVop->fcodeForward;
264 if ((tmpvar >> (23 - resync_marker_length)) == RESYNC_MARKER || long_zero_bits)
309 if ((status = quickSearchVideoPacketHeader(stream, resync_marker_length)) != PV_SUCCESS)
H A Ddatapart_decode.cpp51 int resync_marker_length; local
58 resync_marker_length = 17;
64 resync_marker_length = 16 + currVop->fcodeForward;
100 if ((status = quickSearchVideoPacketHeader(stream, resync_marker_length)) != PV_SUCCESS)

Completed in 70 milliseconds