Home
last modified time | relevance | path

Searched defs:copySize (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/
H A Ddata_packer.cpp158 size_t copySize = 0; in PeekRangeInternal() local
349 auto copySize = memory->GetSize() - removeSize; in RemoveBufferContent() local
436 size_t copySize = std::min(static_cast<size_t>(remainSize), size); in CopyFirstBuffer() local
453 size_t copySize; in CopyFromSuccessiveBuffer() local
/ohos5.0/base/time/time_service/test/fuzztest/timeservice_fuzzer/timesntp_fuzzer/
H A Dtimesntp_fuzzer.cpp34 size_t copySize = (size < NTP_PACKAGE_SIZE) ? size : NTP_PACKAGE_SIZE; in Convert() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_staging.cpp88 const size_t copySize = in CopyHostDirectlyToBuffer() local
/ohos5.0/base/update/updater/services/flow_update/update_bin/
H A Dbin_flow_update.cpp94 …uint32_t copySize = std::min(static_cast<size_t>(len), static_cast<size_t>(maxBufSize_ - curlen_)); in AddRemainData() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_material_objects.cpp139 const size_t copySize = copyCount * sizeof(Math::Mat4X4); in UpdateSkinBuffer() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dpacket.c289 uint32_t copySize = ((remain <= buffSize) ? remain : buffSize); in PacketCopyToBuffer() local
323 uint32_t copySize = ((remain <= buffSize) ? remain : buffSize); in PacketCopyFromBuffer() local
/ohos5.0/base/msdp/device_status/utils/common/src/
H A Dutil.cpp240 size_t copySize = std::min(tempName.size(), PROGRAM_NAME_SIZE - 1); in GetProgramName() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_label.cpp480 uint16_t copySize = copyCols * sizePerPx; in CalculatedTransformDataInfo() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/primary/
H A Daudio_capturer_source.cpp258 uint64_t copySize = min((sizeMax_ - head_), replyBytes); in Poll() local
308 uint64_t copySize = min(sizeMax_ - tail, bufferBytes); in Offer() local
/ohos5.0/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_host_sdk_if_test.cpp166 uint32_t copySize = MIN(currentSize, expectedSize - acm->nbIndex); in AcmCtrlIrq() local
H A Dusb_raw_sdk_if_test.cpp242 unsigned int expectedSize, copySize, allocSize; in AcmNotifyReqCallback() local
/ohos5.0/foundation/multimodalinput/input/util/common/src/
H A Dutil.cpp214 const size_t copySize = std::min(tempName.size(), PROGRAM_NAME_SIZE - 1); in GetProgramName() local
/ohos5.0/base/security/device_auth/common_lib/impl/src/
H A Dhc_parcel.c146 uint32_t copySize = parcelSizeOrg - start - dataSize; in ParcelEraseBlock() local
/ohos5.0/drivers/peripheral/usb/net/src/
H A Dcdc_ether.c793 uint32_t copySize = MIN(currentSize, expectedSize - ecm->nbIndex); in EcmCtrlIrq() local
H A Dusb_net_host.c355 unsigned int copySize = MIN(currentSize, expectedSize - usbNet->nbIndex); in UsbnetHostNotificationBufferProcess() local
/ohos5.0/drivers/peripheral/usb/serial/src/
H A Dusb_serial_rawapi.c1052 unsigned int copySize = MIN(currentSize, expectedSize - acm->nbIndex); in AcmNotificationBufferProcess() local
H A Dusb_serial.c1294 unsigned int copySize = MIN(currentSize, expectedSize - acm->nbIndex); in AcmCtrlIrqCheckSize() local
/ohos5.0/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp189 uint32_t copySize = *pCount < count ? *pCount : count; in GetExtensionProperties() local
211 uint32_t copySize = *pCount < count ? *pCount : count; in GetLayerProperties() local
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_demuxer_plugin.cpp604 …int32_t copySize = remainSize < sample->memory_->GetCapacity() ? remainSize : sample->memory_->Get… in ConvertAVPacketToSample() local
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp1692 size_t copySize = std::min(inputSize, SMALL_FILE_SIZE); in HeapMemAlloc() local