Home
last modified time | relevance | path

Searched refs:in_sensor_zoom (Results 1 – 2 of 2) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp1459 bool in_sensor_zoom, bool binned) { in CaptureRaw() argument
1461 if (in_sensor_zoom && binned) { in CaptureRaw()
1474 const float raw_zoom_ratio = in_sensor_zoom ? 2.0f : 1.0f; in CaptureRaw()
1476 in_sensor_zoom || binned ? chars.width : chars.full_res_width; in CaptureRaw()
1478 in_sensor_zoom || binned ? chars.height : chars.full_res_height; in CaptureRaw()
1489 int color_idx = chars.quad_bayer_sensor && !(in_sensor_zoom || binned) in CaptureRaw()
DEmulatedSensor.h415 const SensorCharacteristics& chars, bool in_sensor_zoom,