Home
last modified time | relevance | path

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

/third_party/ffmpeg/doc/examples/
Ddemuxing_decoding.c41 static AVStream *video_stream = NULL, *audio_stream = NULL; variable
281 audio_stream = fmt_ctx->streams[audio_stream_idx]; in main()
293 if (!audio_stream && !video_stream) { in main()
315 if (audio_stream) in main()
346 if (audio_stream) { in main()
/third_party/ffmpeg/libavformat/
Dyop.c62 AVStream *audio_stream, *video_stream; in yop_read_header() local
66 audio_stream = avformat_new_stream(s, NULL); in yop_read_header()
68 if (!audio_stream || !video_stream) in yop_read_header()
72 audio_par = audio_stream->codecpar; in yop_read_header()
Drmenc.c41 StreamInfo *audio_stream, *video_stream; member
339 rm->audio_stream = stream; in rm_write_header()
370 StreamInfo *stream = rm->audio_stream; in rm_write_audio()
/third_party/ffmpeg/fftools/
Dffplay.c232 int audio_stream; member
1247 is->audio_stream = -1; in stream_component_close()
1269 if (is->audio_stream >= 0) in stream_close()
1270 stream_component_close(is, is->audio_stream); in stream_close()
1460 is->audio_stream >= 0 && is->audioq.nb_packets <= EXTERNAL_CLOCK_MIN_FRAMES) { in check_external_clock_speed()
1463 (is->audio_stream < 0 || is->audioq.nb_packets > EXTERNAL_CLOCK_MAX_FRAMES)) { in check_external_clock_speed()
2680 is->audio_stream = stream_index; in stream_component_open()
2925 if (is->video_stream < 0 && is->audio_stream < 0) { in read_thread()
2967 if (is->audio_stream >= 0) in read_thread()
2998 || (stream_has_enough_packets(is->audio_st, is->audio_stream, &is->audioq) && in read_thread()
[all …]