Home
last modified time | relevance | path

Searched refs:GST_VIDEO_FORMAT_INFO_IS_RGB (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-info.c177 } 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()
Dvideo-info.h355 #define GST_VIDEO_INFO_IS_RGB(i) (GST_VIDEO_FORMAT_INFO_IS_RGB((i)->finfo))
Dvideo-format.h598 #define GST_VIDEO_FORMAT_INFO_IS_RGB(info) (((info)->flags & GST_VIDEO_FORMAT_FLAG_RGB) != 0) macro
Dvideo-converter.c2422 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()
/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvimageallocator.c444 } else if (GST_VIDEO_FORMAT_INFO_IS_RGB (info->finfo) && in gst_xvimage_allocator_alloc()
/third_party/gstreamer/gstplugins_good/gst/alpha/
Dgstalpha.c2313 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()
/third_party/gstreamer/gstplugins_base/ext/pango/
Dgsttextrender.c351 render->use_ARGB = GST_VIDEO_FORMAT_INFO_IS_RGB (info); in gst_text_render_check_argb()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Ddescriptions.c493 } else if (GST_VIDEO_FORMAT_INFO_IS_RGB (finfo)) { in format_info_get_desc()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfvideoenc.cpp1548 if (GST_VIDEO_FORMAT_INFO_IS_RGB (format_info)) { in gst_mf_video_enc_enum_internal()
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/
Dd3dhelpers.c326 else if (GST_VIDEO_FORMAT_INFO_IS_RGB (info)) { in d3d_format_comp_rate()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideo.c2505 gboolean is_rgb = GST_VIDEO_FORMAT_INFO_IS_RGB (info); in check_video_format_is_type()