Home
last modified time | relevance | path

Searched defs:SwsContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libswscale/
Dswscale_internal.h298 typedef struct SwsContext { struct
304 struct SwsContext *parent; argument
307 struct SwsContext **slice_ctx; argument
308 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 …]