Home
last modified time | relevance | path

Searched defs:fileLength (Results 1 - 18 of 18) sorted by relevance

/foundation/multimedia/image_framework/frameworks/kits/js/common/include/
H A Dimage_resource_utils.h37 long fileLength = 0; member
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/local/include/
H A Dlocal_data_source.h75 LocalDataSource(const std::string &fileId, int64_t fileLength, in LocalDataSource() argument
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/local/include/
H A Dlocal_data_source.h75 LocalDataSource(const std::string &fileId, int64_t fileLength, in LocalDataSource() argument
/foundation/ai/intelligent_voice_framework/llt/hdt/depend_libs/src/
H A Dfile_ex.cpp45 int fileLength = file.tellg(); in LoadStringFromFile() local
97 const long fileLength = lseek(fd, 0, SEEK_END); in LoadStringFromFd() local
226 const long fileLength = file.tellg(); LoadBufferFromFile() local
[all...]
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/
H A Dimage_compress.cpp81 ImageType ImageCompress::GetImageType(const std::unique_ptr<uint8_t[]> &fileData, size_t fileLength) in GetImageType() argument
98 GetImageTypeString(const std::unique_ptr<uint8_t[]> &fileData, size_t fileLength, std::string &imageType) GetImageTypeString() argument
110 GetImageFileInfo(const std::string &srcFile, std::unique_ptr<uint8_t[]> &fileContent, int64_t &fileLength) GetImageFileInfo() argument
H A Ddistributed_bms.cpp449 bool DistributedBms::GetMediaBase64(std::unique_ptr<uint8_t[]> &data, int64_t fileLength, in GetMediaBase64() argument
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dzip_file.cpp143 size_t fileLength = in ParseAllEntries() local
205 ZipPos fileLength = ftell(tmpFile); in Open() local
354 size_t fileLength = (localHeader.nameSize >= MAX_FILE_NAME) ? (MAX_FILE_NAME - 1) : localHeader.nameSize; in CheckCoherencyLocalHeader() local
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dzip_file.cpp140 size_t fileLength = (directoryEntry.nameSize >= MAX_FILE_PATH) ? (MAX_FILE_PATH - 1) : directoryEntry.nameSize; in ParseAllEntries() local
195 int64_t fileLength = ftell(tmpFile); in Open() local
370 size_t fileLength = (localHeader.nameSize >= MAX_FILE_PATH) ? (MAX_FILE_PATH - 1) : localHeader.nameSize; in CheckCoherencyLocalHeader() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dplugin_libjpeg_test.cpp921 unsigned long fileLength = 100; in HWTEST_F() local
952 unsigned long fileLength = 100; in HWTEST_F() local
976 unsigned long fileLength = 100; in HWTEST_F() local
1000 unsigned long fileLength in HWTEST_F() local
1024 unsigned long fileLength = 100; HWTEST_F() local
1048 unsigned long fileLength = 100; HWTEST_F() local
1077 unsigned long fileLength = 100; HWTEST_F() local
1104 unsigned long fileLength = 100; HWTEST_F() local
1128 unsigned long fileLength = 100; HWTEST_F() local
1152 unsigned long fileLength = 100; HWTEST_F() local
1180 unsigned long fileLength = 100; HWTEST_F() local
1210 unsigned long fileLength = 100; HWTEST_F() local
1252 unsigned long fileLength = 100; HWTEST_F() local
1614 unsigned long fileLength = exinfo.GetFileSize(file); HWTEST_F() local
1653 unsigned long fileLength = exinfo.GetFileSize(file); HWTEST_F() local
1676 unsigned long fileLength = exinfo.GetFileSize(file); HWTEST_F() local
1701 unsigned long fileLength = exinfo.GetFileSize(file); HWTEST_F() local
1727 unsigned long fileLength = exinfo.GetFileSize(file); HWTEST_F() local
[all...]
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dzip_file.cpp179 size_t fileLength = (directoryEntry.nameSize >= MAX_FILE_NAME) ? (MAX_FILE_NAME - 1) : directoryEntry.nameSize; in ParseOneEntry() local
272 auto fileLength = zipFileReader_->GetFileLen(); in Open() local
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/test/unittest/dbms_services_kit_test/
H A Ddbms_services_kit_test.cpp865 constexpr size_t fileLength = 7; in HWTEST_F() local
884 constexpr size_t fileLength = 7; in HWTEST_F() local
904 int64_t fileLength; in HWTEST_F() local
1386 constexpr size_t fileLength = 64; in HWTEST_F() local
1408 constexpr size_t fileLength in HWTEST_F() local
1429 constexpr size_t fileLength = 64; HWTEST_F() local
1452 constexpr size_t fileLength = 64; HWTEST_F() local
1475 int64_t fileLength; HWTEST_F() local
1499 int64_t fileLength = 64; HWTEST_F() local
[all...]
/foundation/arkui/ui_lite/interfaces/kits/font/
H A Dui_font_header.h409 uint32_t fileLength; member
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/
H A DHeifDecoderImpl.cpp260 size_t fileLength = stream->getLength(); in init() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Dexif_info.cpp588 uint32_t EXIFInfo::GetFileInfoByPath(const std::string &path, FILE **file, unsigned long &fileLength, in GetFileInfoByPath() argument
629 unsigned long fileLength; in ModifyExifData() local
676 GetFileInfoByFd(int localFd, FILE **file, unsigned long &fileLength, unsigned char **fileBuf) GetFileInfoByFd() argument
719 unsigned long fileLength; ModifyExifData() local
1437 WriteExifDataToFile(ExifData *data, unsigned int orginExifDataLength, unsigned long fileLength, unsigned char *buf, FILE *fp) WriteExifDataToFile() argument
1504 unsigned long fileLength = GetFileSize(fp); UpdateCacheExifData() local
[all...]
/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/
H A Dsystem_sound_manager_impl.cpp396 const long fileLength = file.tellg(); in GetJsonValue() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp2127 size_t fileLength = stream_->GetStreamSize(); in HeapMemAlloc() local
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp1212 auto fileLength = ParseUtf8TextLength(fileText); in JsReadText() local
1288 auto fileLength = static_cast<int32_t>(binaryContent.size()); in JsReadArrayBuffer() local
[all...]
/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.cpp2654 const long fileLength = file.tellg(); in LoadStringFromFileEx() local

Completed in 48 milliseconds