Searched refs:output_format_context (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/doc/examples/ |
H A D | transcode_aac.c | 142 * @param[out] output_format_context Format context of output file 148 AVFormatContext **output_format_context, in open_output_file() 166 if (!(*output_format_context = avformat_alloc_context())) { in open_output_file() 172 (*output_format_context)->pb = output_io_context; in open_output_file() 175 if (!((*output_format_context)->oformat = av_guess_format(NULL, filename, in open_output_file() 181 if (!((*output_format_context)->url = av_strdup(filename))) { in open_output_file() 194 if (!(stream = avformat_new_stream(*output_format_context, NULL))) { in open_output_file() 220 if ((*output_format_context)->oformat->flags & AVFMT_GLOBALHEADER) in open_output_file() 243 avio_closep(&(*output_format_context)->pb); in open_output_file() 244 avformat_free_context(*output_format_context); in open_output_file() 146 open_output_file(const char *filename, AVCodecContext *input_codec_context, AVFormatContext **output_format_context, AVCodecContext **output_codec_context) open_output_file() argument 346 write_output_file_header(AVFormatContext *output_format_context) write_output_file_header() argument 665 encode_audio_frame(AVFrame *frame, AVFormatContext *output_format_context, AVCodecContext *output_codec_context, int *data_present) encode_audio_frame() argument 737 load_encode_and_write(AVAudioFifo *fifo, AVFormatContext *output_format_context, AVCodecContext *output_codec_context) load_encode_and_write() argument 777 write_output_file_trailer(AVFormatContext *output_format_context) write_output_file_trailer() argument 790 AVFormatContext *input_format_context = NULL, *output_format_context = NULL; main() local [all...] |
Completed in 2 milliseconds