HomeSort by relevance Sort by last modified time
    Searched full:fcode_forward (Results 1 - 1 of 1) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
packet_util.cpp 34 int fcode_forward; local
42 fcode_forward = currVop->fcodeForward;
45 if (currVop->predictionType != I_VOP) resync_marker_length = 16 + fcode_forward;
102 fcode_forward = (int) BitstreamReadBits16(stream, 3);

Completed in 213 milliseconds