Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp680 size_t streamCount = outputConfigs.size(); in convertToHALStreamCombination() local
681 streamCount = isInputValid ? streamCount + 1 : streamCount; in convertToHALStreamCombination()
682 streamConfiguration.streams.resize(streamCount); in convertToHALStreamCombination()
773 streamCount += compositeStreams.size() - 1; in convertToHALStreamCombination()
774 streamConfiguration.streams.resize(streamCount); in convertToHALStreamCombination()