Home
last modified time | relevance | path

Searched refs:gst_caps_features_new (Results 1 – 25 of 32) sorted by relevance

12

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstcapsfeatures.c33 a = gst_caps_features_new ("m:abc", "m:def", "m:ghi", NULL); in GST_START_TEST()
72 a = gst_caps_features_new ("m:abc", "m:def", "m:ghi", NULL); in GST_START_TEST()
Dgstcaps.c1265 f1 = gst_caps_features_new ("memory:EGLImage", NULL); in GST_START_TEST()
1292 f2 = gst_caps_features_new ("memory:VASurface", "meta:VAMeta", NULL); in GST_START_TEST()
1366 f2 = gst_caps_features_new ("memory:dmabuf", NULL); in GST_START_TEST()
1376 f1 = gst_caps_features_new ("memory:EGLImage", NULL); in GST_START_TEST()
1389 f1 = gst_caps_features_new ("memory:EGLImage", NULL); in GST_START_TEST()
Dgstvalue.c3729 gst_caps_features_new ("abc:val1", "xyz:val2", NULL), in GST_START_TEST()
3730 gst_caps_features_new ("feat:val", NULL), in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgstcapsfeatures.h64 GstCapsFeatures * gst_caps_features_new (const gchar *feature1, ...) G_GNUC_NULL_TERMINATED;
Dgstcapsfeatures.c250 gst_caps_features_new (const gchar * feature1, ...) in gst_caps_features_new() function
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11h265dec.cpp1100 caps_features = gst_caps_features_new (GST_CAPS_FEATURE_FORMAT_INTERLACED, in gst_d3d11_h265_dec_register()
1108 caps_features = gst_caps_features_new (GST_CAPS_FEATURE_MEMORY_D3D11_MEMORY, in gst_d3d11_h265_dec_register()
1118 caps_features = gst_caps_features_new (GST_CAPS_FEATURE_MEMORY_D3D11_MEMORY, in gst_d3d11_h265_dec_register()
Dgstd3d11upload.cpp202 features = gst_caps_features_new (feature_name, NULL); in _set_caps_features()
Dgstd3d11screencapturesrc.cpp343 gst_caps_features_new (GST_CAPS_FEATURE_MEMORY_D3D11_MEMORY, in gst_d3d11_screen_capture_src_fixate()
Dgstd3d11deinterlace.cpp2404 caps_features = gst_caps_features_new (GST_CAPS_FEATURE_MEMORY_D3D11_MEMORY, in gst_d3d11_deinterlace_register()
2408 caps_features = gst_caps_features_new (GST_CAPS_FEATURE_MEMORY_D3D11_MEMORY, in gst_d3d11_deinterlace_register()
Dgstd3d11decoder.cpp1722 gst_caps_features_new (GST_CAPS_FEATURE_MEMORY_D3D11_MEMORY, NULL)); in gst_d3d11_decoder_negotiate()
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dgstttmlparse.c390 GstCapsFeatures *features = gst_caps_features_new ("meta:GstSubtitleMeta", in gst_ttml_parse_get_src_caps()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvdecoder.c1518 gst_caps_features_new (GST_CAPS_FEATURE_MEMORY_CUDA_MEMORY, NULL)); in gst_nv_decoder_negotiate()
1524 gst_caps_features_new (GST_CAPS_FEATURE_MEMORY_GL_MEMORY, NULL)); in gst_nv_decoder_negotiate()
Dgstnvdec.c656 gst_caps_features_new (GST_CAPS_FEATURE_MEMORY_CUDA_MEMORY, NULL)); in gst_nvdec_negotiate()
662 gst_caps_features_new (GST_CAPS_FEATURE_MEMORY_GL_MEMORY, NULL)); in gst_nvdec_negotiate()
/third_party/gstreamer/gstplugins_base/gst/videoconvert/
Dgstvideoconvert.c858 gst_caps_features_new (GST_CAPS_FEATURE_FORMAT_INTERLACED, NULL); in plugin_init()
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkdownload.c54 features = gst_caps_features_new (feature_name, NULL); in _set_caps_features_with_passthrough()
Dvkupload.c53 features = gst_caps_features_new (feature_name, NULL); in _set_caps_features_with_passthrough()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dvideocrop.c818 features = gst_caps_features_new ("memory:DMABuf", NULL); in get_featured_caps()
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstamcvideodec.c810 gst_caps_features_new (GST_CAPS_FEATURE_MEMORY_GL_MEMORY, NULL)); in gst_amc_video_dec_set_src_caps()
1955 gst_caps_features_new (GST_CAPS_FEATURE_MEMORY_GL_MEMORY, NULL)); in gst_amc_video_dec_set_format()
/third_party/gstreamer/gstplugins_base/gst/videoscale/
Dgstvideoscale.c1233 gst_caps_features_new (GST_CAPS_FEATURE_FORMAT_INTERLACED, NULL); in plugin_init()
/third_party/gstreamer/gstplugins_bad/gst/interlace/
Dgstinterlace.c463 features = gst_caps_features_new (GST_CAPS_FEATURE_FORMAT_INTERLACED, NULL); in dup_caps_with_alternate()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-info.c700 features = gst_caps_features_new (GST_CAPS_FEATURE_FORMAT_INTERLACED, NULL); in gst_video_info_to_caps()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2object.c1642 gst_caps_features_new (GST_CAPS_FEATURE_FORMAT_INTERLACED, NULL)); in add_alternate_variant()
2669 feat = gst_caps_features_new (GST_CAPS_FEATURE_FORMAT_INTERLACED, NULL); in check_alternate_and_append_struct()
2693 gst_caps_features_new (GST_CAPS_FEATURE_FORMAT_INTERLACED, NULL)); in check_alternate_and_append_struct()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkvpp.c1419 gst_caps_features_new (GST_CAPS_FEATURE_MEMORY_DMABUF, NULL)); in gst_msdkvpp_fixate_caps()
Dgstmsdkdec.c576 gst_caps_features_new (GST_CAPS_FEATURE_MEMORY_DMABUF, NULL)); in gst_msdkdec_set_src_caps()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvavpp.c860 features = gst_caps_features_new (feature_name, NULL); in gst_va_vpp_complete_caps_features()

12