FFmpeg
|
#include "libavutil/audio_fifo.h"
#include "libavutil/log.h"
#include "libavutil/opt.h"
#include "libavutil/samplefmt.h"
#include "avresample.h"
Go to the source code of this file.
Data Structures | |
struct | ChannelMapInfo |
struct | AVAudioResampleContext |
Enumerations | |
enum | RemapPoint { REMAP_NONE, REMAP_IN_COPY, REMAP_IN_CONVERT, REMAP_OUT_COPY, REMAP_OUT_CONVERT } |
Functions | |
void | ff_audio_resample_init_aarch64 (ResampleContext *c, enum AVSampleFormat sample_fmt) |
void | ff_audio_resample_init_arm (ResampleContext *c, enum AVSampleFormat sample_fmt) |
enum RemapPoint |
Enumerator | |
---|---|
REMAP_NONE | |
REMAP_IN_COPY | |
REMAP_IN_CONVERT | |
REMAP_OUT_COPY | |
REMAP_OUT_CONVERT |
Definition at line 35 of file internal.h.
void ff_audio_resample_init_aarch64 | ( | ResampleContext * | c, |
enum AVSampleFormat | sample_fmt | ||
) |
Definition at line 48 of file resample_init.c.
Referenced by ff_audio_resample_init().
void ff_audio_resample_init_arm | ( | ResampleContext * | c, |
enum AVSampleFormat | sample_fmt | ||
) |
Definition at line 52 of file resample_init.c.
Referenced by ff_audio_resample_init().