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