Searched refs:raw_count (Results 1 – 1 of 1) sorted by relevance
434 for (const auto& raw_count : raw_stream_count) { in IsStreamCombinationSupported() local436 sensor_chars.at(raw_count.first).max_raw_streams + in IsStreamCombinationSupported()440 if (raw_count.second > max_raw_streams) { in IsStreamCombinationSupported()442 __FUNCTION__, raw_count.second, max_raw_streams); in IsStreamCombinationSupported()1244 uint16_t raw_count = 0; in CaptureRawBinned() local1266 raw_count = electron_count * total_gain; in CaptureRawBinned()1267 raw_count = in CaptureRawBinned()1268 (raw_count < chars.max_raw_value) ? raw_count : chars.max_raw_value; in CaptureRawBinned()1277 raw_count += chars.black_level_pattern[color_idx]; in CaptureRawBinned()1278 raw_count += noise_stddev * noise_sample; in CaptureRawBinned()[all …]