Searched defs:SwsContext (Results 1 – 1 of 1) sorted by relevance
298 typedef struct SwsContext { struct304 struct SwsContext *parent; argument307 struct SwsContext **slice_ctx; argument308 int *slice_err;309 int nb_slice_ctx;312 int dst_slice_start;313 int dst_slice_height;319 SwsFunc convert_unscaled;320 int srcW; ///< Width of source luma/alpha planes.321 int srcH; ///< Height of source luma/alpha planes.[all …]