Searched refs:input_codec_context (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/doc/examples/ |
H A D | transcode_aac.c | 56 * @param[out] input_codec_context Codec context of opened file 61 AVCodecContext **input_codec_context) in open_input_file() 131 *input_codec_context = avctx; in open_input_file() 141 * @param input_codec_context Codec context of input file 147 AVCodecContext *input_codec_context, in open_output_file() 210 avctx->sample_rate = input_codec_context->sample_rate; in open_output_file() 215 stream->time_base.den = input_codec_context->sample_rate; in open_output_file() 281 * @param input_codec_context Codec context of the input file 286 static int init_resampler(AVCodecContext *input_codec_context, in init_resampler() argument 300 &input_codec_context in init_resampler() 59 open_input_file(const char *filename, AVFormatContext **input_format_context, AVCodecContext **input_codec_context) open_input_file() argument 146 open_output_file(const char *filename, AVCodecContext *input_codec_context, AVFormatContext **output_format_context, AVCodecContext **output_codec_context) open_output_file() argument 370 decode_audio_frame(AVFrame *frame, AVFormatContext *input_format_context, AVCodecContext *input_codec_context, int *data_present, int *finished) decode_audio_frame() argument 552 read_decode_convert_and_store(AVAudioFifo *fifo, AVFormatContext *input_format_context, AVCodecContext *input_codec_context, AVCodecContext *output_codec_context, SwrContext *resampler_context, int *finished) read_decode_convert_and_store() argument 791 AVCodecContext *input_codec_context = NULL, *output_codec_context = NULL; main() local [all...] |
Completed in 1 milliseconds