Home
last modified time | relevance | path

Searched defs:output_format_context (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/doc/examples/
Dtranscode_aac.c141 AVFormatContext **output_format_context, in open_output_file()
346 static int write_output_file_header(AVFormatContext *output_format_context) in write_output_file_header()
664 AVFormatContext *output_format_context, in encode_audio_frame()
737 AVFormatContext *output_format_context, in load_encode_and_write()
776 static int write_output_file_trailer(AVFormatContext *output_format_context) in write_output_file_trailer()
789 AVFormatContext *input_format_context = NULL, *output_format_context = NULL; in main() local