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

  /frameworks/av/media/libstagefright/omx/
GraphicBufferSource.h 114 // the gap between two adjacent frames is capped at maxGapUs. Timestamp
120 status_t setMaxTimestampGapUs(int64_t maxGapUs);
GraphicBufferSource.cpp 832 status_t GraphicBufferSource::setMaxTimestampGapUs(int64_t maxGapUs) {
835 if (mExecuting || maxGapUs <= 0ll) {
839 mMaxTimestampGapUs = maxGapUs;
OMXNodeInstance.cpp 961 int64_t maxGapUs = *(int64_t *)data;
963 return bufferSource->setMaxTimestampGapUs(maxGapUs);
    [all...]

Completed in 77 milliseconds