Home
last modified time | relevance | path

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

/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_process_in_client.cpp134 int32_t RecordPrepareCurrent(uint64_t curReadPos);
135 int32_t RecordFinishHandleCurrent(uint64_t &curReadPos, int64_t &clientReadCost);
664 uint64_t curReadPos = audioBuffer_->GetCurReadFrame(); in ReadFromProcessClient() local
665 Trace trace("AudioProcessInClient::ReadProcessData-<" + std::to_string(curReadPos)); in ReadFromProcessClient()
667 int32_t ret = audioBuffer_->GetReadbuffer(curReadPos, readbufDesc); in ReadFromProcessClient()
1226 AUDIO_DEBUG_LOG("%{public}s end, audioMode %{public}d, curReadPos %{public}" PRIu64", nextServerHandleTime " in PrepareNext()
1335 uint64_t curReadPos = 0; in RecordProcessCallbackFuc() local
1357 curReadPos = audioBuffer_->GetCurReadFrame(); in RecordProcessCallbackFuc()
1358 int32_t recordPrepare = RecordPrepareCurrent(curReadPos); in RecordProcessCallbackFuc()
1361 int32_t recordFinish = RecordFinishHandleCurrent(curReadPos, clientReadCos in RecordProcessCallbackFuc()
1410 RecordPrepareCurrent(uint64_t curReadPos) RecordPrepareCurrent() argument
1439 RecordFinishHandleCurrent(uint64_t &curReadPos, int64_t &clientReadCost) RecordFinishHandleCurrent() argument
[all...]
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_endpoint.cpp198 bool RecordPrepareNextLoop(uint64_t curReadPos, int64_t &wakeUpTime);
223 int32_t ReadFromEndpoint(uint64_t curReadPos);
1740 bool AudioEndpointInner::RecordPrepareNextLoop(uint64_t curReadPos, int64_t &wakeUpTime) in RecordPrepareNextLoop() argument
1742 uint64_t nextHandlePos = curReadPos + dstSpanSizeInframe_; in RecordPrepareNextLoop()
2025 int32_t AudioEndpointInner::ReadFromEndpoint(uint64_t curReadPos) in ReadFromEndpoint() argument
2027 Trace trace("AudioEndpoint::ReadDstBuffer=<" + std::to_string(curReadPos)); in ReadFromEndpoint()
2028 AUDIO_DEBUG_LOG("ReadFromEndpoint enter, dstAudioBuffer curReadPos %{public}" PRIu64".", curReadPos); in ReadFromEndpoint()
2031 SpanInfo *curReadSpan = dstAudioBuffer_->GetSpanInfo(curReadPos); in ReadFromEndpoint()
2037 int32_t ret = dstAudioBuffer_->GetReadbuffer(curReadPos, readBu in ReadFromEndpoint()
2059 uint64_t curReadPos = 0; RecordEndpointWorkLoopFuc() local
[all...]

Completed in 7 milliseconds