Home
last modified time | relevance | path

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

/external/webrtc/api/video/
Di010_buffer.cc225 const int uv_offset_y = offset_y / 2; in CropAndScaleFrom() local
227 offset_y = uv_offset_y * 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.cc198 const int uv_offset_y = offset_y / 2; in CropAndScaleFrom() local
200 offset_y = uv_offset_y * 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()