Searched refs:n_cmds (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | navigation.c | 264 gst_navigation_query_set_commands (GstQuery * query, gint n_cmds, ...) in gst_navigation_query_set_commands() argument 275 va_start (ap, n_cmds); in gst_navigation_query_set_commands() 276 for (i = 0; i < n_cmds; i++) { in gst_navigation_query_set_commands() 297 gst_navigation_query_set_commandsv (GstQuery * query, gint n_cmds, in gst_navigation_query_set_commandsv() argument 307 for (i = 0; i < n_cmds; i++) { in gst_navigation_query_set_commandsv() 324 gst_navigation_query_parse_commands_length (GstQuery * query, guint * n_cmds) in gst_navigation_query_parse_commands_length() argument 331 if (n_cmds == NULL) in gst_navigation_query_parse_commands_length() 337 *n_cmds = 0; in gst_navigation_query_parse_commands_length() 339 *n_cmds = gst_value_list_get_size (list); in gst_navigation_query_parse_commands_length()
|
D | navigation.h | 160 void gst_navigation_query_set_commands (GstQuery *query, gint n_cmds, ...); 163 void gst_navigation_query_set_commandsv (GstQuery *query, gint n_cmds, 168 guint *n_cmds);
|
/third_party/gstreamer/gstplugins_bad/ext/resindvd/ |
D | resindvdsrc.c | 1205 gint n_cmds = 0; in rsn_dvdsrc_handle_cmds_query() local 1208 cmds[n_cmds++] = GST_NAVIGATION_COMMAND_DVD_MENU; in rsn_dvdsrc_handle_cmds_query() 1209 cmds[n_cmds++] = GST_NAVIGATION_COMMAND_DVD_TITLE_MENU; in rsn_dvdsrc_handle_cmds_query() 1210 cmds[n_cmds++] = GST_NAVIGATION_COMMAND_DVD_ROOT_MENU; in rsn_dvdsrc_handle_cmds_query() 1211 cmds[n_cmds++] = GST_NAVIGATION_COMMAND_DVD_SUBPICTURE_MENU; in rsn_dvdsrc_handle_cmds_query() 1212 cmds[n_cmds++] = GST_NAVIGATION_COMMAND_DVD_AUDIO_MENU; in rsn_dvdsrc_handle_cmds_query() 1213 cmds[n_cmds++] = GST_NAVIGATION_COMMAND_DVD_ANGLE_MENU; in rsn_dvdsrc_handle_cmds_query() 1214 cmds[n_cmds++] = GST_NAVIGATION_COMMAND_DVD_CHAPTER_MENU; in rsn_dvdsrc_handle_cmds_query() 1220 cmds[n_cmds++] = GST_NAVIGATION_COMMAND_PREV_ANGLE; in rsn_dvdsrc_handle_cmds_query() 1221 cmds[n_cmds++] = GST_NAVIGATION_COMMAND_NEXT_ANGLE; in rsn_dvdsrc_handle_cmds_query() [all …]
|