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