This structure is used to store the context of streaming information during resampling process.
#include <dsp_resampling.h>
Data Fields | |
int | index |
Internal index. More... | |
int | input_buffer_pos |
Input buffer position for next computation. More... | |
int dsp_resampling_context_t::index |
Internal index.
Referenced by dsp16_resampling_compute(), dsp16_resampling_link(), and dsp16_resampling_setup().
int dsp_resampling_context_t::input_buffer_pos |
Input buffer position for next computation.
Referenced by dsp16_resampling_compute(), dsp16_resampling_link(), and dsp16_resampling_setup().