Searched refs:seek_formats (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/examples/seek/ |
D | jsseek.c | 1037 static seek_format seek_formats[] = { variable 1055 while (seek_formats[i].name) { in query_rates() 1059 format = seek_formats[i].format; in query_rates() 1063 g_print ("%s %13" G_GINT64_FORMAT " | ", seek_formats[i].name, value); in query_rates() 1065 g_print ("%s %13.13s | ", seek_formats[i].name, "*NA*"); in query_rates() 1086 while (seek_formats[i].name) { in query_positions_elems() 1090 format = seek_formats[i].format; in query_positions_elems() 1095 seek_formats[i].name, position, total); in query_positions_elems() 1097 g_print ("%s %13.13s / %13.13s | ", seek_formats[i].name, "*NA*", in query_positions_elems() 1118 while (seek_formats[i].name) { in query_positions_pads() [all …]
|
/third_party/gstreamer/gstplugins_base/tests/examples/playback/ |
D | playback-test.c | 358 static seek_format seek_formats[] = { variable 372 while (seek_formats[i].name) { in query_positions() 376 format = seek_formats[i].format; in query_positions() 381 seek_formats[i].name, position, total); in query_positions() 383 g_print ("%s %13.13s / %13.13s | ", seek_formats[i].name, "*NA*", "*NA*"); in query_positions()
|