/third_party/pulseaudio/src/pulsecore/filter/ |
H A D | crossover.h | 18 struct biquad bq; member
|
H A D | biquad.c | 29 static void set_coefficient(struct biquad *bq, double b0, double b1, double b2, in set_coefficient() argument 40 static void biquad_lowpass(struct biquad *bq, double cutoff) in biquad_lowpass() argument 72 biquad_highpass(struct biquad *bq, double cutoff) biquad_highpass() argument 106 biquad_set(struct biquad *bq, enum biquad_type type, double freq) biquad_set() argument [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | mathematics.c | 134 int64_t av_rescale_q_rnd(int64_t a, AVRational bq, AVRational cq, in av_rescale_q_rnd() argument 142 int64_t av_rescale_q(int64_t a, AVRational bq, AVRational cq) in av_rescale_q() argument
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_comparison_pre.c | 74 block_queue_init(struct block_queue *bq) in block_queue_init() argument 81 block_queue_finish(struct block_queue *bq) in block_queue_finish() argument 96 push_block(struct block_queue *bq) in push_block() argument 119 pop_block(struct block_queue *bq, struc argument 204 comparison_pre_block(nir_block *block, struct block_queue *bq, nir_builder *bld) comparison_pre_block() argument 350 struct block_queue bq; nir_opt_comparison_pre_impl() local [all...] |
/third_party/pulseaudio/src/tests/ |
H A D | memblockq-test.c | 77 static void dump(pa_memblockq *bq, int n) { in dump() argument 120 static void check_queue_invariants(pa_memblockq *bq) { in check_queue_invariants() argument 186 pa_memblockq *bq; START_TEST() local 239 pa_memblockq *bq; START_TEST() local 339 pa_memblockq *bq; START_TEST() local 401 pa_memblockq *bq; START_TEST() local 561 pa_memblockq *bq; START_TEST() local [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | memblockq.h | 105 static void drop_block(pa_memblockq *bq, struct list_item *q) in drop_block() argument 143 drop_backlog(pa_memblockq *bq) drop_backlog() argument [all...] |
H A D | memblockq.c | 48 pa_memblockq* bq; in pa_memblockq_new() local 84 pa_memblockq_free(pa_memblockq* bq) pa_memblockq_free() argument 99 fix_current_read(pa_memblockq *bq) fix_current_read() argument 127 fix_current_write(pa_memblockq *bq) fix_current_write() argument 155 can_push(pa_memblockq *bq, size_t l) can_push() argument 179 write_index_changed(pa_memblockq *bq, int64_t old_write_index, bool account) write_index_changed() argument 196 read_index_changed(pa_memblockq *bq, int64_t old_read_index) read_index_changed() argument 209 pa_memblockq_push(pa_memblockq* bq, const pa_memchunk *uchunk) pa_memblockq_push() argument 376 pa_memblockq_prebuf_active(pa_memblockq *bq) pa_memblockq_prebuf_active() argument 385 update_prebuf(pa_memblockq *bq) update_prebuf() argument 406 pa_memblockq_peek(pa_memblockq* bq, pa_memchunk *chunk) pa_memblockq_peek() argument 464 pa_memblockq_peek_fixed_size(pa_memblockq *bq, size_t block_size, pa_memchunk *chunk) pa_memblockq_peek_fixed_size() argument 537 pa_memblockq_drop(pa_memblockq *bq, size_t length) pa_memblockq_drop() argument 580 pa_memblockq_rewind(pa_memblockq *bq, size_t length) pa_memblockq_rewind() argument 594 pa_memblockq_is_readable(pa_memblockq *bq) pa_memblockq_is_readable() argument 606 pa_memblockq_get_length(pa_memblockq *bq) pa_memblockq_get_length() argument 615 pa_memblockq_seek(pa_memblockq *bq, int64_t offset, pa_seek_mode_t seek, bool account) pa_memblockq_seek() argument 642 pa_memblockq_flush_write(pa_memblockq *bq, bool account) pa_memblockq_flush_write() argument 655 pa_memblockq_flush_read(pa_memblockq *bq) pa_memblockq_flush_read() argument 668 pa_memblockq_get_tlength(pa_memblockq *bq) pa_memblockq_get_tlength() argument 674 pa_memblockq_get_minreq(pa_memblockq *bq) pa_memblockq_get_minreq() argument 680 pa_memblockq_get_maxrewind(pa_memblockq *bq) pa_memblockq_get_maxrewind() argument 686 pa_memblockq_get_read_index(pa_memblockq *bq) pa_memblockq_get_read_index() argument 692 pa_memblockq_get_write_index(pa_memblockq *bq) pa_memblockq_get_write_index() argument 698 pa_memblockq_push_align(pa_memblockq* bq, const pa_memchunk *chunk) pa_memblockq_push_align() argument 726 pa_memblockq_prebuf_disable(pa_memblockq *bq) pa_memblockq_prebuf_disable() argument 732 pa_memblockq_prebuf_force(pa_memblockq *bq) pa_memblockq_prebuf_force() argument 739 pa_memblockq_get_maxlength(pa_memblockq *bq) pa_memblockq_get_maxlength() argument 745 pa_memblockq_get_prebuf(pa_memblockq *bq) pa_memblockq_get_prebuf() argument 751 pa_memblockq_pop_missing(pa_memblockq *bq) pa_memblockq_pop_missing() argument 779 pa_memblockq_set_maxlength(pa_memblockq *bq, size_t maxlength) pa_memblockq_set_maxlength() argument 791 pa_memblockq_set_tlength(pa_memblockq *bq, size_t tlength) pa_memblockq_set_tlength() argument 813 pa_memblockq_set_minreq(pa_memblockq *bq, size_t minreq) pa_memblockq_set_minreq() argument 828 pa_memblockq_set_prebuf(pa_memblockq *bq, size_t prebuf) pa_memblockq_set_prebuf() argument 846 pa_memblockq_set_maxrewind(pa_memblockq *bq, size_t maxrewind) pa_memblockq_set_maxrewind() argument 852 pa_memblockq_apply_attr(pa_memblockq *bq, const pa_buffer_attr *a) pa_memblockq_apply_attr() argument 862 pa_memblockq_get_attr(pa_memblockq *bq, pa_buffer_attr *a) pa_memblockq_get_attr() argument 872 pa_memblockq_splice(pa_memblockq *bq, pa_memblockq *source) pa_memblockq_splice() argument 902 pa_memblockq_willneed(pa_memblockq *bq) pa_memblockq_willneed() argument 913 pa_memblockq_set_silence(pa_memblockq *bq, pa_memchunk *silence) pa_memblockq_set_silence() argument 926 pa_memblockq_is_empty(pa_memblockq *bq) pa_memblockq_is_empty() argument 932 pa_memblockq_silence(pa_memblockq *bq) pa_memblockq_silence() argument 941 pa_memblockq_get_nblocks(pa_memblockq *bq) pa_memblockq_get_nblocks() argument 947 pa_memblockq_get_base(pa_memblockq *bq) pa_memblockq_get_base() argument [all...] |
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
H A D | hud_driver_query.c | 56 hud_batch_query_update(struct hud_batch_query_context *bq, in hud_batch_query_update() argument 118 hud_batch_query_begin(struct hud_batch_query_context *bq, struct pipe_context *pipe) hud_batch_query_begin() argument 136 struct hud_batch_query_context *bq = *pbq; batch_query_add() local 174 struct hud_batch_query_context *bq = *pbq; hud_batch_query_cleanup() local 218 struct hud_batch_query_context *bq = info->batch; query_new_value_batch() local [all...] |
/third_party/skia/third_party/externals/oboe/src/opensles/ |
H A D | AudioStreamOpenSLES.cpp | 292 SLresult AudioStreamOpenSLES::enqueueCallbackBuffer(SLAndroidSimpleBufferQueueItf bq) { in enqueueCallbackBuffer() argument 296 int32_t AudioStreamOpenSLES::getBufferDepth(SLAndroidSimpleBufferQueueItf bq) { in getBufferDepth() argument 302 void AudioStreamOpenSLES::processBufferCallback(SLAndroidSimpleBufferQueueItf bq) { in processBufferCallback() argument 332 static void bqCallbackGlue(SLAndroidSimpleBufferQueueItf bq, void *context) { in bqCallbackGlue() argument [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | af_aemphasis.c | 70 static inline void biquad_process(BiquadCoeffs *bq, double *dst, const double *src, int nb_samples, in biquad_process() argument 154 static inline void set_highshelf_rbj(BiquadCoeffs *bq, double freq, double q, double peak, double sr) in set_highshelf_rbj() argument 178 set_lp_rbj(BiquadCoeffs *bq, double fc, double q, double sr, double gain) set_lp_rbj() argument [all...] |
/third_party/pulseaudio/src/modules/ |
H A D | module-virtual-surround-sink.c | 388 static size_t memblockq_missing(pa_memblockq *bq) { in memblockq_missing() argument
|