Home
last modified time | relevance | path

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

12345678910>>...17

/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
/aosp12/frameworks/base/core/java/android/util/
H A DLruCache.java70 private int maxSize; field in LruCache
83 public LruCache(int maxSize) { in LruCache()
96 public void resize(int maxSize) { in resize()
197 public void trimToSize(int maxSize) { in trimToSize()
328 public synchronized final int maxSize() { in maxSize() method in LruCache
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/
H A DSocket.cpp71 bool Socket::increaseReceiveBuffer(size_t maxSize) { in increaseReceiveBuffer()
81 std::optional<Buffer<nlmsghdr>> Socket::receive(size_t maxSize) { in receive()
85 std::pair<std::optional<Buffer<nlmsghdr>>, sockaddr_nl> Socket::receiveFrom(size_t maxSize) { in receiveFrom()
128 size_t maxSize) { in receive()
/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()
/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
/aosp12/frameworks/av/media/libeffects/dynamicsproc/dsp/
H A DSHCircularBuffer.h30 explicit SHCircularBuffer(size_t maxSize) { in SHCircularBuffer()
33 void resize(size_t maxSize) { in resize()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/
H A DBipImageFormat.java54 public static BipImageFormat parseVariant(String encoding, String pixel, String maxSize, in parseVariant()
70 public static BipImageFormat createVariant(BipEncoding encoding, BipPixel pixel, int maxSize, in createVariant()
116 private BipImageFormat(int type, BipEncoding encoding, BipPixel pixel, int size, int maxSize, in BipImageFormat()
126 private BipImageFormat(int type, String encoding, String pixel, String size, String maxSize, in BipImageFormat()
/aosp12/frameworks/base/core/java/android/widget/inline/
H A DInlinePresentationSpec.java99 @NonNull Size maxSize, in InlinePresentationSpec()
214 Size maxSize = (Size) in.readSize(); in InlinePresentationSpec() local
267 @NonNull Size maxSize) { in Builder()
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/js/builtin/include/
H A Dhilog_string.h35 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
/aosp12/packages/modules/StatsD/statsd/src/logd/
H A DLogEventQueue.h34 explicit LogEventQueue(size_t maxSize) : mQueueLimit(maxSize){}; in LogEventQueue()
/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/base/update/updater/services/script/script_interpreter/
H A Dscript_scanner.cpp22 int Scanner::LexerInput(char *buf, int maxSize) in LexerInput()
/aosp12/frameworks/base/core/java/android/net/http/
H A DHttpResponseCache.java181 public static synchronized HttpResponseCache install(File directory, long maxSize) in install()
233 public long maxSize() { in maxSize() method in HttpResponseCache
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
H A Ddic_node_priority_queue.h48 AK_FORCE_INLINE void setMaxSize(const int maxSize) { in setMaxSize()
56 AK_FORCE_INLINE void clearAndResize(const int maxSize) { in clearAndResize()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DTaskKeyLruCache.java34 public TaskKeyLruCache(int maxSize) { in TaskKeyLruCache()
115 MyLinkedHashMap(int maxSize) { in MyLinkedHashMap()
/aosp12/packages/apps/Camera2/src/com/android/camera/data/
H A DGlideFilmstripManager.java191 private static Size clampSize(Size original, double maxArea, Size maxSize) { in clampSize()
215 private static Size computeFitWithinSize(Size original, Size maxSize) { in computeFitWithinSize()
276 int[] maxSize = new int[1]; in computeEglMaxTextureSize() local
/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
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DFramebufferSurfaceTest.cpp26 ui::Size limitSize(const ui::Size& size, const ui::Size maxSize) { in limitSize()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/util/
H A Dstring_helper.h59 static constexpr size_t maxSize = 524288; // 512KB variable

12345678910>>...17