Lines Matching defs:stream
1256 /* close each stream */
1460 /* seek in the stream */
1508 /* if the stream is paused unpause it, then step */
2435 static void sdl_audio_callback(void *opaque, Uint8 *stream, int len)
2460 memcpy(stream, (uint8_t *)is->audio_buf + is->audio_buf_index, len1);
2462 memset(stream, 0, len1);
2464 SDL_MixAudioFormat(stream, (uint8_t *)is->audio_buf + is->audio_buf_index, AUDIO_S16SYS, len1, is->audio_volume);
2467 stream += len1;
2554 /* open a given stream. Return 0 if OK */
2741 /* this thread gets the stream from the disk or the network */
2840 /* add the stream start time */
2865 av_log(NULL, AV_LOG_ERROR, "Stream specifier %s does not match any %s stream\n", wanted_stream_spec[i], av_get_media_type_string(i));
3195 av_log(NULL, AV_LOG_INFO, "Switch %s stream from #%d to #%d\n",
3570 { "ast", OPT_STRING | HAS_ARG | OPT_EXPERT, { &wanted_stream_spec[AVMEDIA_TYPE_AUDIO] }, "select desired audio stream", "stream_specifier" },
3571 { "vst", OPT_STRING | HAS_ARG | OPT_EXPERT, { &wanted_stream_spec[AVMEDIA_TYPE_VIDEO] }, "select desired video stream", "stream_specifier" },
3572 { "sst", OPT_STRING | HAS_ARG | OPT_EXPERT, { &wanted_stream_spec[AVMEDIA_TYPE_SUBTITLE] }, "select desired subtitle stream", "stream_specifier" },