Searched refs:currentReadFrame (Results 1 – 1 of 1) sorted by relevance
474 uint64_t currentReadFrame = audioServerBuffer_->GetCurReadFrame(); in WriteData() local477 if (currentReadFrame + spanSizeInFrame_ > currentWriteFrame) { in WriteData()480 CHECK_AND_RETURN_RET_LOG(currentWriteFrame >= currentReadFrame, ERR_OPERATION_FAILED, in WriteData()482 uint64_t dataSize = currentWriteFrame - currentReadFrame; in WriteData()491 if (audioServerBuffer_->GetReadbuffer(currentReadFrame, bufferDesc) == SUCCESS) { in WriteData()498 if (currentReadFrame + spanSizeInFrame_ == currentWriteFrame) { in WriteData()513 uint64_t nextReadFrame = currentReadFrame + spanSizeInFrame_; in WriteData()584 uint64_t currentReadFrame = audioServerBuffer_->GetCurReadFrame(); in OnWriteData() local585 audioServerBuffer_->SetHandleInfo(currentReadFrame, ClockTime::GetCurNano() + MOCK_LATENCY); in OnWriteData()671 uint64_t currentReadFrame = audioServerBuffer_->GetCurReadFrame(); in Start() local[all …]