Lines Matching refs:y_stride
432 unsigned int y_stride = 0, y_height = 0, y_size = 0; in GetYuvUbwcSPPlaneInfo() local
443 y_stride = VENUS_Y_STRIDE(color_format, INT(width)); in GetYuvUbwcSPPlaneInfo()
445 y_size = ALIGN((y_stride * y_height), alignment); in GetYuvUbwcSPPlaneInfo()
463 plane_info[0].stride_bytes = static_cast<int32_t>(y_stride); in GetYuvUbwcSPPlaneInfo()
516 unsigned int y_stride = 0, y_height = 0, y_size = 0; in GetYuvSPPlaneInfo() local
520 y_stride = c_stride = UINT(width) * bpp; in GetYuvSPPlaneInfo()
522 y_size = y_stride * y_height; in GetYuvSPPlaneInfo()
581 plane_info[0].stride_bytes = static_cast<int32_t>(y_stride); in GetYuvSPPlaneInfo()
1438 unsigned int y_stride, c_stride, y_height, c_height, y_size, c_size; in GetYUVPlaneInfo() local
1574 y_stride = VENUS_Y_STRIDE(COLOR_FMT_P010, width); in GetYUVPlaneInfo()
1577 y_size = y_stride * y_height; in GetYUVPlaneInfo()
1587 plane_info[0].stride_bytes = static_cast<int32_t>(y_stride); in GetYUVPlaneInfo()
1613 y_stride = width; in GetYUVPlaneInfo()
1616 y_size = (y_stride * y_height); in GetYUVPlaneInfo()
1628 plane_info[0].stride_bytes = static_cast<int32_t>(y_stride); in GetYUVPlaneInfo()
1656 y_stride = width * 2; in GetYUVPlaneInfo()
1658 y_size = y_stride * y_height; in GetYUVPlaneInfo()
1663 plane_info[0].stride_bytes = static_cast<int32_t>(y_stride); in GetYUVPlaneInfo()