Searched refs:norm_x (Results 1 – 1 of 1) sorted by relevance
1523 float norm_x = out_x / (image_width * raw_zoom_ratio); in CaptureRaw() local1524 int x = static_cast<int>(chars.full_res_width * (norm_left_top + norm_x)); in CaptureRaw()1658 float norm_x = out_x / (width * zoom_ratio); in CaptureYUV420() local1664 (norm_rot_top + norm_x * norm_rot_height)); in CaptureYUV420()1666 x = static_cast<int>(chars.full_res_width * (norm_left_top + norm_x)); in CaptureYUV420()