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.cpp1249 float norm_y = (float)out_y / chars.height; in CaptureRawBinned() local
1251 y = static_cast<int>(chars.full_res_height * norm_y); in CaptureRawBinned()
1429 float norm_y = out_y / (height * zoom_ratio); in CaptureYUV420() local
1432 (norm_rot_left - norm_y * norm_rot_width)); in CaptureYUV420()
1437 y = static_cast<int>(chars.full_res_height * (norm_left_top + norm_y)); in CaptureYUV420()