Home
last modified time | relevance | path

Searched defs:MAX_CACHE_SIZE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/commonlibrary/utils_lite/include/
H A Dutils_config.h55 #define MAX_CACHE_SIZE 10 macro
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_egl_image_manager.h91 static constexpr size_t MAX_CACHE_SIZE = 16; variable
H A Drs_vk_image_manager.cpp39 constexpr size_t MAX_CACHE_SIZE = 16; variable
/ohos5.0/foundation/ai/ai_engine/services/client/algorithm_sdk/asr/keyword_spotting/source/
H A Dpcm_iterator.cpp28 const int32_t MAX_CACHE_SIZE = 16384; // cache data type is int16_t, so the max size is 32KB variable
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Daudio_ring_cache.cpp27 static const size_t MAX_CACHE_SIZE = 16 * 1024 * 1024; // 16M variable