Home
last modified time | relevance | path

Searched refs:maxBufferCapacity (Results 1 - 5 of 5) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/mediachannel/
H A Dmedia_channel.cpp36 int32_t maxBufferCapacity = MAX_BUFFER_CAPACITY; in MediaChannel() local
37 auto ret = Config::GetInstance().GetConfig("mediachannel", "bufferDispatcher", "maxBufferCapacity", values); in MediaChannel()
39 values->GetValue<int32_t>(maxBufferCapacity); in MediaChannel()
48 dispatcher_ = std::make_shared<BufferDispatcher>(maxBufferCapacity, bufferCapacityIncrement); in MediaChannel()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/mediaplayer/
H A Dmediacontroller_unit_test.cpp372 dispatcher_ = std::make_shared<BufferDispatcher>(maxBufferCapacity, maxBufferCapacityIncrement); in MediaControllerTestBaseImpl()
387 static constexpr int32_t maxBufferCapacity = ::MAX_BUFFER_CAPACITY; member in OHOS::Sharing::MediaControllerTestBaseImpl
H A Dvideoplaycontroller_unit_test.cpp320 dispatcher_ = std::make_shared<BufferDispatcher>(maxBufferCapacity, maxBufferCapacityIncrement); in VideoPlayControllerTestBaseImpl()
334 static constexpr int32_t maxBufferCapacity = ::MAX_BUFFER_CAPACITY; member in OHOS::Sharing::VideoPlayControllerTestBaseImpl
H A Daudioplaycontroller_unit_test.cpp59 dispatcher_ = std::make_shared<BufferDispatcher>(maxBufferCapacity, maxBufferCapacityIncrement); in AudioPlayControllerTestBaseImpl()
197 static constexpr int32_t maxBufferCapacity = ::MAX_BUFFER_CAPACITY; member in OHOS::Sharing::AudioPlayControllerTestBaseImpl
H A Daudioplayer_unit_test.cpp151 static constexpr int32_t maxBufferCapacity = ::MAX_BUFFER_CAPACITY; member in OHOS::Sharing::AudioPlayerTestBaseImpl

Completed in 8 milliseconds