Searched refs:mMinExpectedDuration (Results 1 – 9 of 9) sorted by relevance
/frameworks/av/services/camera/libcameraservice/device3/hidl/ |
D | HidlCamera3OfflineSession.cpp | 111 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()
|
D | HidlCamera3Device.cpp | 373 *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/ |
D | AidlCamera3OfflineSession.cpp | 130 *this, mBufferRecords, /*legacyClient*/ false, mMinExpectedDuration, mIsFixedFps, in processCaptureResult() 177 *this, mBufferRecords, /*legacyClient*/ false, mMinExpectedDuration, mIsFixedFps, in notify()
|
D | AidlCamera3Device.cpp | 419 *this, *(mInterface), mLegacyClient, mMinExpectedDuration, mIsFixedFps, in processCaptureResult() 461 *this, *(mInterface), mLegacyClient, mMinExpectedDuration, mIsFixedFps, in notify()
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3OfflineSession.h | 251 nsecs_t mMinExpectedDuration = 0; variable
|
D | Camera3OutputStream.h | 438 nsecs_t mMinExpectedDuration = 0; variable
|
D | Camera3OutputStream.cpp | 1341 mMinExpectedDuration = duration; in onMinDurationChanged() 1473 int minVsyncs = (mMinExpectedDuration - vsyncEventData.frameInterval / 2) / in syncTimestampToDisplayLocked() 1495 float captureToVsyncIntervalRatio = 1.0f * mMinExpectedDuration / vsyncEventData.frameInterval; in syncTimestampToDisplayLocked()
|
D | Camera3Device.h | 1544 nsecs_t mMinExpectedDuration = 0; variable
|
D | Camera3Device.cpp | 2411 mMinExpectedDuration = 0; in configureStreamsLocked()
|