Searched refs:color_fmt (Results 1 – 8 of 8) sorted by relevance
823 static unsigned int VENUS_Y_STRIDE(int color_fmt, int width) in VENUS_Y_STRIDE() argument830 switch (color_fmt) { in VENUS_Y_STRIDE()859 static unsigned int VENUS_UV_STRIDE(int color_fmt, int width) in VENUS_UV_STRIDE() argument866 switch (color_fmt) { in VENUS_UV_STRIDE()895 static unsigned int VENUS_Y_SCANLINES(int color_fmt, int height) in VENUS_Y_SCANLINES() argument902 switch (color_fmt) { in VENUS_Y_SCANLINES()926 static unsigned int VENUS_UV_SCANLINES(int color_fmt, int height) in VENUS_UV_SCANLINES() argument933 switch (color_fmt) { in VENUS_UV_SCANLINES()957 static unsigned int VENUS_Y_META_STRIDE(int color_fmt, int width) in VENUS_Y_META_STRIDE() argument964 switch (color_fmt) { in VENUS_Y_META_STRIDE()[all …]
576 int color_fmt = -1; in _dpu_format_get_media_color_ubwc() local582 color_fmt = COLOR_FMT_NV12_BPP10_UBWC; in _dpu_format_get_media_color_ubwc()584 color_fmt = COLOR_FMT_P010_UBWC; in _dpu_format_get_media_color_ubwc()586 color_fmt = COLOR_FMT_NV12_UBWC; in _dpu_format_get_media_color_ubwc()587 return color_fmt; in _dpu_format_get_media_color_ubwc()592 color_fmt = dpu_media_ubwc_map[i].color; in _dpu_format_get_media_color_ubwc()595 return color_fmt; in _dpu_format_get_media_color_ubwc()
44 enum vic_pxl_encoding_format color_fmt; member
589 switch (video->color_fmt) { in cdn_dp_get_msa_misc()625 ((video->color_fmt == Y_ONLY) ? (1 << 14) : 0); in cdn_dp_get_msa_misc()639 bit_per_pix = (video->color_fmt == YCBCR_4_2_2) ? in cdn_dp_config_video()705 val += video->color_fmt << 8; in cdn_dp_config_video()
563 video->color_fmt = PXL_RGB; in cdn_dp_encoder_mode_set()
426 dev_priv->color_fmt = R128_DATATYPE_RGB565; in r128_do_init_cce()430 dev_priv->color_fmt = R128_DATATYPE_ARGB8888; in r128_do_init_cce()
405 (dev_priv->color_fmt << 8) | in r128_cce_dispatch_clear()426 (dev_priv->color_fmt << 8) | in r128_cce_dispatch_clear()492 (dev_priv->color_fmt << 8) | in r128_cce_dispatch_swap()
112 u32 color_fmt; member