Home | History | Annotate | Download | only in alsa_sound

Lines Matching refs:mSurroundOutputBuffer

80     mSurroundOutputBuffer(NULL),
347 memcpy(buffer, mSurroundOutputBuffer, processed_pending * sizeof(Word16));
352 memcpy(&mSurroundOutputBuffer[0],
353 &mSurroundOutputBuffer[processed_pending],
395 &mSurroundOutputBuffer[mSurroundOutputBufferIdx],
407 fwrite( &mSurroundOutputBuffer[mSurroundOutputBufferIdx],
555 if (mSurroundOutputBuffer){
556 free(mSurroundOutputBuffer);
557 mSurroundOutputBuffer = NULL;
655 mSurroundOutputBuffer = (Word16 *) calloc(2 * SSR_OUTPUT_FRAME_SIZE,
657 if ( !mSurroundOutputBuffer ) {
729 if (mSurroundOutputBuffer) {
730 free(mSurroundOutputBuffer);
731 mSurroundOutputBuffer = NULL;