Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_pixelmap.cpp134 struct UnmarshallingContext { struct
136 static constexpr int headerLength = 24; // NOLINT
139 explicit UnmarshallingContext(Parcel& parcel) : parcel(parcel) {} in UnmarshallingContext() function
141 bool GatherImageFromFile(const Rosen::Image* image) in GatherImageFromFile()
189 Parcel& parcel;
191 ImageInfo info;
192 AllocatorType allocType = AllocatorType::DEFAULT;
193 size_t rowPitch = 0;
194 size_t size = 0;
195 uint8_t* base = nullptr;
[all …]