Home
last modified time | relevance | path

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

/frameworks/av/camera/ndk/impl/
DACameraDevice.cpp822 auto outputPairIt = mConfiguredOutputs.find(streamId); in onCaptureErrorLocked() local
823 if (outputPairIt == mConfiguredOutputs.end()) { in onCaptureErrorLocked()
829 const auto& gbps = outputPairIt->second.second.getGraphicBufferProducers(); in onCaptureErrorLocked()
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraDevice.cpp837 auto outputPairIt = mConfiguredOutputs.find(streamId); in onCaptureErrorLocked() local
838 if (outputPairIt == mConfiguredOutputs.end()) { in onCaptureErrorLocked()
844 const auto& windowHandles = outputPairIt->second.second.mOutputConfiguration.windowHandles; in onCaptureErrorLocked()