Searched refs:mNumChannel (Results 1 – 1 of 1) sorted by relevance
66 int mNumChannel = wave_reader_get_num_channels(wr); in test_cmd() local68 int num_src_channel = mNumChannel - NUM_REF_CHANNEL; in test_cmd()70 int read_size = IN_SIZE * mNumChannel * mBitPerSample / 8; in test_cmd()106 in_size = res * (mBitPerSample / 16) * mNumChannel; in test_cmd()197 int mNumChannel = wave_reader_get_num_channels(wr); in test_aec() local199 int num_src_channel = mNumChannel - NUM_REF_CHANNEL; in test_aec()201 int read_size = IN_SIZE * mNumChannel * mBitPerSample / 8; in test_aec()237 in_size = res * (mBitPerSample / 16) * mNumChannel; in test_aec()299 int mNumChannel = wave_reader_get_num_channels(wr); in test_agc() local301 int read_size = IN_SIZE * mNumChannel * mBitPerSample / 8; in test_agc()[all …]