Home
last modified time | relevance | path

Searched refs:CONTRACT_TO_MONO (Results 1 – 1 of 1) sorted by relevance

/system/media/audio_utils/
Dchannels.c159 #define CONTRACT_TO_MONO(in_buff, out_buff, num_in_bytes) \ macro
235 CONTRACT_TO_MONO((const uint8_t*)in_buff, (uint8_t*)out_buff, num_in_bytes); in contract_channels()
246 CONTRACT_TO_MONO((const int16_t*)in_buff, (int16_t*)out_buff, num_in_bytes); in contract_channels()
269 CONTRACT_TO_MONO((const int32_t*)in_buff, (int32_t*)out_buff, num_in_bytes); in contract_channels()