Home
last modified time | relevance | path

Searched refs:print_field (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_base/tools/
Dgst-device-monitor.c165 print_field (GQuark field, const GValue * value, gpointer unused) in print_field() function
207 gst_structure_foreach (s, print_field, NULL); in print_device()
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
Ddisasm.c749 static const print_field_func print_field[ppir_codegen_field_shift_count] = { variable
804 print_field[i](code, offset, fp); in ppir_disassemble_instr()
/third_party/gstreamer/gstreamer/docs/
Dgst-hotdoc-plugins-scanner.c589 print_field (GQuark field, const GValue * value, GString * jcaps) in print_field() function
641 gst_structure_foreach (structure, (GstStructureForeachFunc) print_field, in _build_caps()
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c166 print_field (GQuark field, const GValue * value, gpointer pfx) in print_field() function
210 gst_structure_foreach (structure, print_field, (gpointer) pfx); in print_caps()
665 gst_structure_foreach (s, print_field, in print_object_properties_info()
/third_party/gstreamer/gstreamer/docs/random/
DChangeLog-0.84248 * tools/gst-inspect.c: (print_field), (print_caps):