ReactOS 0.4.16-dev-117-g38f21f9
|
#include <common.h>
Public Attributes | |
double | last_ratio |
double | last_position |
int | error |
int | channels |
int | mode |
void * | private_data |
int(* | vari_process )(struct SRC_PRIVATE_tag *psrc, SRC_DATA *data) |
int(* | const_process )(struct SRC_PRIVATE_tag *psrc, SRC_DATA *data) |
void(* | reset )(struct SRC_PRIVATE_tag *psrc) |
src_callback_t | callback_func |
void * | user_callback_data |
long | saved_frames |
const float * | saved_data |
src_callback_t SRC_PRIVATE_tag::callback_func |
Definition at line 114 of file common.h.
Referenced by src_callback_read().
int SRC_PRIVATE_tag::channels |
Definition at line 96 of file common.h.
Referenced by linear_reset(), linear_set_converter(), sinc_multichan_vari_process(), sinc_set_converter(), src_callback_read(), src_get_channels(), src_new(), src_process(), zoh_reset(), and zoh_set_converter().
int(* SRC_PRIVATE_tag::const_process) (struct SRC_PRIVATE_tag *psrc, SRC_DATA *data) |
Definition at line 108 of file common.h.
Referenced by linear_set_converter(), sinc_set_converter(), src_get_channels(), src_process(), src_set_ratio(), and zoh_set_converter().
int SRC_PRIVATE_tag::error |
Definition at line 95 of file common.h.
Referenced by sinc_hex_vari_process(), sinc_mono_vari_process(), sinc_multichan_vari_process(), sinc_quad_vari_process(), sinc_stereo_vari_process(), src_callback_read(), and src_reset().
double SRC_PRIVATE_tag::last_position |
Definition at line 93 of file common.h.
Referenced by linear_vari_process(), sinc_hex_vari_process(), sinc_mono_vari_process(), sinc_multichan_vari_process(), sinc_quad_vari_process(), sinc_stereo_vari_process(), src_reset(), and zoh_vari_process().
double SRC_PRIVATE_tag::last_ratio |
Definition at line 93 of file common.h.
Referenced by linear_vari_process(), sinc_hex_vari_process(), sinc_mono_vari_process(), sinc_multichan_vari_process(), sinc_quad_vari_process(), sinc_stereo_vari_process(), src_process(), src_reset(), src_set_ratio(), and zoh_vari_process().
int SRC_PRIVATE_tag::mode |
Definition at line 99 of file common.h.
Referenced by src_callback_read(), src_new(), and src_process().
void* SRC_PRIVATE_tag::private_data |
Definition at line 102 of file common.h.
Referenced by linear_reset(), linear_set_converter(), linear_vari_process(), sinc_hex_vari_process(), sinc_mono_vari_process(), sinc_multichan_vari_process(), sinc_quad_vari_process(), sinc_reset(), sinc_set_converter(), sinc_stereo_vari_process(), src_delete(), zoh_reset(), zoh_set_converter(), and zoh_vari_process().
void(* SRC_PRIVATE_tag::reset) (struct SRC_PRIVATE_tag *psrc) |
Definition at line 111 of file common.h.
Referenced by linear_set_converter(), sinc_set_converter(), src_reset(), and zoh_set_converter().
Definition at line 117 of file common.h.
Referenced by src_callback_read(), and src_reset().
long SRC_PRIVATE_tag::saved_frames |
Definition at line 116 of file common.h.
Referenced by src_callback_read(), and src_reset().
void* SRC_PRIVATE_tag::user_callback_data |
Definition at line 115 of file common.h.
Referenced by src_callback_read().
int(* SRC_PRIVATE_tag::vari_process) (struct SRC_PRIVATE_tag *psrc, SRC_DATA *data) |
Definition at line 105 of file common.h.
Referenced by linear_set_converter(), sinc_set_converter(), src_get_channels(), src_process(), src_set_ratio(), and zoh_set_converter().