HomeSort by relevance Sort by last modified time
    Searched refs:mTimePerCaptureUs (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/omx/
GraphicBufferSource.h 143 int64_t mTimePerCaptureUs; // the time (us) between two frames for capture
338 int64_t mTimePerCaptureUs;
GraphicBufferSource.cpp 144 mTimePerCaptureUs(-1ll),
788 if (mTimePerCaptureUs > 0ll
789 && (mTimePerCaptureUs > 2 * mTimePerFrameUs
790 || mTimePerFrameUs > 2 * mTimePerCaptureUs)) {
798 int64_t nFrames = (timeUs + mTimePerCaptureUs / 2 - mPrevCaptureUs)
799 / mTimePerCaptureUs;
805 mPrevCaptureUs = mPrevCaptureUs + nFrames * mTimePerCaptureUs;
825 //TODO: Fix the case when mMaxTimestampGapUs and mTimePerCaptureUs are both set.
    [all...]
OMXNodeInstance.cpp     [all...]
  /frameworks/av/include/media/stagefright/
ACodec.h 301 int64_t mTimePerCaptureUs;
  /frameworks/av/media/libstagefright/
ACodec.cpp 523 mTimePerCaptureUs(-1ll),
    [all...]

Completed in 469 milliseconds