Searched refs:next_syncframe (Results 1 – 1 of 1) sorted by relevance
1442 gint next_syncframe, prev_syncframe; in gst_multi_handle_sink_new_client_position() local1459 next_syncframe = find_next_syncframe (sink, min_idx); in gst_multi_handle_sink_new_client_position()1460 if (next_syncframe != -1 && next_syncframe < max_idx) { in gst_multi_handle_sink_new_client_position()1463 result = next_syncframe; in gst_multi_handle_sink_new_client_position()1490 gint next_syncframe; in gst_multi_handle_sink_new_client_position() local1506 next_syncframe = find_next_syncframe (sink, min_idx); in gst_multi_handle_sink_new_client_position()1507 if (next_syncframe != -1 && next_syncframe < max_idx) { in gst_multi_handle_sink_new_client_position()1510 result = next_syncframe; in gst_multi_handle_sink_new_client_position()