Searched refs:spx_uint32_t (Results 1 – 10 of 10) sorted by relevance
/external/speex/include/speex/ |
D | 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 …]
|
D | 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 [all …]
|
D | speex_jitter.h | 62 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) */ 66 …spx_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);
|
D | speex_config_types.h | 8 typedef unsigned int spx_uint32_t; typedef
|
/external/speex/libspeex/ |
D | resample.c | 113 …_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 …]
|
D | jitter.c | 139 …spx_uint32_t pointer_timestamp; /**< Timestamp of what we will *get* n… 140 …spx_uint32_t last_returned_timestamp; /**< Useful for getting the next packe… 141 …spx_uint32_t next_stop; /**< Estimated time the next get() wil… 146 …spx_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()
|
D | resample_sse.h | 57 …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()
|
D | math_approx.h | 64 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()
|
D | speex_header.c | 51 spx_uint32_t ui, ret; in le_int()
|
D | stereo.c | 48 spx_uint32_t reserved1; /**< Reserved for future use */
|