Home
last modified time | relevance | path

Searched refs:mMinExpectedDuration (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/hidl/
DHidlCamera3OfflineSession.cpp111 mBufferRecords, /*legacyClient*/ false, mMinExpectedDuration, mIsFixedFps, in processCaptureResult_3_4()
153 mBufferRecords, /*legacyClient*/ false, mMinExpectedDuration, mIsFixedFps, in processCaptureResult()
190 mBufferRecords, /*legacyClient*/ false, mMinExpectedDuration, mIsFixedFps, in notify()
DHidlCamera3Device.cpp373 *mInterface, mLegacyClient, mMinExpectedDuration, mIsFixedFps, mRotationOverride, in processCaptureResult_3_4()
436 *mInterface, mLegacyClient, mMinExpectedDuration, mIsFixedFps, mRotationOverride, in processCaptureResult()
484 *mInterface, mLegacyClient, mMinExpectedDuration, mIsFixedFps, mRotationOverride, in notifyHelper()
/frameworks/av/services/camera/libcameraservice/device3/aidl/
DAidlCamera3OfflineSession.cpp130 *this, mBufferRecords, /*legacyClient*/ false, mMinExpectedDuration, mIsFixedFps, in processCaptureResult()
177 *this, mBufferRecords, /*legacyClient*/ false, mMinExpectedDuration, mIsFixedFps, in notify()
DAidlCamera3Device.cpp419 *this, *(mInterface), mLegacyClient, mMinExpectedDuration, mIsFixedFps, in processCaptureResult()
461 *this, *(mInterface), mLegacyClient, mMinExpectedDuration, mIsFixedFps, in notify()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OfflineSession.h251 nsecs_t mMinExpectedDuration = 0; variable
DCamera3OutputStream.h438 nsecs_t mMinExpectedDuration = 0; variable
DCamera3OutputStream.cpp1341 mMinExpectedDuration = duration; in onMinDurationChanged()
1473 int minVsyncs = (mMinExpectedDuration - vsyncEventData.frameInterval / 2) / in syncTimestampToDisplayLocked()
1495 float captureToVsyncIntervalRatio = 1.0f * mMinExpectedDuration / vsyncEventData.frameInterval; in syncTimestampToDisplayLocked()
DCamera3Device.h1544 nsecs_t mMinExpectedDuration = 0; variable
DCamera3Device.cpp2411 mMinExpectedDuration = 0; in configureStreamsLocked()