HomeSort by relevance Sort by last modified time
    Searched refs:spx_uint32_t (Results 1 - 10 of 10) 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...]
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);
  /external/speex/libspeex/
resample.c 113 typedef int (*resampler_basic_func)(SpeexResamplerState *, spx_uint32_t , const spx_word16_t *, spx_uint32_t *, spx_word16_t *, spx_uint32_t *);
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
    [all...]
resample_sse.h 57 static inline float interpolate_product_single(const float *a, const float *b, unsigned int len, const spx_uint32_t oversample, float *frac) {
100 static inline double interpolate_product_double(const float *a, const float *b, unsigned int len, const spx_uint32_t oversample, float *frac) {
math_approx.h 64 static inline spx_int16_t spx_ilog2(spx_uint32_t x)
94 static inline spx_int16_t spx_ilog4(spx_uint32_t x)
jitter.c 139 spx_uint32_t pointer_timestamp; /**< Timestamp of what we will *get* next */
140 spx_uint32_t last_returned_timestamp; /**< Useful for getting the next packet with the same timestamp (for fragmented media) */
141 spx_uint32_t next_stop; /**< Estimated time the next get() will be called */
146 spx_uint32_t arrival[SPEEX_JITTER_MAX_BUFFER_SIZE]; /**< Packet arrival time (0 means it was late, even though it's a valid timestamp) */
480 spx_uint32_t oldest=0;
554 spx_uint32_t best_time=0;
770 EXPORT void jitter_buffer_remaining_span(JitterBuffer *jitter, spx_uint32_t rem)
speex_header.c 51 spx_uint32_t ui, ret;
stereo.c 48 spx_uint32_t reserved1; /**< Reserved for future use */

Completed in 644 milliseconds