Searched refs:norm_width (Results 1 – 1 of 1) sorted by relevance
1645 const float norm_width = 1 / zoom_ratio; in CaptureYUV420() local1646 const float norm_rot_width = norm_width / aspect_ratio; in CaptureYUV420()1647 const float norm_rot_height = norm_width; in CaptureYUV420()1649 norm_left_top + (norm_width + norm_rot_width) * 0.5f; in CaptureYUV420()