Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/camera2/params/
H A DOutputConfiguration.java578 mIsReadoutSensorTimestampBase = false; in OutputConfiguration()
680 mIsReadoutSensorTimestampBase = false; in OutputConfiguration()
1054 mIsReadoutSensorTimestampBase = true; in setTimestampBase()
1057 mIsReadoutSensorTimestampBase = false; in setTimestampBase()
1070 if (mIsReadoutSensorTimestampBase) { in getTimestampBase()
1488 private boolean mIsReadoutSensorTimestampBase; field in OutputConfiguration