Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_compressor.h99 struct PartInfo { struct
104 bool InitPartitionInfo(PartInfo *partInfo, int32_t partIndex, int32_t partCount); argument
105 std::vector<PartInfo> parts_;
H A Dimage_compressor.cpp203 sizeof(PartInfo) * parts_.size(), &parts_[0], &err); in GpuCompress()
505 bool ImageCompressor::InitPartitionInfo(PartInfo *partInfos, int32_t part_index, int32_t part_count)
540 PartInfo p = {};
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/test/unittest/
H A Dimage_compressor_test.cpp63 ImageCompressor::PartInfo p = {};