Searched refs:out_ch (Results 1 – 6 of 6) sorted by relevance
/external/adhd/cras/src/common/ |
D | cras_audio_format.c | 82 float** cras_channel_conv_matrix_alloc(size_t in_ch, size_t out_ch) in cras_channel_conv_matrix_alloc() argument 86 p = (float **)calloc(out_ch, sizeof(*p)); in cras_channel_conv_matrix_alloc() 89 for (i = 0; i < out_ch; i++) { in cras_channel_conv_matrix_alloc() 98 cras_channel_conv_matrix_destroy(p, out_ch); in cras_channel_conv_matrix_alloc() 102 void cras_channel_conv_matrix_destroy(float **p, size_t out_ch) in cras_channel_conv_matrix_destroy() argument 105 for (i = 0; i < out_ch; i ++) in cras_channel_conv_matrix_destroy()
|
D | cras_audio_format.h | 154 float** cras_channel_conv_matrix_alloc(size_t in_ch, size_t out_ch); 157 void cras_channel_conv_matrix_destroy(float **mtx, size_t out_ch);
|
/external/libevent/ |
D | kqueue.c | 208 struct kevent *out_ch; in kq_build_changes_list() local 223 out_ch = &kqop->changes[n_changes++]; in kq_build_changes_list() 224 kq_setup_kevent(out_ch, in_ch->fd, EVFILT_READ, in kq_build_changes_list() 228 out_ch = &kqop->changes[n_changes++]; in kq_build_changes_list() 229 kq_setup_kevent(out_ch, in_ch->fd, EVFILT_WRITE, in kq_build_changes_list()
|
/external/adhd/cras/src/server/ |
D | cras_fmt_conv.c | 374 unsigned int in_ch, out_ch, i; in s16_default_all_to_all() local 377 for (out_ch = 0; out_ch < num_out_ch; out_ch++) { in s16_default_all_to_all() 380 out[out_ch + i * num_out_ch] += in s16_default_all_to_all() 697 unsigned out_ch, in_ch; in cras_channel_remix_conv_create() local 708 for (out_ch = 0; out_ch < num_channels; out_ch++) in cras_channel_remix_conv_create() 710 conv->ch_conv_mtx[out_ch][in_ch] = in cras_channel_remix_conv_create() 711 coefficient[in_ch + out_ch * num_channels]; in cras_channel_remix_conv_create()
|
/external/libxaac/decoder/ |
D | ixheaacd_api.c | 2689 WORD32 out_ch = 1; in ixheaacd_dec_execute() local 2692 out_ch = 2; in ixheaacd_dec_execute() 2695 p_obj_exhaacplus_dec->aac_config.ui_n_channels = out_ch; in ixheaacd_dec_execute() 2697 p_state_enhaacplus_dec->num_of_out_samples * out_ch * sizeof(WORD16); in ixheaacd_dec_execute() 2704 if (out_ch == 2) { in ixheaacd_dec_execute()
|
/external/adhd/cras/src/tests/ |
D | fmt_conv_unittest.cc | 1516 float** cras_channel_conv_matrix_alloc(size_t in_ch, size_t out_ch) in cras_channel_conv_matrix_alloc() argument 1525 void cras_channel_conv_matrix_destroy(float **mtx, size_t out_ch) in cras_channel_conv_matrix_destroy() argument
|