Searched refs:output_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.c124 AVFormatContext **output_format_context,
141 if (!(*output_format_context = avformat_alloc_context())) {
147 (*output_format_context)->pb = output_io_context;
150 if (!((*output_format_context)->oformat = av_guess_format(NULL, filename,
156 av_strlcpy((*output_format_context)->filename, filename,
157 sizeof((*output_format_context)->filename));
166 if (!(stream = avformat_new_stream(*output_format_context, output_codec))) {
189 if ((*output_format_context)->oformat->flags & AVFMT_GLOBALHEADER)
202 avio_close((*output_format_context)->pb);
203 avformat_free_context(*output_format_context);
122 open_output_file(const char *filename, AVCodecContext *input_codec_context, AVFormatContext **output_format_context, AVCodecContext **output_codec_context) argument
285 write_output_file_header(AVFormatContext *output_format_context) argument
541 encode_audio_frame(AVFrame *frame, AVFormatContext *output_format_context, AVCodecContext *output_codec_context, int *data_present) argument
582 load_encode_and_write(AVAudioFifo *fifo, AVFormatContext *output_format_context, AVCodecContext *output_codec_context) argument
622 write_output_file_trailer(AVFormatContext *output_format_context) argument
636 AVFormatContext *input_format_context = NULL, *output_format_context = NULL; local
[all...]

Completed in 116 milliseconds