Searched defs:mIsDeferred (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/camera/include/camera/camera2/
H A DOutputConfiguration.h75 mIsDeferred == other.mIsDeferred &&
99 if (mIsDeferred != other.mIsDeferred) {
100 return mIsDeferred < other.mIsDeferred;
120 bool mIsDeferred; member in class:android::hardware::camera2::params::OutputConfiguration
/frameworks/av/include/camera/camera2/
H A DOutputConfiguration.h75 mIsDeferred == other.mIsDeferred &&
99 if (mIsDeferred != other.mIsDeferred) {
100 return mIsDeferred < other.mIsDeferred;
120 bool mIsDeferred; member in class:android::hardware::camera2::params::OutputConfiguration

Completed in 54 milliseconds