Home
last modified time | relevance | path

Searched defs:maxSize (Results 1 – 25 of 247) sorted by relevance

12345678910

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dwebp_encoder_test.cpp58 auto maxSize = 10; variable
156 auto maxSize = 10; variable
184 auto maxSize = 10; variable
212 auto maxSize = 10; variable
242 auto maxSize = 10; variable
271 auto maxSize = 10; variable
299 auto maxSize = 10; variable
327 auto maxSize = 10; variable
355 auto maxSize = 10; variable
383 auto maxSize = 10; variable
[all …]
H A Dgif_encoder_test.cpp56 auto maxSize = 10; variable
154 auto maxSize = 10; variable
/ohos5.0/base/telephony/cellular_call/test/fuzztest/setpreviewwindow_fuzzer/
H A Dsetpreviewwindow_fuzzer.cpp75 int32_t maxSize = static_cast<int32_t>(size); in SetPreviewWindow() local
113 int32_t maxSize = static_cast<int32_t>(size); in SetDisplayWindow() local
151 int32_t maxSize = static_cast<int32_t>(size); in SetCameraZoom() local
167 int32_t maxSize = static_cast<int32_t>(size); in ControlCamera() local
187 int32_t maxSize = static_cast<int32_t>(size); in SetPausePicture() local
207 int32_t maxSize = static_cast<int32_t>(size); in SetDeviceDirection() local
227 int32_t maxSize = static_cast<int32_t>(size); in SendUpdateCallMediaModeRequest() local
261 int32_t maxSize = static_cast<int32_t>(size); in SendUpdateCallMediaModeResponse() local
323 int32_t maxSize = static_cast<int32_t>(size); in StartDtmf() local
360 int32_t maxSize = static_cast<int32_t>(size); in CancelCallUpgrade() local
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/stream_test/
H A Dbuffer_packer_stream_test.cpp63 uint32_t maxSize = MAXSIZE; variable
92 uint32_t maxSize = MAXSIZE; variable
121 uint32_t maxSize = MAXSIZE; variable
150 uint32_t maxSize = MAXSIZE; variable
177 uint32_t maxSize = MAXSIZE; variable
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_clean.cpp60 bool IsStorageSpaceFull(const std::string& dir, uint64_t maxSize) in IsStorageSpaceFull()
65 bool ReleaseSomeStorageSpace(const std::string& dir, uint64_t maxSize) in ReleaseSomeStorageSpace()
100 auto maxSize = HiAppEventConfig::GetInstance().GetMaxStorageSize(); in CheckStorageSpace() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_adapt_font_sizer.cpp39 auto maxSize = GetMaxMeasureSize(contentConstraint); in AdaptMaxFontSize() local
84 auto maxSize = GetMaxMeasureSize(contentConstraint); in AdaptMinFontSize() local
121 auto maxSize = contentConstraint.selfIdealSize; in GetMaxMeasureSize() local
126 bool TextAdaptFontSizer::DidExceedMaxLines(const SizeF& maxSize) in DidExceedMaxLines()
136 bool TextAdaptFontSizer::IsAdaptExceedLimit(const SizeF& maxSize) in IsAdaptExceedLimit()
H A Dtext_layout_algorithm.h60 void GetSuitableSize(SizeF& maxSize, LayoutWrapper* layoutWrapper) override {}; in GetSuitableSize()
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/js/builtin/include/
H A Dhilog_string.h35 size_t maxSize; variable
H A Dhilog_vector.h40 size_t maxSize; variable
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/util/
H A Dstring_helper.h48 static constexpr size_t maxSize = 524288; // 512KB variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/container_modal/
H A Drender_container_modal.cpp97 auto maxSize = GetLayoutParam().GetMaxSize(); in PerformLayout() local
107 auto maxSize = GetLayoutParam().GetMaxSize(); in ContainerBoxLayout() local
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dfp_unwinder_test.cpp51 const size_t maxSize = 32; variable
83 const size_t maxSize = 32; variable
/ohos5.0/base/update/updater/services/script/script_interpreter/
H A Dscript_scanner.cpp22 int Scanner::LexerInput(char *buf, int maxSize) in LexerInput()
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/
H A Dstatic_configuration.cpp40 …onfiguration::MarshallingNetAddressList(const std::vector<INetAddr> &netAddrList, uint32_t maxSize, in MarshallingNetAddressList()
76 uint32_t maxSize) in UnmarshallingNetAddressList()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/util/
H A Dstring_helper.h59 static constexpr size_t maxSize = 524288; // 512KB variable
/ohos5.0/drivers/peripheral/user_auth/hdi_service/adaptor/inc/
H A Dbuffer.h30 uint32_t maxSize; member
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/adaptor/inc/
H A Dbuffer.h32 uint32_t maxSize; member
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/audio/decoder/
H A Daudio_ffmpeg_mp3_decoder_plugin.cpp95 int32_t maxSize = basePlugin->GetMaxInputSize(); in GetInputBufferSize() local
104 int32_t maxSize = (sampleRate / SAMPLE_RATE_RATIO + BUFFER_DIFF) * channels * sizeof(short); in GetOutputBufferSize() local
/ohos5.0/drivers/peripheral/user_auth/test/unittest/base_test/src/
H A Dadaptor_memory_test.cpp52 constexpr uint64_t maxSize = 1073741825; variable
/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/adaptor/src/
H A Dadaptor_memory_test.cpp54 constexpr uint64_t maxSize = 1073741825; variable
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H A Dtensor_mapping.h35 const int64_t maxSize = m_liteTensorToNnTensor.size(); in LiteIndexToNn() local
75 const int64_t maxSize = m_indexToTypeConversion.size(); in GetEqualLiteTypeFromLiteIndex() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/qrcode/
H A Drender_qrcode.cpp68 Size maxSize = layoutParam.GetMaxSize(); in PerformLayout() local
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/src/
H A Dfaultlog_info_ohos.cpp69 const uint32_t maxSize = 128; in Unmarshalling() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog_tween/
H A Drender_dialog_tween.cpp314 auto maxSize = innerLayout.GetMaxSize(); in PerformLayout() local
341 auto maxSize = innerLayout.GetMaxSize(); in ComputeInnerLayoutParam() local
384 auto maxSize = GetLayoutParam().GetMaxSize(); in ComputeChildPosition() local
433 bool RenderDialogTween::SetAlignmentSwitch(const Size& maxSize, const Size& childSize, Offset& topL… in SetAlignmentSwitch() argument
476 void RenderDialogTween::UpdateTouchRegion(const Offset& topLeftPoint, const Size& maxSize, const Si… in UpdateTouchRegion()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/
H A Dtext_timer_layout_algorithm.cpp42 const auto& maxSize = constraint->maxSize; in Measure() local

12345678910