Searched refs:outbuffer (Results 1 – 2 of 2) sorted by relevance
125 audio_buffer_t inbuffer, outbuffer; in DownmixExecute() local127 outbuffer.f32 = outFloat.data(); in DownmixExecute()129 outbuffer.frameCount = FRAME_LENGTH; in DownmixExecute()133 poutbuf = &outbuffer; in DownmixExecute()
223 audio_buffer_t outbuffer{.frameCount = transfer, in process() local225 const int32_t err = (downmixApi->process)(handle_, &inbuffer, &outbuffer); in process()