Searched defs:OH_DecodingOptions (Results 1 – 2 of 2) sorted by relevance
60 struct OH_DecodingOptions { struct61 int32_t pixelFormat;62 uint32_t index;63 uint32_t sampleSize = INVALID_SAMPLE_SIZE;64 uint32_t rotate;65 struct Image_Size desiredSize;66 struct Image_Region desiredRegion;67 int32_t desiredDynamicRange = IMAGE_DYNAMIC_RANGE_SDR;68 int32_t cropAndScaleStrategy;69 int32_t desiredColorSpace = 0;[all …]
205 typedef struct OH_DecodingOptions OH_DecodingOptions; typedef