Searched defs:uv_row_stride (Results 1 – 3 of 3) sorted by relevance
65 const int y_row_stride, const int uv_row_stride, in ConvertYUV420ToARGB8888()
99 int uv_row_stride; member
357 const int uv_row_stride = (dimension.width + 1) / 2; in GetPlanes() local