Home
last modified time | relevance | path

Searched defs:maxSize (Results 26 – 50 of 247) sorted by relevance

12345678910

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dimage_packer_preview.cpp29 uint32_t ImagePackerPreview::StartPacking(uint8_t* data, uint32_t maxSize, const PackOption& option) in StartPacking()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dconstraint_flags.h35 bool maxSize = false; member
/ohos5.0/base/hiviewdfx/hiview/base/event_store/config/include/
H A Devent_store_config.h43 uint32_t maxSize; member
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dthread_pool.h79 void SetMaxTaskNum(size_t maxSize) { maxTaskNum_ = maxSize; } in SetMaxTaskNum()
/ohos5.0/base/hiviewdfx/hiview/adapter/service/common/src/
H A Dhiview_file_info.cpp37 const size_t maxSize = 1024; in GetData() local
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/task/include/
H A Devent_read_handler.h42 int64_t maxSize = 0; member
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/async_stack/
H A Dasync_stack_test.cpp110 const int32_t maxSize = 16; variable
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cleaner/
H A Dapp_event_log_cleaner.cpp37 uint64_t AppEventLogCleaner::ClearSpace(uint64_t curSize, uint64_t maxSize) in ClearSpace()
H A Dapp_event_db_cleaner.cpp75 uint64_t AppEventDbCleaner::ClearSpace(uint64_t curSize, uint64_t maxSize) in ClearSpace()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/
H A D_codec_video_port_cap_v10.md95 ### maxSize subsection
H A D_codec_video_port_cap_v20.md95 ### maxSize subsection
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/stream/src/
H A Dbuffer_packer_stream.cpp30 BufferPackerStream::BufferPackerStream(uint8_t *outputData, uint32_t maxSize) in BufferPackerStream()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/mp3/
H A Dffmpeg_mp3_decoder_plugin.cpp162 int32_t maxSize = basePlugin->GetMaxInputSize(); in GetInputBufferSize() local
171 int32_t maxSize = (sampleRate / SAMPLE_RATE_RATIO + BUFFER_DIFF) * channels * sizeof(short); in GetOutputBufferSize() local
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dimage_packer_ohos.cpp36 uint32_t ImagePackerOhos::StartPacking(uint8_t* data, uint32_t maxSize, const PackOption& option) in StartPacking()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/split_container/
H A Drender_split_container.cpp103 auto maxSize = GetLayoutParam().GetMaxSize(); in UpdateDisplayNode() local
152 Size maxSize = GetLayoutParam().GetMaxSize(); in PerformLayout() local
178 Size maxSize = GetLayoutParam().GetMaxSize(); in LayoutChildren() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Djpg_yuv_test.cpp191 uint32_t maxSize = MAXSIZE; in DecodeToYuv() local
257 uint32_t maxSize = MAXSIZE; in YuvRotate() local
292 uint32_t maxSize = MAXSIZE; in YuvCrop() local
337 uint32_t maxSize = MAXSIZE; in YuvWriteConvert() local
370 uint32_t maxSize = MAXSIZE; in ScaleYuv420() local
402 uint32_t maxSize = MAXSIZE; in ResizeYuv420() local
452 uint32_t maxSize = MAXSIZE; in FlipYuv420() local
485 uint32_t maxSize = MAXSIZE; in TranslateYuv420() local
518 uint32_t maxSize = MAXSIZE; in ReadYuv420() local
553 uint32_t maxSize = MAXSIZE; in WriteYuv420() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_layout_algorithm.cpp57 int32_t maxSize = 0; in IsValidRootLayer() local
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/
H A Dasync_stack.cpp69 const int32_t maxSize = 16; in CollectAsyncStack() local
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/common/
H A Dfixed_size_list.h78 size_t maxSize; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_layout_algorithm.cpp54 const auto& maxSize = constraint->maxSize; in Measure() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_layout_algorithm.cpp49 auto maxSize = contentConstraint.maxSize; in MeasureContent() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dlink_queue.h62 explicit LinkQueue(uint32_t maxSize) : maxSize_(maxSize) in LinkQueue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_algorithm.cpp127 auto maxSize = layoutConstraint->maxSize; in Measure() local
151 void DialogLayoutAlgorithm::UpdateChildMaxSizeHeight(SizeT<float>& maxSize) in UpdateChildMaxSizeHeight()
301 auto maxSize = innerLayout.maxSize; in ComputeInnerLayoutSizeParam() local
377 auto maxSize = innerLayout.maxSize; in ComputeInnerLayoutParam() local
709 auto maxSize = isHostWindowAlign ? hostWindowRect_.GetSize() : layoutConstraint->maxSize; in ComputeChildPosition() local
747 void DialogLayoutAlgorithm::CaculateMaxSize(SizeF& maxSize) in CaculateMaxSize()
762 bool DialogLayoutAlgorithm::SetAlignmentSwitch(SizeF& maxSize, const SizeF& childSize, OffsetF& top… in SetAlignmentSwitch()
812 bool DialogLayoutAlgorithm::SetAlignmentSwitchLessThanAPITwelve(const SizeF& maxSize, const SizeF& … in SetAlignmentSwitchLessThanAPITwelve()
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_crpc_sta.c109 int maxSize = 0; in RpcGetScanInfos() local
320 int maxSize = 0; in RpcGetDeviceMacAddress() local
350 int maxSize = 0; in RpcGetFrequencies() local
379 int maxSize = 0; in RpcSetAssocMacAddr() local
411 int maxSize = 0; in RpcSetScanningMacAddress() local
439 int maxSize = 0; in RpcDeauthLastRoamingBssid() local
891 int maxSize = 0; in RpcGetNetworkList() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stack/
H A Drender_stack.cpp39 Size maxSize = GetLayoutParam().GetMaxSize(); in PerformLayout() local
107 Size maxSize = GetLayoutParam().GetMaxSize(); in DetermineStackSize() local

12345678910