Searched refs:first_field_id (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gststructure.h | 219 GQuark first_field_id, 223 GQuark first_field_id,
|
D | gststructure.c | 2946 GQuark first_field_id, va_list args) in gst_structure_id_get_valist() argument 2952 g_return_val_if_fail (first_field_id != 0, FALSE); in gst_structure_id_get_valist() 2954 field_id = first_field_id; in gst_structure_id_get_valist() 3064 gst_structure_id_get (const GstStructure * structure, GQuark first_field_id, in gst_structure_id_get() argument 3071 g_return_val_if_fail (first_field_id != 0, FALSE); in gst_structure_id_get() 3073 va_start (args, first_field_id); in gst_structure_id_get() 3074 ret = gst_structure_id_get_valist (structure, first_field_id, args); in gst_structure_id_get()
|