|
FFmpeg
|
#include <af_volume.h>
Data Fields | |
| const AVClass * | class |
| AVFloatDSPContext | fdsp |
| enum PrecisionType | precision |
| double | volume |
| int | volume_i |
| int | channels |
| int | planes |
| enum AVSampleFormat | sample_fmt |
| void(* | scale_samples )(uint8_t *dst, const uint8_t *src, int nb_samples, int volume) |
| int | samples_align |
Definition at line 38 of file af_volume.h.
| const AVClass* VolumeContext::class |
Definition at line 39 of file af_volume.h.
Referenced by init().
| AVFloatDSPContext VolumeContext::fdsp |
Definition at line 40 of file af_volume.h.
Referenced by filter_frame(), and volume_init().
| enum PrecisionType VolumeContext::precision |
Definition at line 41 of file af_volume.h.
Referenced by filter_frame(), init(), and query_formats().
| double VolumeContext::volume |
Definition at line 42 of file af_volume.h.
Referenced by filter_frame(), and init().
| int VolumeContext::volume_i |
Definition at line 43 of file af_volume.h.
Referenced by ff_volume_init_x86(), filter_frame(), init(), and volume_init().
| int VolumeContext::channels |
Definition at line 44 of file af_volume.h.
Referenced by config_output(), and filter_frame().
| int VolumeContext::planes |
Definition at line 45 of file af_volume.h.
Referenced by config_output(), and filter_frame().
| enum AVSampleFormat VolumeContext::sample_fmt |
Definition at line 46 of file af_volume.h.
Referenced by config_output(), ff_volume_init_x86(), filter_frame(), and volume_init().
Definition at line 48 of file af_volume.h.
Referenced by ff_volume_init_x86(), filter_frame(), and volume_init().
| int VolumeContext::samples_align |
Definition at line 50 of file af_volume.h.
Referenced by ff_volume_init_x86(), filter_frame(), and volume_init().
1.8.2