Home
last modified time | relevance | path

Searched refs:base_caps (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/law/
Dmulaw-encode.c125 GstCaps *base_caps; in gst_mulawenc_set_format() local
133 base_caps = in gst_mulawenc_set_format()
135 g_assert (base_caps); in gst_mulawenc_set_format()
136 base_caps = gst_caps_make_writable (base_caps); in gst_mulawenc_set_format()
137 g_assert (base_caps); in gst_mulawenc_set_format()
139 structure = gst_caps_get_structure (base_caps, 0); in gst_mulawenc_set_format()
147 ret = gst_audio_encoder_set_output_format (audioenc, base_caps); in gst_mulawenc_set_format()
148 gst_caps_unref (base_caps); in gst_mulawenc_set_format()
Dalaw-encode.c338 GstCaps *base_caps; in gst_alaw_enc_set_format() local
346 base_caps = in gst_alaw_enc_set_format()
348 g_assert (base_caps); in gst_alaw_enc_set_format()
349 base_caps = gst_caps_make_writable (base_caps); in gst_alaw_enc_set_format()
350 g_assert (base_caps); in gst_alaw_enc_set_format()
352 structure = gst_caps_get_structure (base_caps, 0); in gst_alaw_enc_set_format()
358 ret = gst_audio_encoder_set_output_format (audioenc, base_caps); in gst_alaw_enc_set_format()
359 gst_caps_unref (base_caps); in gst_alaw_enc_set_format()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvacaps.c152 GstCaps *caps = NULL, *base_caps, *feature_caps; in gst_va_create_raw_caps_from_config() local
199 base_caps = gst_caps_new_simple ("video/x-raw", "width", GST_TYPE_INT_RANGE, in gst_va_create_raw_caps_from_config()
203 if (!gst_caps_set_format_array (base_caps, formats)) { in gst_va_create_raw_caps_from_config()
204 gst_caps_unref (base_caps); in gst_va_create_raw_caps_from_config()
211 feature_caps = gst_caps_copy (base_caps); in gst_va_create_raw_caps_from_config()
218 feature_caps = gst_caps_copy (base_caps); in gst_va_create_raw_caps_from_config()
225 caps = gst_caps_merge (caps, gst_caps_copy (base_caps)); in gst_va_create_raw_caps_from_config()
227 gst_caps_unref (base_caps); in gst_va_create_raw_caps_from_config()
Dgstvafilter.c1060 GstCaps *caps, *base_caps, *feature_caps; in gst_va_filter_get_caps() local
1073 base_caps = _create_base_caps (self); in gst_va_filter_get_caps()
1075 if (!gst_caps_set_format_array (base_caps, surface_formats)) in gst_va_filter_get_caps()
1085 feature_caps = gst_caps_copy (base_caps); in gst_va_filter_get_caps()
1092 feature_caps = gst_caps_copy (base_caps); in gst_va_filter_get_caps()
1098 gst_caps_unref (base_caps); in gst_va_filter_get_caps()
1100 base_caps = _create_base_caps (self); in gst_va_filter_get_caps()
1108 if (!gst_caps_set_format_array (base_caps, image_formats)) in gst_va_filter_get_caps()
1113 return gst_caps_merge (caps, base_caps); in gst_va_filter_get_caps()
1119 gst_caps_unref (base_caps); in gst_va_filter_get_caps()
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkviewconvert.c1267 GstCaps *base_caps = in gst_vulkan_view_convert_transform_caps() local
1277 caps = gst_caps_intersect (caps, base_caps); in gst_vulkan_view_convert_transform_caps()
1278 gst_caps_unref (base_caps); in gst_vulkan_view_convert_transform_caps()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglviewconvert.c1091 GstCaps *base_caps = gst_static_caps_get (&caps_template); in gst_gl_view_convert_transform_caps() local
1101 caps = gst_caps_intersect (caps, base_caps); in gst_gl_view_convert_transform_caps()
1102 gst_caps_unref (base_caps); in gst_gl_view_convert_transform_caps()
/third_party/gstreamer/gstplugins_good/
DChangeLog148531 ANY. Else we return the pad template (base_caps).