/external/adhd/cras/src/tests/ |
D | biquad_unittest.cc | 14 struct biquad bq, test_bq; in TEST() local 21 biquad_set(&bq, BQ_LOWPASS, f_over, 0, db_gain); in TEST() 24 EXPECT_EQ(bq.b0, test_bq.b0); in TEST() 25 EXPECT_EQ(bq.b1, test_bq.b1); in TEST() 26 EXPECT_EQ(bq.b2, test_bq.b2); in TEST() 27 EXPECT_EQ(bq.a1, test_bq.a1); in TEST() 28 EXPECT_EQ(bq.a2, test_bq.a2); in TEST() 30 biquad_set(&bq, BQ_HIGHPASS, f_over, 0, db_gain); in TEST() 32 EXPECT_EQ(bq.b0, test_bq.b0); in TEST() 33 EXPECT_EQ(bq.b1, test_bq.b1); in TEST() [all …]
|
/external/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_driver_query.c | 56 hud_batch_query_update(struct hud_batch_query_context *bq, in hud_batch_query_update() argument 59 if (!bq || bq->failed) in hud_batch_query_update() 62 if (bq->query[bq->head]) in hud_batch_query_update() 63 pipe->end_query(pipe, bq->query[bq->head]); in hud_batch_query_update() 65 bq->results = 0; in hud_batch_query_update() 67 while (bq->pending) { in hud_batch_query_update() 68 unsigned idx = (bq->head - bq->pending + 1) % NUM_QUERIES; in hud_batch_query_update() 69 struct pipe_query *query = bq->query[idx]; in hud_batch_query_update() 71 if (!bq->result[idx]) in hud_batch_query_update() 72 bq->result[idx] = MALLOC(sizeof(bq->result[idx]->batch[0]) * in hud_batch_query_update() [all …]
|
D | hud_private.h | 178 void hud_batch_query_begin(struct hud_batch_query_context *bq, 180 void hud_batch_query_update(struct hud_batch_query_context *bq,
|
/external/adhd/cras/src/dsp/ |
D | biquad.c | 36 static void set_coefficient(struct biquad *bq, double b0, double b1, double b2, in set_coefficient() argument 40 bq->b0 = b0 * a0_inv; in set_coefficient() 41 bq->b1 = b1 * a0_inv; in set_coefficient() 42 bq->b2 = b2 * a0_inv; in set_coefficient() 43 bq->a1 = a1 * a0_inv; in set_coefficient() 44 bq->a2 = a2 * a0_inv; in set_coefficient() 47 static void biquad_lowpass(struct biquad *bq, double cutoff, double resonance) in biquad_lowpass() argument 57 set_coefficient(bq, cutoff, 0, 0, 1, 0, 0); in biquad_lowpass() 78 set_coefficient(bq, b0, b1, b2, 1, a1, a2); in biquad_lowpass() 81 static void biquad_highpass(struct biquad *bq, double cutoff, double resonance) in biquad_highpass() argument [all …]
|
D | eq2.c | 52 static inline void eq2_process_one(struct biquad (*bq)[2], float *data0, in eq2_process_one() 55 struct biquad *qL = &bq[0][0]; in eq2_process_one() 56 struct biquad *qR = &bq[0][1]; in eq2_process_one() 113 static inline void eq2_process_two_neon(struct biquad (*bq)[2], float *data0, in eq2_process_two_neon() 116 struct biquad *qL = &bq[0][0]; in eq2_process_two_neon() 117 struct biquad *rL = &bq[1][0]; in eq2_process_two_neon() 118 struct biquad *qR = &bq[0][1]; in eq2_process_two_neon() 119 struct biquad *rR = &bq[1][1]; in eq2_process_two_neon() 207 static inline void eq2_process_two_sse3(struct biquad (*bq)[2], float *data0, in eq2_process_two_sse3() 210 struct biquad *qL = &bq[0][0]; in eq2_process_two_sse3() [all …]
|
D | biquad.h | 50 void biquad_set(struct biquad *bq, enum biquad_type type, double freq, double Q,
|
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_comparison_pre.c | 74 block_queue_init(struct block_queue *bq) in block_queue_init() argument 76 exec_list_make_empty(&bq->blocks); in block_queue_init() 77 exec_list_make_empty(&bq->reusable_blocks); in block_queue_init() 81 block_queue_finish(struct block_queue *bq) in block_queue_finish() argument 85 while ((n = (struct block_instructions *) exec_list_pop_head(&bq->blocks)) != NULL) { in block_queue_finish() 90 while ((n = (struct block_instructions *) exec_list_pop_head(&bq->reusable_blocks)) != NULL) { in block_queue_finish() 96 push_block(struct block_queue *bq) in push_block() argument 99 (struct block_instructions *) exec_list_pop_head(&bq->reusable_blocks); in push_block() 115 exec_list_push_tail(&bq->blocks, &bi->node); in push_block() 121 pop_block(struct block_queue *bq, struct block_instructions *bi) in pop_block() argument [all …]
|
/external/grpc-grpc/tools/run_tests/performance/ |
D | bq_upload_result.py | 55 bq = big_query_utils.create_big_query() 56 _create_results_table(bq, dataset_id, table_id) 59 bq, dataset_id, table_id, scenario_result, flatten=False): 68 bq = big_query_utils.create_big_query() 69 _create_results_table(bq, dataset_id, table_id) 71 if not _insert_result(bq, dataset_id, table_id, scenario_result): 76 def _insert_result(bq, dataset_id, table_id, scenario_result, flatten=True): argument 81 return big_query_utils.insert_rows(bq, _PROJECT_ID, dataset_id, table_id, 85 def _create_results_table(bq, dataset_id, table_id): argument 90 return big_query_utils.create_table2(bq, _PROJECT_ID, dataset_id, table_id,
|
D | patch_scenario_results_schema.py | 37 bq = big_query_utils.create_big_query() 42 return big_query_utils.patch_table(bq, _PROJECT_ID, dataset_id, table_id,
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/performance/ |
D | bq_upload_result.py | 55 bq = big_query_utils.create_big_query() 56 _create_results_table(bq, dataset_id, table_id) 59 bq, dataset_id, table_id, scenario_result, flatten=False): 68 bq = big_query_utils.create_big_query() 69 _create_results_table(bq, dataset_id, table_id) 71 if not _insert_result(bq, dataset_id, table_id, scenario_result): 76 def _insert_result(bq, dataset_id, table_id, scenario_result, flatten=True): argument 81 return big_query_utils.insert_rows(bq, _PROJECT_ID, dataset_id, table_id, 85 def _create_results_table(bq, dataset_id, table_id): argument 90 return big_query_utils.create_table2(bq, _PROJECT_ID, dataset_id, table_id,
|
D | patch_scenario_results_schema.py | 37 bq = big_query_utils.create_big_query() 42 return big_query_utils.patch_table(bq, _PROJECT_ID, dataset_id, table_id,
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/python_utils/ |
D | upload_test_results.py | 87 def _insert_rows_with_retries(bq, bq_table, bq_rows): argument 93 if big_query_utils.insert_rows(bq, _PROJECT_ID, _DATASET_ID, 115 bq = big_query_utils.create_big_query() 116 big_query_utils.create_partitioned_table(bq, 141 _insert_rows_with_retries(bq, bq_table, bq_rows) 151 bq = big_query_utils.create_big_query() 152 big_query_utils.create_partitioned_table(bq, 176 _insert_rows_with_retries(bq, bq_table, bq_rows)
|
D | upload_rbe_results.py | 87 bq = big_query_utils.create_big_query() 88 big_query_utils.create_partitioned_table(bq, 99 if big_query_utils.insert_rows(bq, _PROJECT_ID, _DATASET_ID, _TABLE_ID,
|
/external/grpc-grpc/tools/run_tests/python_utils/ |
D | upload_test_results.py | 87 def _insert_rows_with_retries(bq, bq_table, bq_rows): argument 93 if big_query_utils.insert_rows(bq, _PROJECT_ID, _DATASET_ID, 115 bq = big_query_utils.create_big_query() 117 bq, 142 _insert_rows_with_retries(bq, bq_table, bq_rows) 152 bq = big_query_utils.create_big_query() 154 bq, 178 _insert_rows_with_retries(bq, bq_table, bq_rows)
|
D | upload_rbe_results.py | 86 bq = big_query_utils.create_big_query() 88 bq, 99 if big_query_utils.insert_rows(bq, _PROJECT_ID, _DATASET_ID, _TABLE_ID,
|
/external/oboe/src/opensles/ |
D | AudioStreamOpenSLES.cpp | 294 SLresult AudioStreamOpenSLES::enqueueCallbackBuffer(SLAndroidSimpleBufferQueueItf bq) { in enqueueCallbackBuffer() argument 295 return (*bq)->Enqueue(bq, mCallbackBuffer.get(), mBytesPerCallback); in enqueueCallbackBuffer() 298 int32_t AudioStreamOpenSLES::getBufferDepth(SLAndroidSimpleBufferQueueItf bq) { in getBufferDepth() argument 300 SLresult result = (*bq)->GetState(bq, &queueState); in getBufferDepth() 304 void AudioStreamOpenSLES::processBufferCallback(SLAndroidSimpleBufferQueueItf bq) { in processBufferCallback() argument 310 SLresult enqueueResult = enqueueCallbackBuffer(bq); in processBufferCallback() 334 static void bqCallbackGlue(SLAndroidSimpleBufferQueueItf bq, void *context) { in bqCallbackGlue() argument 335 (reinterpret_cast<AudioStreamOpenSLES *>(context))->processBufferCallback(bq); in bqCallbackGlue()
|
D | AudioStreamOpenSLES.h | 74 void processBufferCallback(SLAndroidSimpleBufferQueueItf bq); 94 int32_t getBufferDepth(SLAndroidSimpleBufferQueueItf bq); 96 SLresult enqueueCallbackBuffer(SLAndroidSimpleBufferQueueItf bq);
|
/external/grpc-grpc/tools/run_tests/ |
D | run_build_statistics.py | 122 query_job = big_query_utils.sync_query_job(bq, _PROJECT_ID, query) 123 page = bq.jobs().getQueryResults( 199 bq = big_query_utils.create_big_query() variable 249 if not big_query_utils.insert_rows(bq, _PROJECT_ID, _DATASET_ID,
|
/external/walt/android/WALT/app/src/main/jni/ |
D | player.c | 105 void bqPlayerCallback(SLAndroidSimpleBufferQueueItf bq, __attribute__((unused)) void *context) in bqPlayerCallback() argument 107 if (bq == NULL) { in bqPlayerCallback() 110 assert(bq == bqPlayerBufferQueue); in bqPlayerCallback() 351 void bqRecorderCallback(__attribute__((unused)) SLAndroidSimpleBufferQueueItf bq, in bqRecorderCallback() argument 355 assert(bq == recorderBufferQueue); in bqRecorderCallback()
|
/external/protobuf/benchmarks/util/ |
D | result_uploader.py | 64 bq = big_query_utils.create_big_query() 66 if not big_query_utils.insert_rows(bq, _PROJECT_ID, _DATASET,
|
/external/tensorflow/tensorflow/tools/ci_build/ |
D | sizetrack_helper.py | 244 def bq(args, stdin=None): function 267 earliest_commit = bq(["query", "--format", "csv", "--nouse_legacy_sql"], 380 bq([
|
/external/grpc-grpc/tools/failures/ |
D | detect_new_failures.py | 135 bq = big_query_utils.create_big_query() 145 query_job = big_query_utils.sync_query_job(bq, 'grpc-testing', query) 146 page = bq.jobs().getQueryResults(
|
/external/grpc-grpc/tools/line_count/ |
D | collect-now.sh | 20 bq load line_counts.grpc cloc.csv
|
/external/rust/crates/grpcio-sys/grpc/tools/line_count/ |
D | collect-now.sh | 20 bq load line_counts.grpc cloc.csv
|
/external/grpc-grpc/tools/internal_ci/linux/ |
D | run_performance_profile_hourly.sh | 26 bq load microbenchmarks.memory memory_usage.csv
|