/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/ |
timeval.h | 37 #define PA_MSEC_PER_SEC ((pa_usec_t) 1000ULL) 40 #define PA_USEC_PER_SEC ((pa_usec_t) 1000000ULL) 46 #define PA_USEC_PER_MSEC ((pa_usec_t) 1000ULL) 55 #define PA_USEC_INVALID ((pa_usec_t) -1) 58 #define PA_USEC_MAX ((pa_usec_t) -2) 67 pa_usec_t pa_timeval_diff(const struct timeval *a, const struct timeval *b) PA_GCC_PURE; 73 pa_usec_t pa_timeval_age(const struct timeval *tv); 76 struct timeval* pa_timeval_add(struct timeval *tv, pa_usec_t v); 79 struct timeval* pa_timeval_sub(struct timeval *tv, pa_usec_t v); 82 struct timeval* pa_timeval_store(struct timeval *tv, pa_usec_t v) [all...] |
rtclock.h | 37 pa_usec_t pa_rtclock_now(void);
|
sample.h | 253 typedef uint64_t pa_usec_t; typedef 271 pa_usec_t pa_bytes_to_usec(uint64_t length, const pa_sample_spec *spec) PA_GCC_PURE; 276 size_t pa_usec_to_bytes(pa_usec_t t, const pa_sample_spec *spec) PA_GCC_PURE;
|
simple.h | 141 pa_usec_t pa_simple_get_latency(pa_simple *s, int *error);
|
introspect.h | 219 pa_usec_t latency; /**< Length of queued audio in the output buffer. */ 223 pa_usec_t configured_latency; /**< The latency this device has been configured to. \since 0.9.11 */ 296 pa_usec_t latency; /**< Length of filled record buffer of this source. */ 300 pa_usec_t configured_latency; /**< The latency this device has been configured to. \since 0.9.11 */ 497 pa_usec_t buffer_usec; /**< Latency due to buffering in sink input, see pa_latency_info for details */ 498 pa_usec_t sink_usec; /**< Latency of the sink device, see pa_latency_info for details */ 544 pa_usec_t buffer_usec; /**< Latency due to buffering in the source output, see pa_latency_info for details. */ 545 pa_usec_t source_usec; /**< Latency of the source device, see pa_latency_info for details. */ 603 pa_usec_t duration; /**< Duration of this entry */ [all...] |
context.h | 259 pa_time_event* pa_context_rttime_new(pa_context *c, pa_usec_t usec, pa_time_event_cb_t cb, void *userdata); 262 void pa_context_rttime_restart(pa_context *c, pa_time_event *e, pa_usec_t usec);
|
def.h | 590 pa_usec_t sink_usec; 595 pa_usec_t source_usec; 599 pa_usec_t transport_usec; 634 pa_usec_t configured_sink_usec; 637 pa_usec_t configured_source_usec; [all...] |
stream.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/ |
timeval.h | 37 #define PA_MSEC_PER_SEC ((pa_usec_t) 1000ULL) 40 #define PA_USEC_PER_SEC ((pa_usec_t) 1000000ULL) 46 #define PA_USEC_PER_MSEC ((pa_usec_t) 1000ULL) 55 #define PA_USEC_INVALID ((pa_usec_t) -1) 58 #define PA_USEC_MAX ((pa_usec_t) -2) 67 pa_usec_t pa_timeval_diff(const struct timeval *a, const struct timeval *b) PA_GCC_PURE; 73 pa_usec_t pa_timeval_age(const struct timeval *tv); 76 struct timeval* pa_timeval_add(struct timeval *tv, pa_usec_t v); 79 struct timeval* pa_timeval_sub(struct timeval *tv, pa_usec_t v); 82 struct timeval* pa_timeval_store(struct timeval *tv, pa_usec_t v) [all...] |
rtclock.h | 37 pa_usec_t pa_rtclock_now(void);
|
sample.h | 253 typedef uint64_t pa_usec_t; typedef 271 pa_usec_t pa_bytes_to_usec(uint64_t length, const pa_sample_spec *spec) PA_GCC_PURE; 276 size_t pa_usec_to_bytes(pa_usec_t t, const pa_sample_spec *spec) PA_GCC_PURE;
|
simple.h | 141 pa_usec_t pa_simple_get_latency(pa_simple *s, int *error);
|
introspect.h | 219 pa_usec_t latency; /**< Length of queued audio in the output buffer. */ 223 pa_usec_t configured_latency; /**< The latency this device has been configured to. \since 0.9.11 */ 296 pa_usec_t latency; /**< Length of filled record buffer of this source. */ 300 pa_usec_t configured_latency; /**< The latency this device has been configured to. \since 0.9.11 */ 497 pa_usec_t buffer_usec; /**< Latency due to buffering in sink input, see pa_latency_info for details */ 498 pa_usec_t sink_usec; /**< Latency of the sink device, see pa_latency_info for details */ 544 pa_usec_t buffer_usec; /**< Latency due to buffering in the source output, see pa_latency_info for details. */ 545 pa_usec_t source_usec; /**< Latency of the source device, see pa_latency_info for details. */ 603 pa_usec_t duration; /**< Duration of this entry */ [all...] |
context.h | 259 pa_time_event* pa_context_rttime_new(pa_context *c, pa_usec_t usec, pa_time_event_cb_t cb, void *userdata); 262 void pa_context_rttime_restart(pa_context *c, pa_time_event *e, pa_usec_t usec);
|
def.h | 590 pa_usec_t sink_usec; 595 pa_usec_t source_usec; 599 pa_usec_t transport_usec; 634 pa_usec_t configured_sink_usec; 637 pa_usec_t configured_source_usec; [all...] |
stream.h | [all...] |
/external/chromium_org/media/audio/pulse/ |
pulse_util.cc | 117 pa_usec_t latency_micros = 0;
|
/external/chromium_org/third_party/webrtc/sound/ |
pulseaudiosoundsystem.cc | 156 pa_usec_t latency; [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/ |
audio_device_pulse_linux.cc | [all...] |