Home
last modified time | relevance | path

Searched defs:bq (Results 1 – 13 of 13) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dmemblockq.c72 pa_memblockq* bq; in pa_memblockq_new() local
108 void pa_memblockq_free(pa_memblockq* bq) { in pa_memblockq_free()
123 static void fix_current_read(pa_memblockq *bq) { in fix_current_read()
151 static void fix_current_write(pa_memblockq *bq) { in fix_current_write()
179 static void drop_block(pa_memblockq *bq, struct list_item *q) { in drop_block()
213 static void drop_backlog(pa_memblockq *bq) { in drop_backlog()
223 static bool can_push(pa_memblockq *bq, size_t l) { in can_push()
247 static void write_index_changed(pa_memblockq *bq, int64_t old_write_index, bool account) { in write_index_changed()
264 static void read_index_changed(pa_memblockq *bq, int64_t old_read_index) { in read_index_changed()
277 int pa_memblockq_push(pa_memblockq* bq, const pa_memchunk *uchunk) { in pa_memblockq_push()
[all …]
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_comparison_pre.c74 block_queue_init(struct block_queue *bq) in block_queue_init()
81 block_queue_finish(struct block_queue *bq) in block_queue_finish()
96 push_block(struct block_queue *bq) in push_block()
119 pop_block(struct block_queue *bq, struct block_instructions *bi) in pop_block()
204 comparison_pre_block(nir_block *block, struct block_queue *bq, nir_builder *bld) in comparison_pre_block()
350 struct block_queue bq; in nir_opt_comparison_pre_impl() local
/third_party/pulseaudio/src/pulsecore/filter/
Dbiquad.c29 static void set_coefficient(struct biquad *bq, double b0, double b1, double b2, in set_coefficient()
40 static void biquad_lowpass(struct biquad *bq, double cutoff) in biquad_lowpass()
72 static void biquad_highpass(struct biquad *bq, double cutoff) in biquad_highpass()
106 void biquad_set(struct biquad *bq, enum biquad_type type, double freq) in biquad_set()
Dcrossover.h18 struct biquad bq; member
/third_party/pulseaudio/src/tests/
Dmemblockq-test.c77 static void dump(pa_memblockq *bq, int n) { in dump()
120 static void check_queue_invariants(pa_memblockq *bq) { in check_queue_invariants()
186 pa_memblockq *bq; in START_TEST() local
239 pa_memblockq *bq; in START_TEST() local
339 pa_memblockq *bq; in START_TEST() local
401 pa_memblockq *bq; in START_TEST() local
561 pa_memblockq *bq; in START_TEST() local
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavutils.h80 AVRational bq = { 1, GST_SECOND }; in gst_ffmpeg_time_ff_to_gst() local
95 AVRational bq = { 1, GST_SECOND }; in gst_ffmpeg_time_gst_to_ff() local
/third_party/skia/third_party/externals/oboe/src/opensles/
DAudioStreamOpenSLES.cpp292 SLresult AudioStreamOpenSLES::enqueueCallbackBuffer(SLAndroidSimpleBufferQueueItf bq) { in enqueueCallbackBuffer()
296 int32_t AudioStreamOpenSLES::getBufferDepth(SLAndroidSimpleBufferQueueItf bq) { in getBufferDepth()
302 void AudioStreamOpenSLES::processBufferCallback(SLAndroidSimpleBufferQueueItf bq) { in processBufferCallback()
332 static void bqCallbackGlue(SLAndroidSimpleBufferQueueItf bq, void *context) { in bqCallbackGlue()
/third_party/grpc/tools/run_tests/performance/
Dbq_upload_result.py76 def _insert_result(bq, dataset_id, table_id, scenario_result, flatten=True): argument
85 def _create_results_table(bq, dataset_id, table_id): argument
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_driver_query.c56 hud_batch_query_update(struct hud_batch_query_context *bq, in hud_batch_query_update()
118 hud_batch_query_begin(struct hud_batch_query_context *bq, in hud_batch_query_begin()
136 struct hud_batch_query_context *bq = *pbq; in batch_query_add() local
174 struct hud_batch_query_context *bq = *pbq; in hud_batch_query_cleanup() local
218 struct hud_batch_query_context *bq = info->batch; in query_new_value_batch() local
/third_party/grpc/tools/run_tests/python_utils/
Dupload_test_results.py87 def _insert_rows_with_retries(bq, bq_table, bq_rows): argument
/third_party/ffmpeg/libavutil/
Dmathematics.c134 int64_t av_rescale_q_rnd(int64_t a, AVRational bq, AVRational cq, in av_rescale_q_rnd()
142 int64_t av_rescale_q(int64_t a, AVRational bq, AVRational cq) in av_rescale_q()
/third_party/ffmpeg/libavfilter/
Daf_aemphasis.c70 static inline void biquad_process(BiquadCoeffs *bq, double *dst, const double *src, int nb_samples, in biquad_process()
184 static inline void set_highshelf_rbj(BiquadCoeffs *bq, double freq, double q, double peak, double s… in set_highshelf_rbj()
208 static inline void set_lp_rbj(BiquadCoeffs *bq, double fc, double q, double sr, double gain) in set_lp_rbj()
/third_party/boost/boost/geometry/srs/projections/proj/
Dnsper.hpp156 T bm, bq, yt; in inv() local