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.cpp587 for (const auto& raw_count : raw_stream_count) { in IsStreamCombinationSupported() local
589 sensor_chars.at(raw_count.first).max_raw_streams + in IsStreamCombinationSupported()
593 if (raw_count.second > max_raw_streams) { in IsStreamCombinationSupported()
595 __FUNCTION__, raw_count.second, max_raw_streams); in IsStreamCombinationSupported()
1537 uint16_t raw_count = electron_count * total_gain; in CaptureRaw() local
1538 raw_count = in CaptureRaw()
1539 (raw_count < chars.max_raw_value) ? raw_count : chars.max_raw_value; in CaptureRaw()
1548 raw_count += chars.black_level_pattern[color_idx]; in CaptureRaw()
1549 raw_count += noise_stddev * noise_sample; in CaptureRaw()
1551 *px++ = raw_count; in CaptureRaw()