Home
last modified time | relevance | path

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

/frameworks/av/camera/include/camera/camera2/
DOutputConfiguration.h128 mUseReadoutTimestamp == other.mUseReadoutTimestamp &&
183 if (mUseReadoutTimestamp != other.mUseReadoutTimestamp) {
184 return mUseReadoutTimestamp < other.mUseReadoutTimestamp;
224 bool mUseReadoutTimestamp; variable
/frameworks/av/camera/camera2/
DOutputConfiguration.cpp103 return mUseReadoutTimestamp; in useReadoutTimestamp()
139 mUseReadoutTimestamp(false), in OutputConfiguration()
289 mUseReadoutTimestamp = useReadoutTimestamp != 0; in readFromParcel()
310 mMirrorMode, mUseReadoutTimestamp, mFormat, mDataspace, mUsage); in readFromParcel()
330 mUseReadoutTimestamp = false; in OutputConfiguration()
347 mMirrorMode(MIRROR_MODE_AUTO), mUseReadoutTimestamp(false), in OutputConfiguration()
412 err = parcel->writeInt32(mUseReadoutTimestamp ? 1 : 0); in writeToParcel()