Searched refs:norm_y (Results 1 – 1 of 1) sorted by relevance
1249 float norm_y = (float)out_y / chars.height; in CaptureRawBinned() local1251 y = static_cast<int>(chars.full_res_height * norm_y); in CaptureRawBinned()1429 float norm_y = out_y / (height * zoom_ratio); in CaptureYUV420() local1432 (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()