Searched refs:MIN_BUFFER_SIZE (Results 1 - 6 of 6) sorted by relevance
/foundation/ai/intelligent_voice_framework/frameworks/native/ |
H A D | enroll_intell_voice_engine.cpp | 27 static constexpr int32_t MIN_BUFFER_SIZE = 1280; // 16 * 2 * 40ms member 75 info.minBufSize = MIN_BUFFER_SIZE; in Init()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/ |
H A D | hls_media_downloader.cpp | 212 if (totalBufferSize_ < MIN_BUFFER_SIZE) { in Open() 215 totalBufferSize_, MIN_BUFFER_SIZE, MIN_BUFFER_SIZE); in Open() 217 cacheMediaBuffer_->Init(MIN_BUFFER_SIZE, CHUNK_SIZE); in Open() 218 totalBufferSize_ = MIN_BUFFER_SIZE; in Open() 547 memset_s(decryptCache_, MIN_BUFFER_SIZE, 0x00, MIN_BUFFER_SIZE); in PrepareToSeek() 548 memset_s(decryptBuffer_, MIN_BUFFER_SIZE, 0x00, MIN_BUFFER_SIZE); in PrepareToSeek() 745 uint32_t minWriteLen = (MIN_BUFFER_SIZE in GetDecrptyRealLen() [all...] |
H A D | hls_media_downloader.h | 54 constexpr size_t MIN_BUFFER_SIZE = 5 * 1024 * 1024; member 184 uint8_t decryptCache_[MIN_BUFFER_SIZE] {0}; 185 uint8_t decryptBuffer_[MIN_BUFFER_SIZE] {0};
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/ |
H A D | wakeup_engine_impl.cpp | 40 static constexpr uint32_t MIN_BUFFER_SIZE = 640; member 289 audioSource_ = std::make_unique<AudioSource>(MIN_BUFFER_SIZE * static_cast<uint32_t>( in StartAudioSource() 401 .minBufSize = MIN_BUFFER_SIZE, in HandleInit() 616 .minBufSize = MIN_BUFFER_SIZE, in HandleResetAdapter()
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/enroll/ |
H A D | enroll_engine.cpp | 40 static constexpr uint32_t MIN_BUFFER_SIZE = 1280; // 16 * 2 * 40ms member 301 audioSource_ = std::make_unique<AudioSource>(MIN_BUFFER_SIZE, INTERVAL, std::move(listener), in StartAudioSource()
|
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/ |
H A D | swapchain_layer.cpp | 73 constexpr uint32_t MIN_BUFFER_SIZE = SURFACE_DEFAULT_QUEUE_SIZE; member 1350 capabilities->minImageCount = std::min(defaultQueueSize, MIN_BUFFER_SIZE); in GetPhysicalDeviceSurfaceCapabilitiesKHR()
|
Completed in 8 milliseconds