Home
last modified time | relevance | path

Searched refs:mTimePerCaptureUs (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/omx/
DGraphicBufferSource.cpp145 mTimePerCaptureUs(-1ll), in GraphicBufferSource()
778 if (mTimePerCaptureUs > 0ll) { in getTimestamp()
786 int64_t nFrames = (timeUs + mTimePerCaptureUs / 2 - mPrevCaptureUs) in getTimestamp()
787 / mTimePerCaptureUs; in getTimestamp()
793 mPrevCaptureUs = mPrevCaptureUs + nFrames * mTimePerCaptureUs; in getTimestamp()
1074 if (mExecuting || config.mTimePerFrameUs <= 0ll || config.mTimePerCaptureUs <= 0ll) { in setTimeLapseConfig()
1079 mTimePerCaptureUs = config.mTimePerCaptureUs; in setTimeLapseConfig()
DGraphicBufferSource.h139 int64_t mTimePerCaptureUs; // the time (us) between two frames for capture member
334 int64_t mTimePerCaptureUs;
DOMXNodeInstance.cpp1533 (long long)config.mTimePerFrameUs, (long long)config.mTimePerCaptureUs); in setInternalOption()
/frameworks/av/include/media/stagefright/
DACodec.h301 int64_t mTimePerCaptureUs; member
/frameworks/av/media/libstagefright/
DACodec.cpp523 mTimePerCaptureUs(-1ll), in ACodec()
1836 if (!msg->findInt64("time-lapse", &mTimePerCaptureUs)) { in configureCodec()
1837 mTimePerCaptureUs = -1ll; in configureCodec()
6657 if (mCodec->mTimePerCaptureUs > 0ll in setupInputSurface()
6661 timeLapse[1] = mCodec->mTimePerCaptureUs; in setupInputSurface()