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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
timeval.h 48 pa_usec_t pa_timeval_diff(const struct timeval *a, const struct timeval *b) PA_GCC_PURE;
54 pa_usec_t pa_timeval_age(const struct timeval *tv);
57 struct timeval* pa_timeval_add(struct timeval *tv, pa_usec_t v) PA_GCC_PURE;
60 struct timeval* pa_timeval_store(struct timeval *tv, pa_usec_t v);
63 pa_usec_t pa_timeval_load(const struct timeval *tv);
sample.h 176 typedef uint64_t pa_usec_t; typedef
188 pa_usec_t pa_bytes_to_usec(uint64_t length, const pa_sample_spec *spec) PA_GCC_PURE;
191 size_t pa_usec_to_bytes(pa_usec_t t, const pa_sample_spec *spec) PA_GCC_PURE;
def.h 312 pa_usec_t sink_usec; /**< Time in usecs a sample takes to be played on the sink. For playback streams and record streams connected to a monitor source. */
313 pa_usec_t source_usec; /**< Time in usecs a sample takes from being recorded to being delivered to the application. Only for record streams. \since 0.5*/
314 pa_usec_t transport_usec; /**< Estimated time in usecs a sample takes to be transferred to/from the daemon. For both playback and record streams. \since 0.5 */
simple.h 142 pa_usec_t pa_simple_get_latency(pa_simple *s, int *error);
introspect.h 221 pa_usec_t latency; /**< Length of filled playback buffer of this sink */
250 pa_usec_t latency; /**< Length of filled record buffer of this source. \since 0.5 */
330 pa_usec_t buffer_usec; /**< Latency due to buffering in sink input, see pa_latency_info for details */
331 pa_usec_t sink_usec; /**< Latency of the sink device, see pa_latency_info for details */
355 pa_usec_t buffer_usec; /**< Latency due to buffering in the source output, see pa_latency_info for details. \since 0.5 */
356 pa_usec_t source_usec; /**< Latency of the source device, see pa_latency_info for details. \since 0.5 */
422 pa_usec_t duration; /**< Duration of this entry */
stream.h 467 int pa_stream_get_time(pa_stream *s, pa_usec_t *r_usec);
473 int pa_stream_get_latency(pa_stream *s, pa_usec_t *r_usec, int *negative);

Completed in 121 milliseconds