Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp1505 const float raw_zoom_ratio = in_sensor_zoom ? 2.0f : 1.0f; in CaptureRaw() local
1510 const float norm_left_top = 0.5f - 0.5f / raw_zoom_ratio; in CaptureRaw()
1515 float norm_y = out_y / (image_height * raw_zoom_ratio); in CaptureRaw()
1523 float norm_x = out_x / (image_width * raw_zoom_ratio); in CaptureRaw()