Home
last modified time | relevance | path

Searched refs:realLength (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/data_source/
H A Dmedia_data_source_test_seekable.cpp86 int32_t realLength = static_cast<int32_t>(length); in ReadAt() local
98 realLength = static_cast<int32_t>(fixedLen_ - position_); in ReadAt()
100 MEDIA_LOGD("length %{public}u realLength %{public}d", length, realLength); in ReadAt()
101 position_ += realLength; in ReadAt()
102 return realLength; in ReadAt()
/ohos5.0/foundation/multimedia/camera_lite/frameworks/
H A Dframe_config.cpp77 uint32_t realLength = (len > PRIVATE_TAG_LEN) ? PRIVATE_TAG_LEN : len; in GetVendorParameter() local
78 errno_t ret = memcpy_s(value, realLength, privateTag_, realLength); in GetVendorParameter()
/ohos5.0/base/security/device_security_level/baselib/utils/src/
H A Dutils_base64.c246 int32_t realLength = Base64DecodeApp(from, to); in Base64UrlDecodeApp() local
248 return realLength; in Base64UrlDecodeApp()