Home
last modified time | relevance | path

Searched refs:mtuSize_ (Results 1 - 10 of 10) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_pack_impl.cpp24 : pt_(pt), ssrc_(ssrc), channels_(channels), sampleRate_(sampleRate), mtuSize_(mtuSize), ps_(ps) in RtpPackImpl()
45 rtpEncoder_ = std::make_shared<RtpEncoderH264>(ssrc_, mtuSize_, sampleRate_, pt_, seq_); in InitEncoder()
51 rtpEncoder_ = std::make_shared<RtpEncoderG711>(ssrc_, mtuSize_, sampleRate_, pt_, channels_, seq_); in InitEncoder()
54 rtpEncoder_ = std::make_shared<RtpEncoderTs>(ssrc_, mtuSize_, sampleRate_, pt_, seq_); in InitEncoder()
H A Drtp_maker.cpp24 : pt_(payloadType), seq_(seq), ssrc_(ssrc), sampleRate_(sampleRate), mtuSize_(mtuSize) in RtpMaker()
35 return mtuSize_ - RtpPacket::RTP_HEADER_SIZE; in GetMaxSize()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/
H A Drtp_pack_impl.h46 size_t mtuSize_ = 0; member in OHOS::Sharing::RtpPackImpl
H A Drtp_maker.h42 size_t mtuSize_ = 0; member in OHOS::Sharing::RtpMaker
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dnetwork_adapter.cpp158 mtuSize_ = processCommunicator_->GetMtuSize(); in GetMtuSize()
159 LOGD("[NAdapt][GetMtu] mtuSize=%" PRIu32 ".", mtuSize_); in GetMtuSize()
160 mtuSize_ = CheckAndAdjustMtuSize(mtuSize_); in GetMtuSize()
163 return mtuSize_; in GetMtuSize()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_communicator.cpp127 return mtuSize_; in GetCommunicatorMtuSize()
137 mtuSize_ = mtuSize; in SetCommunicatorMtuSize()
H A Dvirtual_communicator.h112 uint32_t mtuSize_ = 5 * 1024 * 1024; // 5 * 1024 * 1024B member in DistributedDB::VirtualCommunicator
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dnetwork_adapter.h75 uint32_t mtuSize_ = 0; member in DistributedDB::NetworkAdapter
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_sync.cpp34 : mtuSize_(0), in SingleVerDataSync()
57 mtuSize_ = DBConstant::MIN_MTU_SIZE; // default size is 1K, it will update when need sync data. in Initialize()
241 if (packetLen > mtuSize_ && mtuSize_ > NOTIFY_MIN_MTU_SIZE) { in Send()
243 static_cast<uint64_t>(context->GetTimeoutTime()) / mtuSize_); // no overflow in Send()
1366 if (mtuSize_ >= packetLen || mtuSize_ < NOTIFY_MIN_MTU_SIZE) { in SendResetWatchDogPacket()
1369 uint64_t data = static_cast<uint64_t>(packetLen) * static_cast<uint64_t>(context->GetTimeoutTime()) / mtuSize_; in SendResetWatchDogPacket()
1717 mtuSize_ = communicateHandle_->GetCommunicatorMtuSize(deviceId_) * 9 / 10; // get the 9/10 of the size in UpdateMtuSize()
1786 mtuSize_ * 10 in GetDataSizeSpecInfo()
[all...]
H A Dsingle_ver_data_sync.h256 uint32_t mtuSize_; member in DistributedDB::SingleVerDataSync

Completed in 7 milliseconds