Searched refs:uv_offset_y (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/common_video/
H A Dvideo_frame_buffer.cc220 const int uv_offset_y = (buffer->height() - cropped_height) / 4; local
222 const int offset_y = uv_offset_y * 2;
227 buffer->stride(kUPlane) * uv_offset_y + uv_offset_x;
229 buffer->stride(kVPlane) * uv_offset_y + uv_offset_x;

Completed in 158 milliseconds