Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfsourcereader.cpp84 GList *media_types; member
178 GList ** media_types) in gst_mf_enum_media_type_from_source_reader() argument
186 g_return_val_if_fail (media_types != NULL, FALSE); in gst_mf_enum_media_type_from_source_reader()
252 *media_types = list; in gst_mf_enum_media_type_from_source_reader()
309 &self->media_types)) { in gst_mf_source_reader_open()
320 self->media_types = g_list_sort (self->media_types, in gst_mf_source_reader_open()
325 for (iter = self->media_types; iter; iter = g_list_next (iter)) { in gst_mf_source_reader_open()
348 if (self->media_types) { in gst_mf_source_reader_close()
349 g_list_free_full (self->media_types, in gst_mf_source_reader_close()
351 self->media_types = NULL; in gst_mf_source_reader_close()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/winks/
Dksvideohelpers.c362 ks_video_media_type_list_remove_duplicates (GList * media_types) in ks_video_media_type_list_remove_duplicates() argument
372 for (entry = media_types; entry != NULL && duplicates == NULL; in ks_video_media_type_list_remove_duplicates()
377 for (other_entry = media_types; other_entry != NULL; in ks_video_media_type_list_remove_duplicates()
410 media_types = g_list_remove (media_types, mt); in ks_video_media_type_list_remove_duplicates()
421 return media_types; in ks_video_media_type_list_remove_duplicates()
Dgstksvideodevice.c75 GList *media_types; member
400 priv->media_types = ks_video_probe_filter_for_caps (priv->filter_handle); in gst_ks_video_device_open()
403 for (cur = priv->media_types; cur != NULL; cur = cur->next) { in gst_ks_video_device_open()
448 for (cur = priv->media_types; cur != NULL; cur = cur->next) { in gst_ks_video_device_close()
453 if (priv->media_types != NULL) { in gst_ks_video_device_close()
454 g_list_free (priv->media_types); in gst_ks_video_device_close()
455 priv->media_types = NULL; in gst_ks_video_device_close()
738 for (cur = priv->media_types; cur != NULL; cur = cur->next) { in gst_ks_video_device_set_caps()
Dksdeviceprovider.c81 GList *media_types; in new_video_source() local
94 media_types = ks_video_probe_filter_for_caps (filter_handle); in new_video_source()
96 for (cur = media_types; cur != NULL; cur = cur->next) { in new_video_source()
105 g_list_free (media_types); in new_video_source()
/third_party/cups-filters/cupsfilters/
Dppdgenerator.c2604 static const char * const media_types[][2] = in ppdCreateFromIPP2() local
2764 for (j = 0; j < (int)(sizeof(media_types) / sizeof(media_types[0])); in ppdCreateFromIPP2()
2766 if (!strcmp(media_types[j][0], keyword)) { in ppdCreateFromIPP2()
2767 human_readable = (char *)_cupsLangString(lang, media_types[j][1]); in ppdCreateFromIPP2()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dwebrtcbin.c3808 gchar **media_types = user_data; in _verify_media_types() local
3814 fail_unless_equals_string (gst_sdp_media_get_media (media), media_types[i]); in _verify_media_types()
3827 const gchar *media_types[] = { "video", "audio" }; in GST_START_TEST() local
3828 VAL_SDP_INIT (media_type, _verify_media_types, &media_types, NULL); in GST_START_TEST()
3958 const gchar *media_types[] = { "audio" }; in GST_START_TEST() local
3959 VAL_SDP_INIT (media_type, _verify_media_types, &media_types, NULL); in GST_START_TEST()
/third_party/chromium/patch/
D0003-ohos-1115.patch54865 diff --git a/src/media/mojo/mojom/media_types.mojom b/src/media/mojo/mojom/media_types.mojom
54867 --- a/src/media/mojo/mojom/media_types.mojom
54868 +++ b/src/media/mojo/mojom/media_types.mojom