Home
last modified time | relevance | path

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

/frameworks/av/camera/include/camera/camera2/
DOutputConfiguration.h115 mTimestampBase == other.mTimestampBase &&
159 if (mTimestampBase != other.mTimestampBase) {
160 return mTimestampBase < other.mTimestampBase;
191 int mTimestampBase; variable
/frameworks/base/core/java/android/hardware/camera2/params/
DOutputConfiguration.java534 mTimestampBase = TIMESTAMP_BASE_DEFAULT; in OutputConfiguration()
1004 mTimestampBase = timestampBase; in setTimestampBase()
1016 return mTimestampBase; in getTimestampBase()
1083 this.mTimestampBase = other.mTimestampBase; in OutputConfiguration()
1136 mTimestampBase = timestampBase; in OutputConfiguration()
1255 dest.writeInt(mTimestampBase); in writeToParcel()
1289 mTimestampBase != other.mTimestampBase || in equals()
1328 mDynamicRangeProfile, mStreamUseCase, mTimestampBase, mMirrorMode); in hashCode()
1337 mDynamicRangeProfile, mStreamUseCase, mTimestampBase, in hashCode()
1375 private int mTimestampBase; field in OutputConfiguration
/frameworks/av/camera/camera2/
DOutputConfiguration.cpp89 return mTimestampBase; in getTimestampBase()
107 mTimestampBase(TIMESTAMP_BASE_DEFAULT), in OutputConfiguration()
222 mTimestampBase = timestampBase; in readFromParcel()
256 mTimestampBase = TIMESTAMP_BASE_DEFAULT; in OutputConfiguration()
269 mTimestampBase(TIMESTAMP_BASE_DEFAULT), in OutputConfiguration()
323 err = parcel->writeInt32(mTimestampBase); in writeToParcel()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Stream.h642 int mTimestampBase; variable
DCamera3Stream.cpp85 mTimestampBase(timestampBase) { in Camera3Stream()
187 return mTimestampBase; in getTimestampBase()