Home
last modified time | relevance | path

Searched refs:algorithmLatency (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dpa_renderer_stream_impl.cpp468 uint32_t algorithmLatency = GetEffectChainLatency(); in GetCurrentPosition() local
470 latency += algorithmLatency * sampleSpec->rate / AUDIO_MS_PER_S; in GetCurrentPosition()
482 framePosition, readIndex, timestamp, algorithmLatency, a2dpOffloadLatency); in GetCurrentPosition()
528 uint32_t algorithmLatency = GetEffectChainLatency(); in GetLatency() local
529 latency += offloadEnable_ ? 0 : algorithmLatency * AUDIO_US_PER_MS; in GetLatency()
534 …PRIu64, latency, paLatency, algorithmLatency, a2dpOffloadLatency, writeIndex, readIndex, info->sin… in GetLatency()
545 uint32_t algorithmLatency = 0; in GetEffectChainLatency() local
547 algorithmLatency = audioEffectChainManager->GetLatency(std::to_string(streamIndex_)); in GetEffectChainLatency()
549 return algorithmLatency; in GetEffectChainLatency()