Home
last modified time | relevance | path

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

/frameworks/av/camera/camera2/
DOutputConfiguration.cpp275 const std::vector<sp<IGraphicBufferProducer> >& otherGbps = in gbpsEqual() local
277 return simpleVectorsEqual(otherGbps, mGbps); in gbpsEqual()
302 const std::vector<sp<IGraphicBufferProducer> >& otherGbps = in gbpsLessThan() local
305 if (mGbps.size() != otherGbps.size()) { in gbpsLessThan()
306 return mGbps.size() < otherGbps.size(); in gbpsLessThan()
310 if (mGbps[i] != otherGbps[i]) { in gbpsLessThan()
311 return mGbps[i] < otherGbps[i]; in gbpsLessThan()