Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/params/
DOutputConfiguration.java600 mIsReadoutSensorTimestampBase = false; in OutputConfiguration()
843 mIsReadoutSensorTimestampBase = false; in OutputConfiguration()
975 mIsReadoutSensorTimestampBase = false; in OutputConfiguration()
1371 mIsReadoutSensorTimestampBase = true; in setTimestampBase()
1374 mIsReadoutSensorTimestampBase = false; in setTimestampBase()
1387 if (mIsReadoutSensorTimestampBase) { in getTimestampBase()
1858 private boolean mIsReadoutSensorTimestampBase; field in OutputConfiguration