Lines Matching refs:y_height
477 unsigned int y_stride = 0, y_height = 0, y_size = 0; in GetYuvUbwcSPPlaneInfo() local
489 y_height = VENUS_Y_SCANLINES(color_format, INT(height)); in GetYuvUbwcSPPlaneInfo()
490 y_size = ALIGN((y_stride * y_height), alignment); in GetYuvUbwcSPPlaneInfo()
509 plane_info[0].scanlines = static_cast<int32_t>(y_height); in GetYuvUbwcSPPlaneInfo()
561 unsigned int y_stride = 0, y_height = 0, y_size = 0; in GetYuvSPPlaneInfo() local
566 y_height = INT(height); in GetYuvSPPlaneInfo()
567 y_size = y_stride * y_height; in GetYuvSPPlaneInfo()
627 plane_info[0].scanlines = static_cast<int32_t>(y_height); in GetYuvSPPlaneInfo()
1482 unsigned int y_stride, c_stride, y_height, c_height, y_size, c_size; in GetYUVPlaneInfo() local
1623 y_height = VENUS_Y_SCANLINES(COLOR_FMT_P010, height); in GetYUVPlaneInfo()
1624 y_size = y_stride * y_height; in GetYUVPlaneInfo()
1635 plane_info[0].scanlines = static_cast<int32_t>(y_height); in GetYUVPlaneInfo()
1662 y_height = UINT(height); in GetYUVPlaneInfo()
1663 y_size = (y_stride * y_height); in GetYUVPlaneInfo()
1676 plane_info[0].scanlines = static_cast<int32_t>(y_height); in GetYUVPlaneInfo()
1704 y_height = UINT(height); in GetYUVPlaneInfo()
1705 y_size = y_stride * y_height; in GetYUVPlaneInfo()
1711 plane_info[0].scanlines = static_cast<int32_t>(y_height); in GetYUVPlaneInfo()