Loading voip/jni/rtp/AudioGroup.cpp +5 −1 Original line number Diff line number Diff line Loading @@ -104,6 +104,7 @@ private: int mSampleRate; int mSampleCount; int mInterval; int mLogThrottle; int16_t *mBuffer; int mBufferMask; Loading Loading @@ -278,7 +279,10 @@ void AudioStream::encode(int tick, AudioStream *chain) chain = chain->mNext; } if (!mixed) { if ((mTick ^ mLogThrottle) >> 10) { mLogThrottle = mTick; LOGD("stream[%d] no data", mSocket); } return; } Loading Loading
voip/jni/rtp/AudioGroup.cpp +5 −1 Original line number Diff line number Diff line Loading @@ -104,6 +104,7 @@ private: int mSampleRate; int mSampleCount; int mInterval; int mLogThrottle; int16_t *mBuffer; int mBufferMask; Loading Loading @@ -278,7 +279,10 @@ void AudioStream::encode(int tick, AudioStream *chain) chain = chain->mNext; } if (!mixed) { if ((mTick ^ mLogThrottle) >> 10) { mLogThrottle = mTick; LOGD("stream[%d] no data", mSocket); } return; } Loading