Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/arc/
Dcached_frame.cpp153 int rotated_uv_stride = rotated_width / 2; in CropRotateScale() local
155 rotated_y_stride * rotated_height + rotated_uv_stride * rotated_height; in CropRotateScale()
164 rotated_u_plane + rotated_uv_stride * rotated_height / 2; in CropRotateScale()
181 rotated_y_stride, rotated_u_plane, rotated_uv_stride, rotated_v_plane, in CropRotateScale()
182 rotated_uv_stride, margin, 0, yu12_frame_->GetWidth(), in CropRotateScale()
204 rotated_y_plane, rotated_y_stride, rotated_u_plane, rotated_uv_stride, in CropRotateScale()
205 rotated_v_plane, rotated_uv_stride, rotated_width, rotated_height, in CropRotateScale()