Data Fields | |
| struct AVResampleContext * | resample_context |
| short * | temp [2] |
| int | temp_len |
| float | ratio |
| int | input_channels |
| int | output_channels |
| int | filter_channels |
Definition at line 31 of file resample.c.
struct AVResampleContext* ReSampleContext::resample_context [read] |
Definition at line 32 of file resample.c.
Referenced by audio_resample(), audio_resample_close(), and audio_resample_init().
| short* ReSampleContext::temp[2] |
Definition at line 33 of file resample.c.
Referenced by audio_resample(), and audio_resample_close().
| float ReSampleContext::ratio |
Definition at line 35 of file resample.c.
Referenced by audio_resample(), and audio_resample_init().
Definition at line 37 of file resample.c.
Referenced by audio_resample(), and audio_resample_init().
Definition at line 37 of file resample.c.
Referenced by audio_resample(), and audio_resample_init().
Definition at line 37 of file resample.c.
Referenced by audio_resample(), and audio_resample_init().
1.5.6