Searched refs:allow_negative (Results 1 – 5 of 5) sorted by relevance
247 FIXED_16(float x, bool allow_negative) in FIXED_16() argument251 float min_lod = allow_negative ? -max_lod : 0.0; in FIXED_16()
475 int64_t pa_source_get_latency_within_thread(pa_source *s, bool allow_negative);
554 int64_t pa_sink_get_latency_within_thread(pa_sink *s, bool allow_negative);
1185 int64_t pa_source_get_latency_within_thread(pa_source *s, bool allow_negative) { in pa_source_get_latency_within_thread() argument1209 if (!allow_negative && usec < 0) in pa_source_get_latency_within_thread()
1594 int64_t pa_sink_get_latency_within_thread(pa_sink *s, bool allow_negative) { in pa_sink_get_latency_within_thread() argument1618 if (!allow_negative && usec < 0) in pa_sink_get_latency_within_thread()