Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp1515 float norm_y = out_y / (image_height * raw_zoom_ratio); in CaptureRaw() local
1516 int y = static_cast<int>(chars.full_res_height * (norm_left_top + norm_y)); in CaptureRaw()
1659 float norm_y = out_y / (height * zoom_ratio); in CaptureYUV420() local
1662 (norm_rot_left - norm_y * norm_rot_width)); in CaptureYUV420()
1667 y = static_cast<int>(chars.full_res_height * (norm_left_top + norm_y)); in CaptureYUV420()