Searched defs:DecodeInfoOptions (Results 1 – 1 of 1) sorted by relevance
27 struct DecodeInfoOptions { struct28 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