Searched refs:norm_y (Results 1 – 1 of 1) sorted by relevance
1515 float norm_y = out_y / (image_height * raw_zoom_ratio); in CaptureRaw() local1516 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() local1662 (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()