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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
packet_util.cpp 186 currVop->gobFrameID = (int) BitstreamReadBits16(stream, 2);
228 currVop->gobFrameID = (int) BitstreamReadBits16(stream, 2);
mp4lib_int.h 77 int gobFrameID;
vop.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
combined_encode.cpp 101 if (currVol->shortVideoHeader && currVop->gobFrameID != currVop->predictionType)
102 currVop->gobFrameID = currVop->predictionType;
358 if (currVol->shortVideoHeader && currVop->gobFrameID != currVop->predictionType)
359 currVop->gobFrameID = currVop->predictionType;
688 status = BitstreamPutBits(stream, 2, video->currVop->gobFrameID); /* gob_frame_id */
mp4lib_int.h 68 Int gobFrameID;
mp4enc_api.cpp     [all...]

Completed in 99 milliseconds