Home
last modified time | relevance | path

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 Dbase64_utils.cpp54 … 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 Ddash_mpd_parser_unit_test.cpp558 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 Dpsue_manager.cpp171 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 Dstring_util.cpp84 void MemsetSafe(void* dest, size_t destSize) in MemsetSafe()
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_compress.cpp43 size_t destSize = MAX_PERSISTER_BUFFER_SIZE - compressedBuffer.offset; in Compress() local
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/source/
H A Dhisysevent_c_wrapper.cpp40 unsigned int destSize) in SplitStringToArray()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/shared_overlay/
H A Dshared_transition_effect.cpp179 auto destSize = dest->GetRenderContext()->GetPaintRectWithoutTransform().GetSize(); in CreateSizeAnimation() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dshared_transition_effect.cpp274 auto destSize = dest->GetSuitSize(); in CreateSizeAnimation() local
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/rkc/src/
H A Dhks_rkc_rw.c92 …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 Dtext.cpp140 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 Djs_fwk_common.cpp390 …endTwoPath(char * const first, uint8_t startIndex, const char * const sec, const uint16_t destSize) in AppendTwoPath()