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.cpp313 std::map<uint32_t, uint32_t> raw_stream_count; in IsStreamCombinationSupported() local
399 raw_stream_count[stream.physical_camera_id]++; in IsStreamCombinationSupported()
402 raw_stream_count[p.first]++; in IsStreamCombinationSupported()
434 for (const auto& raw_count : raw_stream_count) { in IsStreamCombinationSupported()