Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp385 std::map<uint32_t, uint32_t> raw_stream_count; in IsStreamCombinationSupported() local
510 raw_stream_count[stream.physical_camera_id]++; in IsStreamCombinationSupported()
513 raw_stream_count[p.first]++; in IsStreamCombinationSupported()
587 for (const auto& raw_count : raw_stream_count) { in IsStreamCombinationSupported()