Searched defs:DecodeOptions (Results 1 – 3 of 3) sorted by relevance
160 struct DecodeOptions { struct161 int32_t fitDensity = 0;162 Rect CropRect;163 Size desiredSize;164 Rect desiredRegion;165 float rotateDegrees = 0;166 uint32_t rotateNewDegrees = 0;167 static constexpr uint32_t DEFAULT_SAMPLE_SIZE = 1;168 uint32_t sampleSize = DEFAULT_SAMPLE_SIZE;169 PixelFormat desiredPixelFormat = PixelFormat::UNKNOWN;[all …]
306 struct DecodeOptions { struct325 SVGDecodeOptions SVGOpts; argument326 std::shared_ptr<OHOS::ColorManager::ColorSpace> desiredColorSpaceInfo = nullptr;327 bool preferDma = false;328 bool fastAstc = false;329 uint16_t invokeType = 0;330 DecodeDynamicRange desiredDynamicRange = DecodeDynamicRange::SDR;331 ResolutionQuality resolutionQuality = ResolutionQuality::UNKNOWN;332 bool isAisr = false;
65 struct DecodeOptions { struct84 std::unique_ptr<PixelMap> CreatePixelMap(const DecodeOptions& opts, uint32_t& errorCode) in CreatePixelMap() argument