Searched refs:cur_stream (Results 1 – 3 of 3) sorted by relevance
27 int cur_stream; member138 if (pmp->cur_stream == 0) { in pmp_packet()163 pkt->stream_index = pmp->cur_stream; in pmp_packet()166 pmp->cur_stream = (pmp->cur_stream + 1) % pmp->num_streams; in pmp_packet()174 pmp->cur_stream = 0; in pmp_seek()
3278 static void event_loop(VideoState *cur_stream) in event_loop() argument3285 refresh_loop_wait_event(cur_stream, &event); in event_loop()3289 do_exit(cur_stream); in event_loop()3293 if (!cur_stream->width) in event_loop()3297 toggle_full_screen(cur_stream); in event_loop()3298 cur_stream->force_refresh = 1; in event_loop()3302 toggle_pause(cur_stream); in event_loop()3305 toggle_mute(cur_stream); in event_loop()3309 update_volume(cur_stream, 1, SDL_VOLUME_STEP); in event_loop()3313 update_volume(cur_stream, -1, SDL_VOLUME_STEP); in event_loop()[all …]
4040 GstAdaptiveDemuxStream *cur_stream = in gst_adaptive_demux_stream_download_loop() local4043 if (gst_pad_peer_query_position (cur_stream->pad, GST_FORMAT_TIME, in gst_adaptive_demux_stream_download_loop()