Searched defs:output_codec_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.c122 open_output_file(const char *filename, AVCodecContext *input_codec_context, AVFormatContext **output_format_context, AVCodecContext **output_codec_context) argument
232 init_resampler(AVCodecContext *input_codec_context, AVCodecContext *output_codec_context, SwrContext **resample_context) argument
348 init_converted_samples(uint8_t ***converted_input_samples, AVCodecContext *output_codec_context, int frame_size) 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
502 init_output_frame(AVFrame **frame, AVCodecContext *output_codec_context, int frame_size) 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
637 AVCodecContext *input_codec_context = NULL, *output_codec_context = NULL; local
[all...]

Completed in 29 milliseconds