/third_party/gstreamer/gstreamer/gst/ |
D | gstcapsfeatures.h | 31 typedef struct _GstCapsFeatures GstCapsFeatures; typedef 37 #define GST_CAPS_FEATURES_CAST(object) ((GstCapsFeatures *)(object)) 42 GST_API GstCapsFeatures *_gst_caps_features_any; 45 GST_API GstCapsFeatures *_gst_caps_features_memory_system_memory; 55 GstCapsFeatures * gst_caps_features_new_empty (void); 58 GstCapsFeatures * gst_caps_features_new_any (void); 61 GstCapsFeatures * gst_caps_features_new_single (const gchar *feature) G_GNUC_MALLOC; 64 GstCapsFeatures * gst_caps_features_new (const gchar *feature1, ...) G_GNUC_NULL_TERMINATED; 67 GstCapsFeatures * gst_caps_features_new_valist (const gchar *feature1, va_list varargs); 70 GstCapsFeatures * gst_caps_features_new_id (GQuark feature1, ...); [all …]
|
D | gstcapsfeatures.c | 71 GstCapsFeatures *_gst_caps_features_any = NULL; 72 GstCapsFeatures *_gst_caps_features_memory_system_memory = NULL; 75 G_DEFINE_BOXED_TYPE (GstCapsFeatures, gst_caps_features, 131 const GstCapsFeatures *features = obj; in gst_is_caps_features() 178 GstCapsFeatures * 181 GstCapsFeatures *features; in gst_caps_features_new_empty() 183 features = g_slice_new (GstCapsFeatures); in gst_caps_features_new_empty() 205 GstCapsFeatures * 208 GstCapsFeatures *features; in gst_caps_features_new_any() 226 GstCapsFeatures * [all …]
|
D | gstcaps.c | 79 GstCapsFeatures *features; 160 GstCapsFeatures * 171 GstCapsFeatures *features; in _gst_caps_copy() 197 GstCapsFeatures *features; in _gst_caps_free() 477 GstStructure ** s, GstCapsFeatures ** f) in gst_caps_remove_and_get_structure_and_features() 480 GstCapsFeatures *f_; in gst_caps_remove_and_get_structure_and_features() 501 GstCapsFeatures *f; in gst_caps_remove_and_get_structure() 561 GstCapsFeatures *features; in gst_caps_append() 599 GstCapsFeatures *features; in gst_caps_merge() 676 GstCapsFeatures * features) in gst_caps_append_structure_full() [all …]
|
D | gstcaps.h | 322 typedef gboolean (*GstCapsForeachFunc) (GstCapsFeatures *features, 338 typedef gboolean (*GstCapsMapFunc) (GstCapsFeatures *features, 355 typedef gboolean (*GstCapsFilterMapFunc) (GstCapsFeatures *features, 405 GstCapsFeatures *features); 418 … GstCapsFeatures *features) G_GNUC_WARN_UNUSED_RESULT; 432 GstCapsFeatures * features); 435 GstCapsFeatures * features); 438 GstCapsFeatures * gst_caps_get_features (const GstCaps *caps, 493 const GstCapsFeatures *features);
|
D | gst_private.h | 190 void priv_gst_caps_features_append_to_gstring (const GstCapsFeatures * features, GString *s); 234 GstCapsFeatures * __gst_caps_get_features_unchecked (const GstCaps * caps, guint idx);
|
D | gstvalue.h | 696 const GstCapsFeatures * 701 const GstCapsFeatures *features);
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gstplaybackutils.c | 53 is_included (GList * list, GstCapsFeatures * cf) in is_included() 56 if (gst_caps_features_is_equal ((GstCapsFeatures *) list->data, cf)) in is_included() 68 GstCapsFeatures *fact1_features, *fact2_features; in gst_playback_utils_get_n_common_capsfeatures()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstcapsfeatures.c | 31 GstCapsFeatures *a, *b; in GST_START_TEST() 69 GstCapsFeatures *a, *b; in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglupload.c | 121 const gchar * feature_name, GstCapsFeatures * passthrough) in _set_caps_features_with_passthrough() 130 GstCapsFeatures *features, *orig_features; in _set_caps_features_with_passthrough() 240 GstCapsFeatures *passthrough = in _gl_memory_upload_transform_caps() 285 GstCapsFeatures *features; in _gl_memory_upload_accept() 329 GstCapsFeatures *features; in _gl_memory_upload_propose_allocation() 525 GstCapsFeatures *passthrough; in _dma_buf_upload_transform_caps() 862 GstCapsFeatures *passthrough; in _direct_dma_buf_upload_transform_caps() 1005 GstCapsFeatures *passthrough = in _upload_meta_upload_transform_caps() 1046 GstCapsFeatures *features; in _upload_meta_upload_accept() 1300 GstCapsFeatures *passthrough = in _raw_data_upload_transform_caps() [all …]
|
D | gstglviewconvert.c | 439 GstCapsFeatures *in_features, *out_features; in gst_gl_view_convert_set_caps() 680 GstCapsFeatures *f = gst_caps_get_features (in, i); 701 GstCapsFeatures *f = gst_caps_get_features (in, i); in _double_caps_field() 725 GstCapsFeatures *features; in _expand_par_for_half_aspect() 808 GstCaps * out_caps, GstStructure * structure, GstCapsFeatures * features) in _expand_structure() 1125 GstCapsFeatures *features = gst_caps_get_features (caps, i); in gst_gl_view_convert_transform_caps()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvacaps.c | 153 GstCapsFeatures *features; in gst_va_create_raw_caps_from_config() 354 GstCapsFeatures *ft; in _regroup_raw_caps() 486 GstCapsFeatures *features; in _caps_is()
|
D | gstvabasedec.h | 123 GstCapsFeatures ** capsfeatures);
|
D | gstvafilter.h | 123 GstCapsFeatures * feature);
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11upload.cpp | 190 GstCapsFeatures *overlay_feature = in _set_caps_features() 198 GstCapsFeatures *features, *orig_features; in _set_caps_features() 297 GstCapsFeatures *features; in gst_d3d11_upload_propose_allocation()
|
D | gstd3d11convert.cpp | 123 GstCapsFeatures *f; in gst_d3d11_base_convert_caps_remove_format_info() 126 GstCapsFeatures *feature = in gst_d3d11_base_convert_caps_remove_format_info() 160 GstCapsFeatures *f; in gst_d3d11_base_convert_caps_rangify_size_info() 163 GstCapsFeatures *feature = in gst_d3d11_base_convert_caps_rangify_size_info() 203 GstCapsFeatures *f; in gst_d3d11_base_convert_caps_remove_format_and_rangify_size_info() 206 GstCapsFeatures *feature = in gst_d3d11_base_convert_caps_remove_format_and_rangify_size_info()
|
/third_party/gstreamer/gstplugins_base/gst/audioconvert/ |
D | gstaudioconvert.c | 311 remove_format_from_structure (GstCapsFeatures * features, in remove_format_from_structure() 319 remove_layout_from_structure (GstCapsFeatures * features, in remove_layout_from_structure() 327 remove_channels_from_structure (GstCapsFeatures * features, GstStructure * s, in remove_channels_from_structure() 347 add_other_channels_to_structure (GstCapsFeatures * features, GstStructure * s, in add_other_channels_to_structure()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstcudaconvert.c | 68 GstCapsFeatures *f; in gst_cuda_convert_caps_remove_format_info() 71 GstCapsFeatures *feature = in gst_cuda_convert_caps_remove_format_info()
|
D | gstcudabasetransform.c | 471 GstCapsFeatures *features; in gst_cuda_base_transform_propose_allocation() 544 GstCapsFeatures *features; in gst_cuda_base_transform_decide_allocation()
|
/third_party/gstreamer/gstplugins_base/gst/overlaycomposition/ |
D | gstoverlaycomposition.c | 223 GstCapsFeatures *f; in gst_overlay_composition_negotiate() 439 GstCapsFeatures *features = gst_caps_get_features (new_caps, i); in add_feature_and_intersect() 475 GstCapsFeatures *caps_features = in intersect_by_feature()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstgldownloadelement.c | 910 GstCapsFeatures *features = NULL; in gst_gl_download_element_set_caps() 1025 GstCapsFeatures *features = gst_caps_get_features (othercaps, i); in gst_gl_download_element_fixate_caps() 1303 GstCapsFeatures *features; in gst_gl_download_element_prepare_output_buffer() 1432 GstCapsFeatures *features = gst_caps_get_features (decide_caps, 0); in gst_gl_download_element_propose_allocation()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkimagebufferpool.c | 81 GstCapsFeatures *features; in gst_vulkan_image_buffer_pool_set_config()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudioutilsprivate.c | 48 GstCapsFeatures *features = gst_caps_get_features (templ_caps, i); in __gst_audio_element_proxy_caps()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideoutilsprivate.c | 44 GstCapsFeatures *features = gst_caps_get_features (templ_caps, i); in __gst_video_element_proxy_caps()
|
/third_party/gstreamer/gstplugins_base/gst/videoconvert/ |
D | gstvideoconvert.c | 116 static GstCapsFeatures *features_format_interlaced, 124 GstCapsFeatures *f; in gst_video_convert_caps_remove_format_info()
|
/third_party/gstreamer/gstplugins_bad/gst/dvbsuboverlay/ |
D | gstdvbsuboverlay.c | 437 GstCapsFeatures *features = gst_caps_get_features (new_caps, i); in gst_dvbsub_overlay_add_feature_and_intersect() 473 GstCapsFeatures *caps_features = in gst_dvbsub_overlay_intersect_by_feature() 643 GstCapsFeatures *f; in gst_dvbsub_overlay_negotiate()
|