|
FFmpeg
|
#include "libavutil/attributes.h"#include "libavutil/x86/cpu.h"#include "libswresample/swresample_internal.h"#include "libswresample/audioconvert.h"Go to the source code of this file.
Macros | |
| #define | PROTO(pre, in, out, cap) |
| #define | PROTO2(pre, out, cap) |
| #define | PROTO3(pre, cap) |
| #define | PROTO4(pre) |
| #define | MULTI_CAPS_FUNC(flag, cap) |
Functions | |
| av_cold void | swri_audio_convert_init_x86 (struct AudioConvert *ac, enum AVSampleFormat out_fmt, enum AVSampleFormat in_fmt, int channels) |
| #define PROTO | ( | pre, | |
| in, | |||
| out, | |||
| cap ) |
Definition at line 26 of file audio_convert_init.c.
| #define PROTO2 | ( | pre, | |
| out, | |||
| cap ) |
Definition at line 27 of file audio_convert_init.c.
| #define PROTO3 | ( | pre, | |
| cap ) |
Definition at line 28 of file audio_convert_init.c.
| #define PROTO4 | ( | pre | ) |
Definition at line 29 of file audio_convert_init.c.
| #define MULTI_CAPS_FUNC | ( | flag, | |
| cap ) |
Referenced by swri_audio_convert_init_x86().
| av_cold void swri_audio_convert_init_x86 | ( | struct AudioConvert * | ac, |
| enum AVSampleFormat | out_fmt, | ||
| enum AVSampleFormat | in_fmt, | ||
| int | channels ) |
Definition at line 37 of file audio_convert_init.c.
Referenced by swri_audio_convert_init_x86().