Searched refs:norm_width (Results 1 – 1 of 1) sorted by relevance
1019 const float norm_width = 1 / zoom_ratio; in CaptureYUV420() local1020 const float norm_rot_width = norm_width / aspect_ratio; in CaptureYUV420()1021 const float norm_rot_height = norm_width; in CaptureYUV420()1023 norm_left_top + (norm_width + norm_rot_width) * 0.5f; in CaptureYUV420()