Home
last modified time | relevance | path

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

/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/
H A DEmulatedSensor.cpp157 if ((characteristics.full_res_width == 0) || in AreCharacteristicsSupported()
701 scene_->Initialize(device_chars->second.full_res_width, in threadLoop()
750 2 * device_chars->second.full_res_width * in threadLoop()
1218 for (uint32_t i = 0; i < chars.full_res_width; i += 4) { in RemosaicRAW16Image()
1250 x = static_cast<int>(chars.full_res_width * norm_x); in CaptureRawBinned()
1253 x = std::min(std::max(x, 0), (int)chars.full_res_width - 1); in CaptureRawBinned()
1302 for (unsigned int x = 0; x < chars.full_res_width; x++) { in CaptureRawFullRes()
1343 uint32_t inc_h = ceil((float)chars.full_res_width / width); in CaptureRGB()
1431 x = static_cast<int>(chars.full_res_width * in CaptureYUV420()
1439 x = std::min(std::max(x, 0), (int)chars.full_res_width - 1); in CaptureYUV420()
[all …]
H A DEmulatedSensor.h119 size_t full_res_width = 0; member
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
H A DHWLUtils.cpp43 sensor_chars->full_res_width = sensor_chars->width; in GetSensorCharacteristics()
49 sensor_chars->full_res_width = entry.data.i32[0]; in GetSensorCharacteristics()
H A DExifUtils.cpp951 sensor_chars_.full_res_width, in SetFromMetadata()