Searched refs:cntr_count (Results 1 – 6 of 6) sorted by relevance
/third_party/alsa-utils/axfer/ |
D | mapper-multiple.c | 16 unsigned int cntr_count); 18 unsigned int cntr_count; member 23 struct container_context *cntrs, unsigned int cntr_count) in align_to_i() argument 34 for (i = 0; i < cntr_count; ++i) { in align_to_i() 41 dst_pos = bytes_per_sample * (cntr_count * j + i); in align_to_i() 51 unsigned int cntr_count) in align_from_i() argument 60 for (i = 0; i < cntr_count; ++i) { in align_from_i() 66 src_pos = bytes_per_sample * (cntr_count * j + i); in align_from_i() 76 unsigned int cntr_count) in multiple_pre_process() argument 84 for (i = 0; i < cntr_count; ++i) { in multiple_pre_process() [all …]
|
D | mapper.c | 26 enum mapper_type type, unsigned int cntr_count, in mapper_context_init() argument 32 assert(cntr_count > 0); in mapper_context_init() 40 if (cntr_count == 1) { in mapper_context_init() 48 if (cntr_count == 1) { in mapper_context_init() 65 mapper->cntr_count = cntr_count; in mapper_context_init() 90 samples_per_frame != mapper->cntr_count) in mapper_context_pre_process() 98 err = mapper->ops->pre_process(mapper, cntrs, mapper->cntr_count); in mapper_context_pre_process() 132 cntrs, mapper->cntr_count); in mapper_context_process_frames()
|
D | subcmd-transfer.c | 20 unsigned int cntr_count; member 36 for (i = 0; i < ctx_ptr->cntr_count; ++i) in handle_unix_signal_for_finish() 156 ctx->cntr_count = count; in allocate_containers() 187 if (ctx->cntr_count > 1) in capture_pre_process() 193 for (i = 0; i < ctx->cntr_count; ++i) { in capture_pre_process() 244 for (i = 0; i < ctx->cntr_count; ++i) { in playback_pre_process() 319 if (ctx->cntr_count > 1) in playback_pre_process() 320 samples_per_frame = ctx->cntr_count; in playback_pre_process() 350 err = mapper_context_init(&ctx->mapper, mapper_type, ctx->cntr_count, in context_pre_process() 412 for (i = 0; i < ctx->cntr_count; ++i) { in context_process_frames() [all …]
|
D | mapper.h | 36 unsigned int cntr_count; member 48 enum mapper_type type, unsigned int cntr_count, 68 unsigned int cntr_count); 72 unsigned int cntr_count);
|
D | mapper-single.c | 65 unsigned int cntr_count) in single_pre_process() argument 113 unsigned int cntr_count) in single_muxer_process_frames() argument 144 unsigned int cntr_count) in single_demuxer_process_frames() argument
|
/third_party/alsa-utils/axfer/test/ |
D | mapper-test.c | 45 unsigned int cntr_count, bool verbose) in test_demuxer() argument 50 err = mapper_context_init(mapper, MAPPER_TYPE_DEMUXER, cntr_count, in test_demuxer() 75 int *cntr_fds, unsigned int cntr_count) in test_demux() argument 84 for (i = 0; i < cntr_count; ++i) { in test_demux() 96 if (cntr_count > 1) in test_demux() 108 if (cntr_count > 1) in test_demux() 117 frame_count, cntrs, cntr_count, trial->verbose); in test_demux() 119 for (i = 0; i < cntr_count; ++i) { in test_demux() 124 for (i = 0; i < cntr_count; ++i) in test_demux() 136 unsigned int cntr_count, bool verbose) in test_muxer() argument [all …]
|