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

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

Completed in 1866 milliseconds