Home
last modified time | relevance | path

Searched refs:allow_negative (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/panfrost/include/
H A Dpanfrost-job.h247 FIXED_16(float x, bool allow_negative) in FIXED_16() argument
251 float min_lod = allow_negative ? -max_lod : 0.0; in FIXED_16()
/third_party/pulseaudio/src/pulsecore/
H A Dresampler.h179 double pa_resampler_get_delay(pa_resampler *r, bool allow_negative);
H A Dsource.h476 int64_t pa_source_get_latency_within_thread(pa_source *s, bool allow_negative);
H A Dsink.h564 int64_t pa_sink_get_latency_within_thread(pa_sink *s, bool allow_negative);
H A Dresampler.c1673 double pa_resampler_get_delay(pa_resampler *r, bool allow_negative) { in pa_resampler_get_delay() argument
1677 if (frames >= r->in_frames && !allow_negative) in pa_resampler_get_delay()
H A Dsource.c1185 int64_t pa_source_get_latency_within_thread(pa_source *s, bool allow_negative) { in pa_source_get_latency_within_thread() argument
1207 /* If allow_negative is false, the call should only return positive values, */ in pa_source_get_latency_within_thread()
1209 if (!allow_negative && usec < 0) in pa_source_get_latency_within_thread()
H A Dsink.c1626 int64_t pa_sink_get_latency_within_thread(pa_sink *s, bool allow_negative) { in pa_sink_get_latency_within_thread() argument
1648 /* If allow_negative is false, the call should only return positive values, */ in pa_sink_get_latency_within_thread()
1650 if (!allow_negative && usec < 0) in pa_sink_get_latency_within_thread()

Completed in 14 milliseconds