Searched defs:ImageSourceArgs (Results 1 – 1 of 1) sorted by relevance
29 struct ImageSourceArgs { struct30 struct OhosImageSource* source;31 struct OhosImageSourceOps* sourceOps;32 struct OhosImageDecodingOps* decodingOps;33 struct OhosImageSourceDelayTimeList* outDelayTimes;34 struct OhosImageSourceSupportedFormatList* outFormats;35 struct OhosImageSourceInfo* outInfo;36 struct OhosImageSourceProperty* inPropertyKey;37 struct OhosImageSourceProperty* propertyVal;38 struct OhosImageSourceUpdateData* inUpdateData;[all …]