Home
last modified time | relevance | path

Searched refs:pa_frame_aligned (Results 1 – 8 of 8) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dsample-util.h50 bool pa_frame_aligned(size_t l, const pa_sample_spec *ss) PA_GCC_PURE;
Dsink-input.c880 pa_assert(pa_frame_aligned(slength, &i->sink->sample_spec)); in pa_sink_input_peek()
1052 pa_assert(pa_frame_aligned(nbytes, &i->sink->sample_spec)); in pa_sink_input_drop()
1086 pa_assert(pa_frame_aligned(nbytes, &i->sink->sample_spec)); in pa_sink_input_process_rewind()
1179 pa_assert(pa_frame_aligned(nbytes, &i->sink->sample_spec)); in pa_sink_input_update_max_rewind()
1192 pa_assert(pa_frame_aligned(nbytes, &i->sink->sample_spec)); in pa_sink_input_update_max_request()
Dsample-util.c114 bool pa_frame_aligned(size_t l, const pa_sample_spec *ss) { in pa_frame_aligned() function
Dsource-output.c754 pa_assert(pa_frame_aligned(chunk->length, &o->source->sample_spec)); in pa_source_output_push()
862 pa_assert(pa_frame_aligned(nbytes, &o->source->sample_spec)); in pa_source_output_process_rewind()
898 pa_assert(pa_frame_aligned(nbytes, &o->source->sample_spec)); in pa_source_output_update_max_rewind()
Dmix.c702 pa_assert(pa_frame_aligned(c->length, spec)); in pa_volume_memchunk()
Dsink.c1233 pa_assert(pa_frame_aligned(length, &s->sample_spec)); in pa_sink_render()
1321 pa_assert(pa_frame_aligned(target->length, &s->sample_spec)); in pa_sink_render_into()
1405 pa_assert(pa_frame_aligned(target->length, &s->sample_spec)); in pa_sink_render_into_full()
1439 pa_assert(pa_frame_aligned(length, &s->sample_spec)); in pa_sink_render_full()
/third_party/pulseaudio/src/modules/bluetooth/
Dmodule-bluez5-device.c379 if (!pa_frame_aligned(l, &u->decoder_sample_spec)) { in sco_process_push()
774 if (!pa_frame_aligned(u->read_block_size, &u->source->sample_spec)) { in transport_config_mtu()
779 if (!pa_frame_aligned(u->write_block_size, &u->sink->sample_spec)) { in transport_config_mtu()
/third_party/pulseaudio/src/modules/dbus/
Diface-core.c1389 if (!pa_frame_aligned(data_length, &ss)) { in handle_upload_sample()