Home
last modified time | relevance | path

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

/frameworks/av/camera/include/camera/camera2/
DOutputConfiguration.h129 return gbpsLessThan(other);
139 bool gbpsLessThan(const OutputConfiguration& other) const;
/frameworks/av/camera/camera2/
DOutputConfiguration.cpp301 bool OutputConfiguration::gbpsLessThan(const OutputConfiguration& other) const { in gbpsLessThan() function in android::OutputConfiguration