Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp314 std::map<uint32_t, uint32_t> processed_stream_count; in IsStreamCombinationSupported() local
408 processed_stream_count[stream.physical_camera_id]++; in IsStreamCombinationSupported()
411 processed_stream_count[p.first]++; in IsStreamCombinationSupported()
457 for (const auto& processed_count : processed_stream_count) { in IsStreamCombinationSupported()