Home
last modified time | relevance | path

Searched defs:MIN_BUFFER_SIZE (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/ai/intelligent_voice_framework/frameworks/native/
H A Denroll_intell_voice_engine.cpp27 static constexpr int32_t MIN_BUFFER_SIZE = 1280; // 16 * 2 * 40ms variable
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_media_downloader.h53 constexpr size_t MIN_BUFFER_SIZE = 5 * 1024 * 1024; variable
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/enroll/
H A Denroll_engine.cpp37 static constexpr uint32_t MIN_BUFFER_SIZE = 1280; // 16 * 2 * 40ms variable
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/include/
H A Dhilog_common.h35 constexpr size_t MIN_BUFFER_SIZE = (64 * 1024); variable
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/
H A Dwakeup_engine_impl.cpp36 static constexpr uint32_t MIN_BUFFER_SIZE = 640; variable
/ohos5.0/base/hiviewdfx/hitrace/cmd/src/
H A Dhitrace_cmd.cpp136 const int MIN_BUFFER_SIZE = 256; variable
/ohos5.0/base/telephony/cellular_data/services/include/common/
H A Dcellular_data_constant.h267 static const int MIN_BUFFER_SIZE = 5; variable
/ohos5.0/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp73 constexpr uint32_t MIN_BUFFER_SIZE = SURFACE_DEFAULT_QUEUE_SIZE; variable