Lines Matching refs:y_stride
401 unsigned int y_stride, y_height, y_size; in GetYuvUbwcSPPlaneInfo() local
411 y_stride = VENUS_Y_STRIDE(color_format, INT(width)); in GetYuvUbwcSPPlaneInfo()
413 y_size = ALIGN((y_stride * y_height), alignment); in GetYuvUbwcSPPlaneInfo()
431 plane_info[0].stride_bytes = static_cast<int32_t>(y_stride); in GetYuvUbwcSPPlaneInfo()
480 unsigned int y_stride = 0, y_height = 0, y_size = 0; in GetYuvSPPlaneInfo() local
484 y_stride = c_stride = UINT(width) * bpp; in GetYuvSPPlaneInfo()
486 y_size = y_stride * y_height; in GetYuvSPPlaneInfo()
546 plane_info[0].stride_bytes = static_cast<int32_t>(y_stride); in GetYuvSPPlaneInfo()
1384 unsigned int y_stride, c_stride, y_height, c_height, y_size, c_size; in GetYUVPlaneInfo() local
1495 y_stride = VENUS_Y_STRIDE(COLOR_FMT_P010, width); in GetYUVPlaneInfo()
1498 y_size = y_stride * y_height; in GetYUVPlaneInfo()
1508 plane_info[0].stride_bytes = static_cast<int32_t>(y_stride); in GetYUVPlaneInfo()
1534 y_stride = width; in GetYUVPlaneInfo()
1537 y_size = (y_stride * y_height); in GetYUVPlaneInfo()
1549 plane_info[0].stride_bytes = static_cast<int32_t>(y_stride); in GetYUVPlaneInfo()
1577 y_stride = width * 2; in GetYUVPlaneInfo()
1579 y_size = y_stride * y_height; in GetYUVPlaneInfo()
1584 plane_info[0].stride_bytes = static_cast<int32_t>(y_stride); in GetYUVPlaneInfo()