Searched refs:maxGapUs (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.h122 // the gap between two adjacent frames is capped at maxGapUs. Timestamp
128 status_t setMaxTimestampGapUs(int64_t maxGapUs);
H A DGraphicBufferSource.cpp1074 status_t GraphicBufferSource::setMaxTimestampGapUs(int64_t maxGapUs) { argument
1077 if (mExecuting || maxGapUs <= 0ll) {
1081 mMaxTimestampGapUs = maxGapUs;
H A DOMXNodeInstance.cpp1700 int64_t maxGapUs; local
1701 if (!getInternalOption(data, size, &maxGapUs)) {
1705 CLOG_CONFIG(setInternalOption, "gapUs=%lld", (long long)maxGapUs);
1706 return bufferSource->setMaxTimestampGapUs(maxGapUs);

Completed in 244 milliseconds