Searched refs:allow_negative (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/panfrost/include/ |
H A D | panfrost-job.h | 247 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 D | resampler.h | 179 double pa_resampler_get_delay(pa_resampler *r, bool allow_negative);
|
H A D | source.h | 476 int64_t pa_source_get_latency_within_thread(pa_source *s, bool allow_negative);
|
H A D | sink.h | 564 int64_t pa_sink_get_latency_within_thread(pa_sink *s, bool allow_negative);
|
H A D | resampler.c | 1673 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 D | source.c | 1185 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 D | sink.c | 1626 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