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

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_api.h 159 AVCFlag use_overrun_buffer; /* do not throw away the frame if output buffer is not big enough. member in struct:tagAVCEncParam
204 It follows the CPB spec for a particular level. However, when the users set use_overrun_buffer
avcenc_api.cpp 150 if (encParam->use_overrun_buffer == AVC_ON)
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 255 mEncParams->use_overrun_buffer = AVC_OFF;
    [all...]

Completed in 682 milliseconds