Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/utils/
H A DSessionConfigurationUtils.cpp576 size_t streamCount = outputConfigs.size(); in convertToHALStreamCombination() local
577 streamCount = isInputValid ? streamCount + 1 : streamCount; in convertToHALStreamCombination()
578 streamConfiguration.streams.resize(streamCount); in convertToHALStreamCombination()
692 streamCount += compositeStreams.size() - 1; in convertToHALStreamCombination()
693 streamConfiguration.streams.resize(streamCount); in convertToHALStreamCombination()
/aosp12/frameworks/base/services/core/java/com/android/server/camera/
H A DCameraServiceProxy.java752 int streamCount = 0; in logCameraUsageEvent() local
754 streamCount = e.mStreamStats.size(); in logCameraUsageEvent()
770 + ", streamCount is " + streamCount); in logCameraUsageEvent()
776 if (i < streamCount) { in logCameraUsageEvent()
818 streamCount, MessageNano.toByteArray(streamProtos[0]), in logCameraUsageEvent()
/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/
H A DVtsHalMediaC2V1_0TargetAudioDecTest.cpp301 int streamCount = 0; in getFileNames() local
305 if (streamCount == streamIndex) { in getFileNames()
310 streamCount++; in getFileNames()
/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
H A DVtsHalMediaC2V1_0TargetVideoDecTest.cpp390 int streamCount = 0; in getFileNames() local
394 if (streamCount == streamIndex) { in getFileNames()
400 streamCount++; in getFileNames()