Searched refs:input_format_context (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Dtranscode_aac.c64 AVFormatContext **input_format_context,
71 if ((error = avformat_open_input(input_format_context, filename, NULL,
75 *input_format_context = NULL;
80 if ((error = avformat_find_stream_info(*input_format_context, NULL)) < 0) {
83 avformat_close_input(input_format_context);
88 if ((*input_format_context)->nb_streams != 1) {
90 (*input_format_context)->nb_streams);
91 avformat_close_input(input_format_context);
96 if (!(input_codec = avcodec_find_decoder((*input_format_context)->streams[0]->codec->codec_id))) {
98 avformat_close_input(input_format_context);
63 open_input_file(const char *filename, AVFormatContext **input_format_context, AVCodecContext **input_codec_context) argument
297 decode_audio_frame(AVFrame *frame, AVFormatContext *input_format_context, AVCodecContext *input_codec_context, int *data_present, int *finished) argument
435 read_decode_convert_and_store(AVAudioFifo *fifo, AVFormatContext *input_format_context, AVCodecContext *input_codec_context, AVCodecContext *output_codec_context, SwrContext *resampler_context, int *finished) argument
636 AVFormatContext *input_format_context = NULL, *output_format_context = NULL; local
[all...]

Completed in 104 milliseconds