Searched refs:GstFormatDefinition (Results 1 – 16 of 16) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gstformat.c | 47 static GstFormatDefinition standard_definitions[] = { 59 GstFormatDefinition *standards = standard_definitions; in _priv_gst_format_initialize() 95 const GstFormatDefinition *def; in gst_format_get_name() 118 const GstFormatDefinition *def; in gst_format_to_quark() 145 GstFormatDefinition *format; in gst_format_register() 156 format = g_slice_new (GstFormatDefinition); in gst_format_register() 184 GstFormatDefinition *format; in gst_format_get_by_nick() 234 const GstFormatDefinition * 237 const GstFormatDefinition *result; in gst_format_get_details()
|
D | gstformat.h | 76 typedef struct _GstFormatDefinition GstFormatDefinition; typedef 118 const GstFormatDefinition*
|
D | gstvalue.c | 4053 const GstFormatDefinition *format_def; in gst_value_serialize_enum() 4068 const GstFormatDefinition *format_def = in gst_value_deserialize_enum_iter_cmp() 4099 const GstFormatDefinition *format_def; in gst_value_deserialize_enum()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | struct_ppc64.h | 25 {"GstFormatDefinition", sizeof (GstFormatDefinition), 32},
|
D | struct_i386.h | 25 {"GstFormatDefinition", sizeof (GstFormatDefinition), 16},
|
D | struct_x86_64.h | 25 {"GstFormatDefinition", sizeof (GstFormatDefinition), 32},
|
D | struct_i386w.h | 25 {"GstFormatDefinition", sizeof (GstFormatDefinition), 16},
|
D | struct_arm.h | 26 {"GstFormatDefinition", sizeof (GstFormatDefinition), 16},
|
D | struct_x86_64w.h | 25 {"GstFormatDefinition", sizeof (GstFormatDefinition), 32},
|
D | struct_hppa.h | 25 {"GstFormatDefinition", sizeof (GstFormatDefinition), 32},
|
D | struct_sparc.h | 25 {"GstFormatDefinition", sizeof (GstFormatDefinition), 32},
|
D | struct_ppc32.h | 25 {"GstFormatDefinition", sizeof (GstFormatDefinition), 16},
|
/third_party/gstreamer/gstplugins_good/gst/debugutils/ |
D | progressreport.c | 303 const GstFormatDefinition *details; in gst_progress_report_do_query()
|
/third_party/gstreamer/gstplugins_good/gst/flv/ |
D | gstindex.c | 601 const GstFormatDefinition *def;
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstindex.c | 587 const GstFormatDefinition *def;
|
/third_party/gstreamer/gstplugins_base/tests/examples/playback/ |
D | playback-test.c | 197 const GstFormatDefinition *seek_format; 1780 const GstFormatDefinition *format = NULL; in seek_format_changed_cb() 1785 const GstFormatDefinition *tmp = l->data; in seek_format_changed_cb() 1828 GstFormatDefinition *def = g_value_get_pointer (&item); in update_formats() 1856 const GstFormatDefinition *def = l->data; in update_formats()
|