HomeSort by relevance Sort by last modified time
    Searched refs:resync_marker_length (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
packet_util.cpp 35 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);
combined_decode.cpp 57 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)
datapart_decode.cpp 51 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 75 milliseconds