|
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] |
| const AVFrame * | frame_ptr |
| enum AVPixelFormat SwsImg::fmt |
Definition at line 36 of file graph.h.
Referenced by ff_sws_graph_add_pass(), and run_copy().
| uint8_t* SwsImg::data[4] |
Definition at line 37 of file graph.h.
Referenced by pass_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 38 of file graph.h.
Referenced by pass_output(), run_copy(), run_legacy_swscale(), run_legacy_unscaled(), run_lut3d(), run_rgb0(), run_rgb2xyz(), and run_xyz2rgb().
| const AVFrame* SwsImg::frame_ptr |
Definition at line 39 of file graph.h.
Referenced by pass_output().
1.8.17