Home
last modified time | relevance | path

Searched refs:spx_uint32_t (Results 1 – 10 of 10) sorted by relevance

/external/speex/include/speex/
Dspeex_resampler.h83 #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 …]
Dspeex_types.h30 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
[all …]
Dspeex_jitter.h62 spx_uint32_t len; /**< Length of the packet in bytes */
63 spx_uint32_t timestamp; /**< Timestamp for the packet */
64 spx_uint32_t span; /**< Time covered by the packet (same units as timestamp) */
66spx_uint32_t user_data; /**< Put whatever data you like here (it's ignored by the jitter buffer) …
178 void jitter_buffer_remaining_span(JitterBuffer *jitter, spx_uint32_t rem);
Dspeex_config_types.h8 typedef unsigned int spx_uint32_t; typedef
/external/speex/libspeex/
Dresample.c113 …_basic_func)(SpeexResamplerState *, spx_uint32_t , const spx_word16_t *, spx_uint32_t *, spx_word1…
116 spx_uint32_t in_rate;
117 spx_uint32_t out_rate;
118 spx_uint32_t num_rate;
119 spx_uint32_t den_rate;
122 spx_uint32_t nb_channels;
123 spx_uint32_t filt_len;
124 spx_uint32_t mem_alloc_size;
125 spx_uint32_t buffer_size;
129 spx_uint32_t oversample;
[all …]
Djitter.c139spx_uint32_t pointer_timestamp; /**< Timestamp of what we will *get* n…
140spx_uint32_t last_returned_timestamp; /**< Useful for getting the next packe…
141spx_uint32_t next_stop; /**< Estimated time the next get() wil…
146spx_uint32_t arrival[SPEEX_JITTER_MAX_BUFFER_SIZE]; /**< Packet arrival time (0 means it w…
480 spx_uint32_t oldest=0; in jitter_buffer_get()
554 spx_uint32_t best_time=0; in jitter_buffer_get()
770 EXPORT void jitter_buffer_remaining_span(JitterBuffer *jitter, spx_uint32_t rem) in jitter_buffer_remaining_span()
Dresample_sse.h57 …roduct_single(const float *a, const float *b, unsigned int len, const spx_uint32_t oversample, flo… in interpolate_product_single()
100 …roduct_double(const float *a, const float *b, unsigned int len, const spx_uint32_t oversample, flo… in interpolate_product_double()
Dmath_approx.h64 static inline spx_int16_t spx_ilog2(spx_uint32_t x) in spx_ilog2()
94 static inline spx_int16_t spx_ilog4(spx_uint32_t x) in spx_ilog4()
Dspeex_header.c51 spx_uint32_t ui, ret; in le_int()
Dstereo.c48 spx_uint32_t reserved1; /**< Reserved for future use */