Searched defs:destSize (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/base64/ |
H A D | base64_utils.cpp | 54 … Base64Utils::Base64Decode(const uint8_t *src, uint32_t srcSize, uint8_t *dest, uint32_t *destSize) in Base64Decode()
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/dash_test/ |
H A D | dash_mpd_parser_unit_test.cpp | 558 uint32_t destSize = 2048; // 2048: pssh len variable 579 uint32_t destSize = sizeof(dest); variable 588 uint32_t destSize = sizeof(dest); variable 600 uint32_t destSize = sizeof(dest); variable
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | psue_manager.cpp | 171 size_t destSize = mbstowcs(NULL, src.c_str(), 0); in ToWstring() local 187 size_t destSize = wcstombs(NULL, src.c_str(), 0); in ToString() local
|
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/util/ |
H A D | string_util.cpp | 84 void MemsetSafe(void* dest, size_t destSize) in MemsetSafe()
|
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/ |
H A D | log_compress.cpp | 43 size_t destSize = MAX_PERSISTER_BUFFER_SIZE - compressedBuffer.offset; in Compress() local
|
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/source/ |
H A D | hisysevent_c_wrapper.cpp | 40 unsigned int destSize) in SplitStringToArray()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/shared_overlay/ |
H A D | shared_transition_effect.cpp | 179 auto destSize = dest->GetRenderContext()->GetPaintRectWithoutTransform().GetSize(); in CreateSizeAnimation() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | shared_transition_effect.cpp | 274 auto destSize = dest->GetSuitSize(); in CreateSizeAnimation() local
|
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/rkc/src/ |
H A D | hks_rkc_rw.c | 92 …tFieldFromBuffer(const struct HksBlob *srcBlob, uint32_t *srcOffset, void *dest, uint32_t destSize) in ExtractFieldFromBuffer()
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/ |
H A D | text.cpp | 140 void Text::SetFont(const char* name, uint8_t size, char*& destName, uint8_t& destSize) in SetFont()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | js_fwk_common.cpp | 390 …endTwoPath(char * const first, uint8_t startIndex, const char * const sec, const uint16_t destSize) in AppendTwoPath()
|