#include "libavutil/opt.h"
#include "swresample_internal.h"
#include "audioconvert.h"
#include "libavutil/avassert.h"
#include "libavutil/channel_layout.h"
#include "libavutil/internal.h"
#include <float.h>
#include "libavutil/ffversion.h"
Go to the source code of this file.
Definition at line 30 of file swresample.c.
Referenced by swri_realloc_audio().
Referenced by swresample_license().
Referenced by swr_init().
Referenced by swr_convert().
Referenced by swr_inject_silence().
Definition at line 104 of file swresample.c.
Referenced by swr_init().
Definition at line 112 of file swresample.c.
Referenced by clear_context().
Definition at line 117 of file swresample.c.
Referenced by swr_close(), swr_free(), and swr_init().
Definition at line 381 of file swresample.c.
Referenced by invert_initial_buffer(), resample(), resample_flush(), swr_convert(), swr_convert_internal(), and swr_inject_silence().
Definition at line 413 of file swresample.c.
Referenced by resample(), swr_convert(), and swr_convert_internal().
Definition at line 426 of file swresample.c.
Referenced by swr_convert().
Definition at line 439 of file swresample.c.
Referenced by swr_convert(), and swr_inject_silence().
out may be equal in.
Definition at line 453 of file swresample.c.
Referenced by resample(), and swr_convert().
Definition at line 468 of file swresample.c.
Referenced by swr_convert_internal().
Definition at line 563 of file swresample.c.
Referenced by swr_convert().
Definition at line 695 of file swresample.c.
Referenced by audio_decode_frame(), convert_frame(), convert_samples(), filter_frame(), flush_frame(), main(), opus_decode_frame(), opus_flush_resample(), opus_init_resample(), swr_drop_output(), swr_inject_silence(), wrap(), and write_audio_frame().
Definition at line 33 of file swresample.c.