Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/omx/
DGraphicBufferSource.cpp60 mTimePerCaptureUs(-1ll), in GraphicBufferSource()
585 if (mTimePerCaptureUs > 0ll) { in getTimestamp()
593 int64_t nFrames = (timeUs + mTimePerCaptureUs / 2 - mPrevCaptureUs) in getTimestamp()
594 / mTimePerCaptureUs; in getTimestamp()
600 mPrevCaptureUs = mPrevCaptureUs + nFrames * mTimePerCaptureUs; in getTimestamp()
859 mTimePerCaptureUs = data[1]; in setTimeLapseUs()
DGraphicBufferSource.h270 int64_t mTimePerCaptureUs; variable
/frameworks/av/include/media/stagefright/
DACodec.h219 int64_t mTimePerCaptureUs; member
/frameworks/av/media/libstagefright/
DACodec.cpp423 mTimePerCaptureUs(-1ll), in ACodec()
1263 if (!msg->findInt64("time-lapse", &mTimePerCaptureUs)) { in configureCodec()
1264 mTimePerCaptureUs = -1ll; in configureCodec()
5116 if (err == OK && mCodec->mTimePerCaptureUs > 0ll in onCreateInputSurface()
5120 timeLapse[1] = mCodec->mTimePerCaptureUs; in onCreateInputSurface()