Home
last modified time | relevance | path

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

/frameworks/av/camera/include/camera/camera2/
DOutputConfiguration.h127 return sensorPixelModesUsedLessThan(other);
138 bool sensorPixelModesUsedLessThan(const OutputConfiguration& other) const;
/frameworks/av/camera/camera2/
DOutputConfiguration.cpp285 bool OutputConfiguration::sensorPixelModesUsedLessThan(const OutputConfiguration& other) const { in sensorPixelModesUsedLessThan() function in android::OutputConfiguration