Searched refs:otherGbps (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/camera/camera2/
H A DOutputConfiguration.cpp211 const std::vector<sp<IGraphicBufferProducer> >& otherGbps = local
214 if (mGbps.size() != otherGbps.size()) {
219 if (mGbps[i] != otherGbps[i]) {
228 const std::vector<sp<IGraphicBufferProducer> >& otherGbps = local
231 if (mGbps.size() != otherGbps.size()) {
232 return mGbps.size() < otherGbps.size();
236 if (mGbps[i] != otherGbps[i]) {
237 return mGbps[i] < otherGbps[i];

Completed in 1006 milliseconds