ReactOS 0.4.16-dev-92-g0c2cdca
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
struct | ZOH_DATA |
Macros | |
#define | ZOH_MAGIC_MARKER MAKE_MAGIC ('s', 'r', 'c', 'z', 'o', 'h') |
Functions | |
static int | zoh_vari_process (SRC_PRIVATE *psrc, SRC_DATA *data) |
static void | zoh_reset (SRC_PRIVATE *psrc) |
const char * | zoh_get_name (int src_enum) |
const char * | zoh_get_description (int src_enum) |
int | zoh_set_converter (SRC_PRIVATE *psrc, int src_enum) |
Definition at line 137 of file src_zoh.c.
Referenced by src_get_description().
Definition at line 128 of file src_zoh.c.
Referenced by src_get_name().
|
static |
Definition at line 181 of file src_zoh.c.
Referenced by zoh_set_converter().
int zoh_set_converter | ( | SRC_PRIVATE * | psrc, |
int | src_enum | ||
) |
Definition at line 146 of file src_zoh.c.
Referenced by psrc_set_converter().
|
static |
Definition at line 32 of file src_zoh.c.
Referenced by zoh_set_converter().