Lines Matching refs:INT
367 y_meta_stride = VENUS_Y_META_STRIDE(color_format, INT(width)); in GetYuvUbwcSPPlaneInfo()
368 y_meta_height = VENUS_Y_META_SCANLINES(color_format, INT(height)); in GetYuvUbwcSPPlaneInfo()
371 y_stride = VENUS_Y_STRIDE(color_format, INT(width)); in GetYuvUbwcSPPlaneInfo()
372 y_height = VENUS_Y_SCANLINES(color_format, INT(height)); in GetYuvUbwcSPPlaneInfo()
375 c_meta_stride = VENUS_UV_META_STRIDE(color_format, INT(width)); in GetYuvUbwcSPPlaneInfo()
376 c_meta_height = VENUS_UV_META_SCANLINES(color_format, INT(height)); in GetYuvUbwcSPPlaneInfo()
383 ycbcr->cstride = VENUS_UV_STRIDE(color_format, INT(width)); in GetYuvUbwcSPPlaneInfo()
397 uv_stride = VENUS_UV_STRIDE(color_format, INT(width)); in GetYuvUbwcInterlacedSPPlaneInfo()
398 uv_height = VENUS_UV_SCANLINES(color_format, INT(height)); in GetYuvUbwcInterlacedSPPlaneInfo()
436 format = INT(linear_format); in GetYUVPlaneInfo()
878 aligned_w = INT(VENUS_Y_STRIDE(COLOR_FMT_P010, width) / 2); in GetAlignedWidthAndHeight()
879 aligned_h = INT(VENUS_Y_SCANLINES(COLOR_FMT_P010, height)); in GetAlignedWidthAndHeight()
883 aligned_w = INT(VENUS_Y_STRIDE(COLOR_FMT_NV12, width)); in GetAlignedWidthAndHeight()
884 aligned_h = INT(VENUS_Y_SCANLINES(COLOR_FMT_NV12, height)); in GetAlignedWidthAndHeight()
887 aligned_w = INT(VENUS_Y_STRIDE(COLOR_FMT_NV21, width)); in GetAlignedWidthAndHeight()
888 aligned_h = INT(VENUS_Y_SCANLINES(COLOR_FMT_NV21, height)); in GetAlignedWidthAndHeight()