Loading media/libmedia/AudioRecord.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -256,7 +256,6 @@ status_t AudioRecord::set( mActive = false; mCbf = cbf; mRefreshRemaining = true; mUserData = user; // TODO: add audio hardware input latency here mLatency = (1000*mFrameCount) / sampleRate; Loading Loading @@ -538,6 +537,8 @@ status_t AudioRecord::openRecord_l(size_t epoch) } } mRefreshRemaining = true; // starting address of buffers in shared memory void *buffers = (char*)cblk + sizeof(audio_track_cblk_t); Loading Loading
media/libmedia/AudioRecord.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -256,7 +256,6 @@ status_t AudioRecord::set( mActive = false; mCbf = cbf; mRefreshRemaining = true; mUserData = user; // TODO: add audio hardware input latency here mLatency = (1000*mFrameCount) / sampleRate; Loading Loading @@ -538,6 +537,8 @@ status_t AudioRecord::openRecord_l(size_t epoch) } } mRefreshRemaining = true; // starting address of buffers in shared memory void *buffers = (char*)cblk + sizeof(audio_track_cblk_t); Loading