Searched defs:PixelDecodeOptions (Results 1 – 1 of 1) sorted by relevance
106 struct PixelDecodeOptions { struct107 OHOS::Media::Rect CropRect;108 OHOS::Media::Size desiredSize;109 float rotateDegrees = 0;110 static constexpr uint32_t DEFAULT_SAMPLE_SIZE = 1;111 uint32_t sampleSize = DEFAULT_SAMPLE_SIZE;112 OHOS::Media::PixelFormat desiredPixelFormat = OHOS::Media::PixelFormat::RGBA_8888;113 OHOS::Media::ColorSpace desiredColorSpace = OHOS::Media::ColorSpace::UNKNOWN;114 OHOS::Media::AlphaType desireAlphaType = OHOS::Media::AlphaType::IMAGE_ALPHA_TYPE_PREMUL;115 bool allowPartialImage = true;[all …]