HomeSort by relevance Sort by last modified time
    Searched refs:pa_usec_t (Results 1 - 18 of 18) sorted by null

  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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 36 pa_usec_t pa_rtclock_now(void);
sample.h 255 typedef uint64_t pa_usec_t; typedef
273 pa_usec_t pa_bytes_to_usec(uint64_t length, const pa_sample_spec *spec) PA_GCC_PURE;
278 size_t pa_usec_to_bytes(pa_usec_t t, const pa_sample_spec *spec) PA_GCC_PURE;
simple.h 144 pa_usec_t pa_simple_get_latency(pa_simple *s, int *error);
context.h 262 pa_time_event* pa_context_rttime_new(pa_context *c, pa_usec_t usec, pa_time_event_cb_t cb, void *userdata);
266 void pa_context_rttime_restart(pa_context *c, pa_time_event *e, pa_usec_t usec);
def.h 630 pa_usec_t sink_usec;
635 pa_usec_t source_usec;
639 pa_usec_t transport_usec;
674 pa_usec_t configured_sink_usec;
677 pa_usec_t configured_source_usec;
    [all...]
introspect.h 222 pa_usec_t latency; /**< Length of queued audio in the output buffer. */
226 pa_usec_t configured_latency; /**< The latency this device has been configured to. \since 0.9.11 */
302 pa_usec_t latency; /**< Length of filled record buffer of this source. */
306 pa_usec_t configured_latency; /**< The latency this device has been configured to. \since 0.9.11 */
521 pa_usec_t buffer_usec; /**< Latency due to buffering in sink input, see pa_latency_info for details */
522 pa_usec_t sink_usec; /**< Latency of the sink device, see pa_latency_info for details */
572 pa_usec_t buffer_usec; /**< Latency due to buffering in the source output, see pa_latency_info for details. */
573 pa_usec_t source_usec; /**< Latency of the source device, see pa_latency_info for details. */
    [all...]
stream.h     [all...]
  /external/webrtc/webrtc/sound/
pulseaudiosoundsystem.cc 160 pa_usec_t latency;
    [all...]
  /external/webrtc/webrtc/modules/audio_device/linux/
audio_device_pulse_linux.cc     [all...]

Completed in 375 milliseconds