Searched defs:OH_DecodingOptions (Results 1 – 2 of 2) sorted by relevance
55 struct OH_DecodingOptions { struct56 int32_t pixelFormat;57 uint32_t index;58 uint32_t sampleSize = INVALID_SAMPLE_SIZE;59 uint32_t rotate;60 struct Image_Size desiredSize;61 struct Image_Region desiredRegion;62 int32_t desiredDynamicRange = IMAGE_DYNAMIC_RANGE_SDR;
175 typedef struct OH_DecodingOptions OH_DecodingOptions; typedef