Searched refs:num_src_channel (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/common_algorithm/audio/rkaudio_algorithms/demo/ |
| H A D | Main.cpp | 68 int num_src_channel = mNumChannel - NUM_REF_CHANNEL; in test_cmd() local 69 printf("ref = %d, src=%d\n", num_ref_channel, num_src_channel); in test_cmd() 93 …st_ptr = rkaudio_preprocess_init(mSampleRate, mBitPerSample, num_src_channel, num_ref_channel, &pa… in test_cmd() 199 int num_src_channel = mNumChannel - NUM_REF_CHANNEL; in test_aec() local 225 …st_ptr = rkaudio_preprocess_init(mSampleRate, mBitPerSample, num_src_channel, num_ref_channel, &pa… in test_aec()
|