HomeSort by relevance Sort by last modified time
    Searched defs:spx_uint32_t (Results 1 - 3 of 3) sorted by null

  /external/speex/include/speex/
speex_config_types.h 8 typedef unsigned int spx_uint32_t; typedef
speex_types.h 30 typedef _G_uint32_t spx_uint32_t; typedef
37 typedef unsigned int spx_uint32_t; typedef
40 typedef unsigned int spx_uint32_t; typedef
46 typedef unsigned __int32 spx_uint32_t; typedef
57 typedef UInt32 spx_uint32_t; typedef
65 typedef u_int32_t spx_uint32_t; typedef
74 typedef u_int32_t spx_uint32_t; typedef
82 typedef unsigned int spx_uint32_t; typedef
89 typedef unsigned int spx_uint32_t; typedef
95 typedef unsigned spx_uint32_t; typedef
104 typedef unsigned int spx_uint32_t; typedef
111 typedef unsigned long spx_uint32_t; typedef
118 typedef unsigned int spx_uint32_t; typedef
    [all...]
speex_resampler.h 83 #define spx_uint32_t unsigned int macro
123 SpeexResamplerState *speex_resampler_init(spx_uint32_t nb_channels,
124 spx_uint32_t in_rate,
125 spx_uint32_t out_rate,
142 SpeexResamplerState *speex_resampler_init_frac(spx_uint32_t nb_channels,
143 spx_uint32_t ratio_num,
144 spx_uint32_t ratio_den,
145 spx_uint32_t in_rate,
146 spx_uint32_t out_rate,
166 spx_uint32_t channel_index,
    [all...]

Completed in 202 milliseconds