Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp1163 KeyedVector<sp<IBinder>, sp<IGraphicBufferProducer>> newOutputsMap; in updateOutputConfiguration() local
1165 newOutputsMap.add(IInterface::asBinder(it), it); in updateOutputConfiguration()
1169 ssize_t idx = newOutputsMap.indexOfKey(mStreamMap.keyAt(i)); in updateOutputConfiguration()
1181 newOutputsMap.removeItemsAt(idx); in updateOutputConfiguration()
1187 for (size_t i = 0; i < newOutputsMap.size(); i++) { in updateOutputConfiguration()
1191 /*isStreamInfoValid*/ false, surface, newOutputsMap.valueAt(i), mCameraIdStr, in updateOutputConfiguration()