Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_process_in_client.cpp1191 uint64_t handleSpanCnt = 0; in GetPredictNextHandleTime() local
1193 handleSpanCnt = posInFrame / spanSizeInFrame_; in GetPredictNextHandleTime()
1198 if (handleSpanCnt % oneBigPeriodCnt == 0) { in GetPredictNextHandleTime()
1202 if (handleSpanCnt < startPeriodCnt || handleSpanCnt % oneBigPeriodCnt == 0) { in GetPredictNextHandleTime()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_endpoint.cpp1659 uint64_t handleSpanCnt = posInFrame / dstSpanSizeInframe_; in GetPredictNextReadTime() local
1662 if (handleSpanCnt < startPeriodCnt || handleSpanCnt % oneBigPeriodCnt == 0) { in GetPredictNextReadTime()
1679 uint64_t handleSpanCnt = posInFrame / dstSpanSizeInframe_; in GetPredictNextWriteTime() local
1682 if (handleSpanCnt < startPeriodCnt || handleSpanCnt % oneBigPeriodCnt == 0) { in GetPredictNextWriteTime()