Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_endpoint.cpp1661 uint32_t oneBigPeriodCnt = 40; // 200ms in GetPredictNextReadTime() local
1662 if (handleSpanCnt < startPeriodCnt || handleSpanCnt % oneBigPeriodCnt == 0) { in GetPredictNextReadTime()
1681 uint32_t oneBigPeriodCnt = 40; in GetPredictNextWriteTime() local
1682 if (handleSpanCnt < startPeriodCnt || handleSpanCnt % oneBigPeriodCnt == 0) { in GetPredictNextWriteTime()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_process_in_client.cpp1196 uint32_t oneBigPeriodCnt = 40; // 200ms in GetPredictNextHandleTime() local
1198 if (handleSpanCnt % oneBigPeriodCnt == 0) { in GetPredictNextHandleTime()
1202 if (handleSpanCnt < startPeriodCnt || handleSpanCnt % oneBigPeriodCnt == 0) { in GetPredictNextHandleTime()