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 pass_add(), pass_alloc_output(), run_copy(), sws_graph_create(), sws_graph_free(), and sws_graph_worker().
uint8_t* SwsImg::data[4] |
Definition at line 33 of file graph.h.
Referenced by pass_alloc_output(), run_copy(), run_legacy_swscale(), run_legacy_unscaled(), run_lut3d(), run_rgb0(), run_rgb2xyz(), run_xyz2rgb(), setup_legacy_swscale(), sws_graph_free(), and sws_graph_run().
int SwsImg::linesize[4] |
Definition at line 34 of file graph.h.
Referenced by pass_alloc_output(), run_copy(), run_legacy_swscale(), run_legacy_unscaled(), run_lut3d(), run_rgb0(), run_rgb2xyz(), run_xyz2rgb(), and sws_graph_run().