Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/utils/
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()
/frameworks/base/services/core/java/com/android/server/camera/
DCameraServiceProxy.java639 int streamCount = 0; in logCameraUsageEvent() local
641 streamCount = e.mStreamStats.size(); in logCameraUsageEvent()
657 + ", streamCount is " + streamCount); in logCameraUsageEvent()
663 if (i < streamCount) { in logCameraUsageEvent()
705 streamCount, MessageNano.toByteArray(streamProtos[0]), in logCameraUsageEvent()
/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/
DVtsHalMediaC2V1_0TargetAudioDecTest.cpp303 int streamCount = 0; in getFileNames() local
307 if (streamCount == streamIndex) { in getFileNames()
312 streamCount++; in getFileNames()
/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoDecTest.cpp388 int streamCount = 0; in getFileNames() local
392 if (streamCount == streamIndex) { in getFileNames()
398 streamCount++; in getFileNames()