Searched refs:GST_VIDEO_FORMAT_INFO_IS_RGB (Results 1 – 11 of 11) sorted by relevance
177 } else if (GST_VIDEO_FORMAT_INFO_IS_RGB (finfo)) { in set_default_colorimetry()189 if (!GST_VIDEO_FORMAT_INFO_IS_RGB (finfo) && in validate_colorimetry()519 if (GST_VIDEO_FORMAT_INFO_IS_RGB (info->finfo) && in gst_video_info_from_caps()758 if (GST_VIDEO_FORMAT_INFO_IS_RGB (info->finfo) && in gst_video_info_to_caps()
355 #define GST_VIDEO_INFO_IS_RGB(i) (GST_VIDEO_FORMAT_INFO_IS_RGB((i)->finfo))
598 #define GST_VIDEO_FORMAT_INFO_IS_RGB(info) (((info)->flags & GST_VIDEO_FORMAT_FLAG_RGB) != 0) macro
2422 convert->unpack_rgb = GST_VIDEO_FORMAT_INFO_IS_RGB (finfo); in gst_video_converter_new_with_pool()2434 convert->pack_rgb = GST_VIDEO_FORMAT_INFO_IS_RGB (finfo); in gst_video_converter_new_with_pool()
444 } else if (GST_VIDEO_FORMAT_INFO_IS_RGB (info->finfo) && in gst_xvimage_allocator_alloc()
2313 if (GST_VIDEO_FORMAT_INFO_IS_RGB (in_info) in gst_alpha_init_params_full()2314 && GST_VIDEO_FORMAT_INFO_IS_RGB (out_info)) in gst_alpha_init_params_full()2317 && GST_VIDEO_FORMAT_INFO_IS_RGB (out_info)) in gst_alpha_init_params_full()2321 else if (GST_VIDEO_FORMAT_INFO_IS_RGB (in_info) in gst_alpha_init_params_full()
351 render->use_ARGB = GST_VIDEO_FORMAT_INFO_IS_RGB (info); in gst_text_render_check_argb()
493 } else if (GST_VIDEO_FORMAT_INFO_IS_RGB (finfo)) { in format_info_get_desc()
1548 if (GST_VIDEO_FORMAT_INFO_IS_RGB (format_info)) { in gst_mf_video_enc_enum_internal()
326 else if (GST_VIDEO_FORMAT_INFO_IS_RGB (info)) { in d3d_format_comp_rate()
2505 gboolean is_rgb = GST_VIDEO_FORMAT_INFO_IS_RGB (info); in check_video_format_is_type()