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

/frameworks/av/camera/camera2/
H A DOutputConfiguration.cpp221 const std::vector<sp<IGraphicBufferProducer> >& otherGbps = local
224 if (mGbps.size() != otherGbps.size()) {
229 if (mGbps[i] != otherGbps[i]) {
238 const std::vector<sp<IGraphicBufferProducer> >& otherGbps = local
241 if (mGbps.size() != otherGbps.size()) {
242 return mGbps.size() < otherGbps.size();
246 if (mGbps[i] != otherGbps[i]) {
247 return mGbps[i] < otherGbps[i];

Completed in 85 milliseconds