Searched defs:in_buff (Results 1 – 1 of 1) sorted by relevance
/system/media/audio_utils/ |
D | channels.c | 76 #define EXPAND_CHANNELS(in_buff, in_buff_chans, out_buff, out_buff_chans, num_in_bytes, zero) \ argument 109 in_buff, in_buff_chans, out_buff, out_buff_chans, num_in_bytes) \ argument 143 #define EXPAND_CHANNELS_NON_DESTRUCTIVE(in_buff, in_buff_chans, \ argument 187 #define EXPAND_MONO_TO_MULTI(in_buff, in_buff_chans, out_buff, out_buff_chans, num_in_bytes, zero) \ argument 218 #define CONTRACT_CHANNELS(in_buff, in_buff_chans, out_buff, out_buff_chans, num_in_bytes) \ argument 252 #define CONTRACT_CHANNELS_NON_DESTRUCTIVE(in_buff, in_buff_chans, out_buff, \ argument 301 #define CONTRACT_TO_MONO(in_buff, out_buff, num_in_bytes) \ argument 336 #define CONTRACT_TO_MONO_24(in_buff, out_buff, num_in_bytes) \ argument 371 static size_t contract_channels(const void* in_buff, size_t in_buff_chans, in contract_channels() 443 static size_t contract_channels_non_destructive(const void* in_buff, size_t in_buff_chans, in contract_channels_non_destructive() [all …]
|