Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.h420 bool binned);
DEmulatedSensor.cpp1490 bool in_sensor_zoom, bool binned) { in CaptureRaw() argument
1492 if (in_sensor_zoom && binned) { in CaptureRaw()
1507 in_sensor_zoom || binned ? chars.width : chars.full_res_width; in CaptureRaw()
1509 in_sensor_zoom || binned ? chars.height : chars.full_res_height; in CaptureRaw()
1520 int color_idx = chars.quad_bayer_sensor && !(in_sensor_zoom || binned) in CaptureRaw()