Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/
Dswscale_internal.h283 typedef struct SwsContext { struct
287 const AVClass *av_class;
293 SwsFunc swscale;
294 int srcW; ///< Width of source luma/alpha planes.
295 int srcH; ///< Height of source luma/alpha planes.
296 int dstH; ///< Height of destination luma/alpha planes.
320 struct SwsContext *cascaded_context[3]; argument
321 int cascaded_tmpStride[4];
322 uint8_t *cascaded_tmp[4];
323 int cascaded1_tmpStride[4];
[all …]