Searched refs:EXPAND_MONO_TO_MULTI (Results 1 – 1 of 1) sorted by relevance
/system/media/audio_utils/ |
D | channels.c | 99 #define EXPAND_MONO_TO_MULTI(in_buff, in_buff_chans, out_buff, out_buff_chans, num_in_bytes, zero) \ macro 308 EXPAND_MONO_TO_MULTI((const uint8_t*)in_buff, in_buff_chans, in expand_channels() 321 EXPAND_MONO_TO_MULTI((const int16_t*)in_buff, in_buff_chans, in expand_channels() 334 EXPAND_MONO_TO_MULTI((const uint8x3_t*)in_buff, in_buff_chans, in expand_channels() 347 EXPAND_MONO_TO_MULTI((const int32_t*)in_buff, in_buff_chans, in expand_channels()
|