Searched defs:in_buff (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/system/media/audio_utils/ |
H A D | channels.cpp | 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 …]
|
/aosp_15_r20/external/libxaac/encoder/drc_src/ |
H A D | impd_drc_gain_calculator.c | 95 WORD32 num_samples, FLOAT32 *in_buff, FLOAT32 *out_buff) { in impd_drc_td_drc_gain_calc_process() 285 FLOAT32 *in_buff, FLOAT32 *gain_values) { in impd_drc_stft_drc_gain_calc_process()
|
/aosp_15_r20/tools/dexter/dexter/ |
H A D | dexter.cc | 351 std::unique_ptr<dex::u1[]> in_buff(new dex::u1[in_size]); in ProcessDex() local
|
/aosp_15_r20/external/lz4/programs/ |
H A D | lz4io.c | 712 { char* const in_buff = (char*)buffer + prefixSize; in LZ4IO_readAndProcess() local 1832 char* const in_buff = (char*)malloc((size_t)LZ4_compressBound(LEGACY_BLOCKSIZE)); in LZ4IO_decodeLegacyStream() local
|