Home
last modified time | relevance | path

Searched refs:eachCurReadPos (Results 1 - 1 of 1) sorted by relevance

/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_endpoint.cpp1313 uint64_t eachCurReadPos = processBufferList_[i]->GetCurReadFrame(); in CheckAllBufferReady() local
1315 processBufferList_[i]->SetHandleInfo(eachCurReadPos, lastHandleProcessTime_); // update handle info in CheckAllBufferReady()
1320 processBufferList_[i]->SetHandleInfo(eachCurReadPos, lastHandleProcessTime_ + duration); in CheckAllBufferReady()
1786 uint64_t eachCurReadPos = processBufferList_[i]->GetCurReadFrame(); in PrepareNextLoop() local
1787 SpanInfo *tempSpan = processBufferList_[i]->GetSpanInfo(eachCurReadPos); in PrepareNextLoop()
1796 processBufferList_[i]->GetReadbuffer(eachCurReadPos, bufferReadDone); in PrepareNextLoop()
1800 processBufferList_[i]->SetCurReadFrame(eachCurReadPos + dstSpanSizeInframe_); // use client span size in PrepareNextLoop()
1803 AUDIO_DEBUG_LOG("Current %{public}" PRIu64" span not ready:%{public}d", eachCurReadPos, targetStatus); in PrepareNextLoop()

Completed in 4 milliseconds