Home
last modified time | relevance | path

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

/frameworks/av/camera/include/camera/camera2/
DOutputConfiguration.h117 return gbpsLessThan(other);
124 bool gbpsLessThan(const OutputConfiguration& other) const;
/frameworks/av/camera/camera2/
DOutputConfiguration.cpp247 bool OutputConfiguration::gbpsLessThan(const OutputConfiguration& other) const { in gbpsLessThan() function in android::OutputConfiguration