FFmpeg
|
Represents a view into a single field of frame data. More...
#include <graph.h>
Data Fields | |
enum AVPixelFormat | fmt |
uint8_t * | data [4] |
int | linesize [4] |
enum AVPixelFormat SwsImg::fmt |
Definition at line 32 of file graph.h.
Referenced by ff_sws_graph_create(), ff_sws_graph_free(), pass_add(), pass_alloc_output(), run_copy(), and sws_graph_worker().
uint8_t* SwsImg::data[4] |
Definition at line 33 of file graph.h.
Referenced by ff_sws_graph_free(), ff_sws_graph_run(), pass_alloc_output(), run_copy(), run_legacy_swscale(), run_legacy_unscaled(), run_lut3d(), run_rgb0(), run_rgb2xyz(), run_xyz2rgb(), and setup_legacy_swscale().
int SwsImg::linesize[4] |
Definition at line 34 of file graph.h.
Referenced by ff_sws_graph_run(), pass_alloc_output(), run_copy(), run_legacy_swscale(), run_legacy_unscaled(), run_lut3d(), run_rgb0(), run_rgb2xyz(), and run_xyz2rgb().