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

/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.h271 int64_t mTimePerFrameUs; member in class:android::GraphicBufferSource
H A DGraphicBufferSource.cpp61 mTimePerFrameUs(-1ll),
601 mPrevFrameUs += mTimePerFrameUs * nFrames;
858 mTimePerFrameUs = data[0];
/frameworks/av/include/media/stagefright/
H A DACodec.h218 int64_t mTimePerFrameUs; member in struct:android::ACodec
/frameworks/av/media/libstagefright/
H A DACodec.cpp422 mTimePerFrameUs(-1ll),
2464 mTimePerFrameUs = (int64_t) (1000000.0f / frameRate);
5117 && mCodec->mTimePerFrameUs > 0ll) {
5119 timeLapse[0] = mCodec->mTimePerFrameUs;

Completed in 198 milliseconds