Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp157 if ((characteristics.full_res_width == 0) || in AreCharacteristicsSupported()
160 characteristics.full_res_width, characteristics.full_res_height); in AreCharacteristicsSupported()
388 is_max_res ? sensor_char.full_res_width : sensor_char.width; in IsStreamCombinationSupported()
507 device_chars->second.full_res_width, device_chars->second.full_res_height, in StartUp()
701 scene_->Initialize(device_chars->second.full_res_width, in threadLoop()
750 2 * device_chars->second.full_res_width * in threadLoop()
1211 if (chars.full_res_width % 2 != 0 || chars.full_res_height % 2 != 0) { in RemosaicRAW16Image()
1215 __FUNCTION__, chars.full_res_height, chars.full_res_width); in RemosaicRAW16Image()
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()
[all …]
DEmulatedSensor.h119 size_t full_res_width = 0; member
/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DHWLUtils.cpp43 sensor_chars->full_res_width = sensor_chars->width; in GetSensorCharacteristics()
49 sensor_chars->full_res_width = entry.data.i32[0]; in GetSensorCharacteristics()
DExifUtils.cpp951 sensor_chars_.full_res_width, in SetFromMetadata()