Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp158 (characteristics.full_res_height == 0)) { in AreCharacteristicsSupported()
160 characteristics.full_res_width, characteristics.full_res_height); in AreCharacteristicsSupported()
386 is_max_res ? sensor_char.full_res_height : sensor_char.height; in IsStreamCombinationSupported()
507 device_chars->second.full_res_width, device_chars->second.full_res_height, in StartUp()
702 device_chars->second.full_res_height, in threadLoop()
751 device_chars->second.full_res_height; 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()
1219 for (uint32_t j = 0; j < chars.full_res_height; j += 4) { in RemosaicRAW16Image()
1251 y = static_cast<int>(chars.full_res_height * norm_y); in CaptureRawBinned()
[all …]
DEmulatedSensor.h120 size_t full_res_height = 0; member
/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DHWLUtils.cpp44 sensor_chars->full_res_height = sensor_chars->height; in GetSensorCharacteristics()
50 sensor_chars->full_res_height = entry.data.i32[1]; in GetSensorCharacteristics()
DExifUtils.cpp952 sensor_chars_.full_res_height)) { in SetFromMetadata()