Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst/tcp/
Dgstmultihandlesink.c1442 gint next_syncframe, prev_syncframe; in gst_multi_handle_sink_new_client_position() local
1459 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() local
1506 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()