Home
last modified time | relevance | path

Searched defs:maxFileSize (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/event_store/config/include/
H A Devent_store_config.h41 uint32_t maxFileSize; member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dimage_loader_libpng.cpp254 size_t maxFileSize = static_cast<size_t>(std::numeric_limits<int>::max()); in CanLoad() local
H A Dimage_loader_libjpeg.cpp279 size_t maxFileSize = static_cast<size_t>(std::numeric_limits<int>::max()); in CanLoad() local
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/task/export/
H A Dexport_json_file_writer.cpp348 const std::string& exportDir, int64_t maxFileSize) in ExportJsonFileWriter()
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/
H A Drecorder_server.h165 int64_t maxFileSize = 0; member
H A Drecorder_server.cpp726 MaxFileSize maxFileSize(size); in SetMaxFileSize() local
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/recorder/
H A Dhirecorder_impl.cpp827 MaxFileSize maxFileSize = static_cast<const MaxFileSize&>(recParam); in ConfigureMuxer() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_file.cpp500 const size_t maxFileSize = 300000000; in GetDataCopy() local
/ohos5.0/base/hiviewdfx/faultloggerd/services/
H A Dfault_logger_daemon.cpp729 constexpr uint64_t maxFileSize = 1lu << 31; // 2GB in RemoveTempFileIfNeed() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmoving_photo_file_utils.cpp521 … int32_t GetExtraDataSize(const UniqueFd &livePhotoFd, int64_t &extraDataSize, int64_t maxFileSize) in GetExtraDataSize()