Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp590 for (const auto& raw_count : raw_stream_count) { in IsStreamCombinationSupported() local
592 sensor_chars.at(raw_count.first).max_raw_streams + in IsStreamCombinationSupported()
596 if (raw_count.second > max_raw_streams) { in IsStreamCombinationSupported()
598 __FUNCTION__, raw_count.second, max_raw_streams); in IsStreamCombinationSupported()
1594 uint16_t raw_count = electron_count * total_gain; in CaptureRaw() local
1595 raw_count = in CaptureRaw()
1596 (raw_count < chars.max_raw_value) ? raw_count : chars.max_raw_value; in CaptureRaw()
1605 raw_count += chars.black_level_pattern[color_idx]; in CaptureRaw()
1606 raw_count += noise_stddev * noise_sample; in CaptureRaw()
1608 *px++ = raw_count; in CaptureRaw()