Home
last modified time | relevance | path

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

/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_process_in_client.cpp1189 uint64_t handleSpanCnt = 0; in GetPredictNextHandleTime() local
1191 handleSpanCnt = posInFrame / spanSizeInFrame_; in GetPredictNextHandleTime()
1196 if (handleSpanCnt % oneBigPeriodCnt == 0) { in GetPredictNextHandleTime()
1200 if (handleSpanCnt < startPeriodCnt || handleSpanCnt % oneBigPeriodCnt == 0) { in GetPredictNextHandleTime()
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_endpoint.cpp1703 uint64_t handleSpanCnt = posInFrame / dstSpanSizeInframe_; in GetPredictNextReadTime() local
1706 if (handleSpanCnt < startPeriodCnt || handleSpanCnt % oneBigPeriodCnt == 0) { in GetPredictNextReadTime()
1723 uint64_t handleSpanCnt = posInFrame / dstSpanSizeInframe_; in GetPredictNextWriteTime() local
1726 if (handleSpanCnt < startPeriodCnt || handleSpanCnt % oneBigPeriodCnt == 0) { in GetPredictNextWriteTime()

Completed in 8 milliseconds