Home
last modified time | relevance | path

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

/external/webrtc/api/video/
Di010_buffer.cc224 const int uv_offset_x = offset_x / 2; in CropAndScaleFrom() local
226 offset_x = uv_offset_x * 2; in CropAndScaleFrom()
231 src.DataU() + src.StrideU() * uv_offset_y + uv_offset_x; in CropAndScaleFrom()
233 src.DataV() + src.StrideV() * uv_offset_y + uv_offset_x; in CropAndScaleFrom()
Di420_buffer.cc197 const int uv_offset_x = offset_x / 2; in CropAndScaleFrom() local
199 offset_x = uv_offset_x * 2; in CropAndScaleFrom()
204 src.DataU() + src.StrideU() * uv_offset_y + uv_offset_x; in CropAndScaleFrom()
206 src.DataV() + src.StrideV() * uv_offset_y + uv_offset_x; in CropAndScaleFrom()