Searched defs:capture_channel_counts (Results 1 – 1 of 1) sorted by relevance
| /external/webrtc/modules/audio_processing/ |
| D | audio_processing_unittest.cc | 2323 rtc::ArrayView<const int> capture_channel_counts) { in RunApmRateAndChannelTest() 2843 std::array<int, 2> capture_channel_counts = {1, 7}; in TEST() local 2851 std::array<int, 8> capture_channel_counts = {1, 2, 3, 4, 5, 6, 7, 8}; in TEST() local 2860 std::array<int, 1> capture_channel_counts = {2}; in TEST() local
|