Loading media/codec2/components/mp3/C2SoftMp3Dec.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -406,7 +406,7 @@ void C2SoftMP3::process( mConfig->inputBufferCurrentLength = (inSize - inPos); mConfig->inputBufferCurrentLength = (inSize - inPos); mConfig->inputBufferMaxLength = 0; mConfig->inputBufferMaxLength = 0; mConfig->inputBufferUsedLength = 0; mConfig->inputBufferUsedLength = 0; mConfig->outputFrameSize = (calOutSize - outSize); mConfig->outputFrameSize = (calOutSize - outSize) / sizeof(int16_t); mConfig->pOutputBuffer = reinterpret_cast<int16_t *> (wView.data() + outSize); mConfig->pOutputBuffer = reinterpret_cast<int16_t *> (wView.data() + outSize); ERROR_CODE decoderErr; ERROR_CODE decoderErr; Loading Loading
media/codec2/components/mp3/C2SoftMp3Dec.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -406,7 +406,7 @@ void C2SoftMP3::process( mConfig->inputBufferCurrentLength = (inSize - inPos); mConfig->inputBufferCurrentLength = (inSize - inPos); mConfig->inputBufferMaxLength = 0; mConfig->inputBufferMaxLength = 0; mConfig->inputBufferUsedLength = 0; mConfig->inputBufferUsedLength = 0; mConfig->outputFrameSize = (calOutSize - outSize); mConfig->outputFrameSize = (calOutSize - outSize) / sizeof(int16_t); mConfig->pOutputBuffer = reinterpret_cast<int16_t *> (wView.data() + outSize); mConfig->pOutputBuffer = reinterpret_cast<int16_t *> (wView.data() + outSize); ERROR_CODE decoderErr; ERROR_CODE decoderErr; Loading