Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dimage_dfx.h27 struct DecodeInfoOptions { struct
28 uint32_t sampleSize;
29 float rotate;
30 bool editable;
31 int32_t sourceWidth;
32 int32_t sourceHeight;
33 int32_t desireSizeWidth;
34 int32_t desireSizeHeight;
58 void SetDecodeInfoOptions(const DecodeInfoOptions &options); argument