Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/manager/include/image/
H A Dabs_image_decoder.h49 struct DecodeContext { struct
51 PlImageInfo info;
53 uint32_t pixelmapUniqueId_;
55 PlImageBuffer pixelsBuffer;
61 bool ifSourceCompleted = true;
63 OHOS::Media::PixelFormat pixelFormat = OHOS::Media::PixelFormat::RGBA_8888;
65 OHOS::Media::ColorSpace colorSpace = OHOS::Media::ColorSpace::UNKNOWN;
90 struct ProgDecodeContext { argument
91 DecodeContext decodeContext; argument