Home
last modified time | relevance | path

Searched refs:PA_LIKELY (Results 1 - 16 of 16) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dmix.c230 if (PA_LIKELY(cv > 0)) in pa_mix_generic_s16ne()
269 if (PA_LIKELY(cv > 0)) in pa_mix_s16re_c()
296 if (PA_LIKELY(cv > 0)) { in pa_mix_s32ne_c()
326 if (PA_LIKELY(cv > 0)) { in pa_mix_s32re_c()
354 if (PA_LIKELY(cv > 0)) { in pa_mix_s24ne_c()
382 if (PA_LIKELY(cv > 0)) { in pa_mix_s24re_c()
412 if (PA_LIKELY(cv > 0)) { in pa_mix_s24_32ne_c()
442 if (PA_LIKELY(cv > 0)) { in pa_mix_s24_32re_c()
471 if (PA_LIKELY(cv > 0)) { in pa_mix_u8_c()
500 if (PA_LIKELY(c in pa_mix_ulaw_c()
[all...]
H A Dtime-smoother.c356 x = PA_LIKELY(x >= s->time_offset) ? x - s->time_offset : 0; in pa_smoother_put()
399 x = PA_LIKELY(x >= s->time_offset) ? x - s->time_offset : 0; in pa_smoother_get()
486 x = PA_LIKELY(x >= s->time_offset) ? x - s->time_offset : 0; in pa_smoother_translate()
H A Dmemblockq.c119 while (PA_LIKELY(bq->current_read != NULL) && PA_UNLIKELY(bq->current_read->index + (int64_t) bq->current_read->chunk.length <= bq->read_index)) in fix_current_read()
147 while (PA_LIKELY(bq->current_write != NULL) && PA_UNLIKELY(bq->current_write->index > bq->write_index)) in fix_current_write()
H A Dlog.c401 if (PA_LIKELY(level > _maximum_level)) { in pa_log_levelv_meta()
H A Dsource.c648 pa_assert(PA_LIKELY(root_source)); in pa_source_put()
1226 if (PA_LIKELY(s)) in pa_source_flat_volume_enabled()
2164 if (PA_LIKELY(root_source)) in pa_source_process_msg()
H A Dsource-output.c79 if (PA_LIKELY(data->format) && PA_UNLIKELY(!pa_format_info_is_pcm(data->format))) in pa_source_output_new_data_is_passthrough()
297 if (PA_LIKELY(data->format)) { in pa_source_output_new()
H A Dsink-input.c198 if (PA_LIKELY(data->format) && PA_UNLIKELY(!pa_format_info_is_pcm(data->format))) in pa_sink_input_new_data_is_passthrough()
415 if (PA_LIKELY(data->format)) { in pa_sink_input_new()
H A Dsink.c1667 if (PA_LIKELY(s)) in pa_sink_flat_volume_enabled()
2871 if (PA_LIKELY(root_sink)) in pa_sink_process_msg()
/third_party/pulseaudio/src/pulse/
H A Dgccmacro.h130 #ifndef PA_LIKELY
132 #define PA_LIKELY(x) (__builtin_expect(!!(x),1)) macro
135 #define PA_LIKELY(x) (x) macro
/third_party/pulseaudio/src/modules/bluetooth/
H A Da2dp-codec-sbc.c802 while (PA_LIKELY(to_encode > 0 && to_write > 0 && frame_count < 15)) { in encode_buffer()
891 while (PA_LIKELY(to_decode > 0 && to_write > 0 && frame_count > 0)) { in decode_buffer()
H A Da2dp-codec-aptx-gst.c512 if (PA_LIKELY(written > 0)) { in encode_buffer_hd()
H A Da2dp-codec-ldac-gst.c418 if (PA_LIKELY(written > 0)) { in encode_buffer()
H A Dmodule-bluez5-device.c403 if (PA_LIKELY(length)) { in bt_process_render()
553 if (PA_LIKELY(memchunk.length)) in bt_process_push()
/third_party/pulseaudio/src/modules/
H A Dmodule-tunnel-source-new.c196 if (PA_LIKELY(p)) { in read_new_samples()
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-sink.c1120 u->hwbuf_unused = PA_LIKELY(b < u->hwbuf_size) ? (u->hwbuf_size - b) : 0; in update_sw_params()
H A Dalsa-source.c1026 u->hwbuf_unused = PA_LIKELY(b < u->hwbuf_size) ? (u->hwbuf_size - b) : 0; in update_sw_params()

Completed in 32 milliseconds