Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/arc/
Dcached_frame.cpp149 int rotated_height = cropped_width; in CropRotateScale() local
155 rotated_y_stride * rotated_height + rotated_uv_stride * rotated_height; in CropRotateScale()
162 rotated_y_plane + rotated_y_stride * rotated_height; in CropRotateScale()
164 rotated_u_plane + rotated_uv_stride * rotated_height / 2; in CropRotateScale()
205 rotated_v_plane, rotated_uv_stride, rotated_width, rotated_height, in CropRotateScale()