Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dpa_renderer_stream_impl.cpp44 const int32_t OFFLOAD_HDI_CACHE2 = 7000; // ms, should equal with val in hdi_sink.c variable
1056 (OFFLOAD_HDI_CACHE2 + MAX_LENGTH_OFFLOAD + OFFLOAD_BUFFER) * AUDIO_US_PER_MS) || in GetOffloadApproximatelyCacheTime()
1130 const uint32_t bufLenMs = statePolicy > 1 ? OFFLOAD_HDI_CACHE2 : OFFLOAD_HDI_CACHE1; in OffloadUpdatePolicy()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H A Dhdi_sink.c77 #define OFFLOAD_HDI_CACHE2 7000 // ms, should equal with val in client macro
80 #define OFFLOAD_HDI_CACHE2_PLUS (OFFLOAD_HDI_CACHE2 + OFFLOAD_FRAME_SIZE + 5) // to make sure get…
460 OFFLOAD_HDI_CACHE2 : OFFLOAD_HDI_CACHE1); in OffloadSetHdiBufferSize()