Searched refs:uv_offset_x (Results 1 – 1 of 1) sorted by relevance
219 const int uv_offset_x = (buffer->width() - cropped_width) / 4; in ShallowCenterCrop() local221 const int offset_x = uv_offset_x * 2; in ShallowCenterCrop()227 buffer->stride(kUPlane) * uv_offset_y + uv_offset_x; in ShallowCenterCrop()229 buffer->stride(kVPlane) * uv_offset_y + uv_offset_x; in ShallowCenterCrop()