Home
last modified time | relevance | path

Searched refs:norm_width (Results 1 – 1 of 1) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp1415 const float norm_width = 1 / zoom_ratio; in CaptureYUV420() local
1416 const float norm_rot_width = norm_width / aspect_ratio; in CaptureYUV420()
1417 const float norm_rot_height = norm_width; in CaptureYUV420()
1419 norm_left_top + (norm_width + norm_rot_width) * 0.5f; in CaptureYUV420()