Loading services/audioflinger/Threads.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -2600,7 +2600,7 @@ void AudioFlinger::PlaybackThread::readOutputParameters_l() LOG_ALWAYS_FATAL_IF(result != OK, "Error when retrieving output stream buffer size: %d", result); mFrameCount = mBufferSize / mFrameSize; if (mFrameCount & 15) { if ((mType == MIXER || mType == DUPLICATING) && (mFrameCount & 15)) { ALOGW("HAL output buffer size is %zu frames but AudioMixer requires multiples of 16 frames", mFrameCount); } Loading Loading
services/audioflinger/Threads.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -2600,7 +2600,7 @@ void AudioFlinger::PlaybackThread::readOutputParameters_l() LOG_ALWAYS_FATAL_IF(result != OK, "Error when retrieving output stream buffer size: %d", result); mFrameCount = mBufferSize / mFrameSize; if (mFrameCount & 15) { if ((mType == MIXER || mType == DUPLICATING) && (mFrameCount & 15)) { ALOGW("HAL output buffer size is %zu frames but AudioMixer requires multiples of 16 frames", mFrameCount); } Loading