Home
last modified time | relevance | path

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

/frameworks/av/camera/camera2/
DOutputConfiguration.cpp231 const std::vector<sp<IGraphicBufferProducer> >& otherGbps = in gbpsEqual() local
234 if (mGbps.size() != otherGbps.size()) { in gbpsEqual()
239 if (mGbps[i] != otherGbps[i]) { in gbpsEqual()
248 const std::vector<sp<IGraphicBufferProducer> >& otherGbps = in gbpsLessThan() local
251 if (mGbps.size() != otherGbps.size()) { in gbpsLessThan()
252 return mGbps.size() < otherGbps.size(); in gbpsLessThan()
256 if (mGbps[i] != otherGbps[i]) { in gbpsLessThan()
257 return mGbps[i] < otherGbps[i]; in gbpsLessThan()