FFmpeg
|
#include <utils.h>
Data Fields | |
int | width |
int | height |
int | interlaced |
enum AVPixelFormat | format |
enum AVColorRange | range |
enum AVColorSpace | csp |
enum AVChromaLocation | loc |
const AVPixFmtDescriptor * | desc |
SwsColor | color |
int SwsFormat::width |
Definition at line 76 of file utils.h.
Referenced by ff_fmt_equal(), ff_fmt_from_frame(), and ff_test_fmt().
int SwsFormat::height |
Definition at line 76 of file utils.h.
Referenced by ff_fmt_equal(), ff_fmt_from_frame(), and ff_test_fmt().
int SwsFormat::interlaced |
Definition at line 77 of file utils.h.
Referenced by ff_fmt_equal(), ff_fmt_from_frame(), get_chroma_pos(), sws_frame_setup(), sws_is_noop(), sws_scale_frame(), and sws_test_frame().
enum AVPixelFormat SwsFormat::format |
Definition at line 78 of file utils.h.
Referenced by ff_fmt_equal(), ff_fmt_from_frame(), ff_test_fmt(), and sws_frame_setup().
enum AVColorRange SwsFormat::range |
Definition at line 79 of file utils.h.
Referenced by ff_fmt_equal(), ff_fmt_from_frame(), and ff_test_fmt().
enum AVColorSpace SwsFormat::csp |
Definition at line 80 of file utils.h.
Referenced by ff_fmt_equal(), ff_fmt_from_frame(), ff_test_fmt(), and sws_frame_setup().
enum AVChromaLocation SwsFormat::loc |
Definition at line 81 of file utils.h.
Referenced by ff_fmt_equal(), ff_fmt_from_frame(), ff_test_fmt(), and get_chroma_pos().
const AVPixFmtDescriptor* SwsFormat::desc |
Definition at line 82 of file utils.h.
Referenced by get_chroma_pos().
SwsColor SwsFormat::color |
Definition at line 83 of file utils.h.
Referenced by ff_fmt_equal(), ff_fmt_from_frame(), ff_test_fmt(), setup_lut3d(), sws_frame_setup(), and sws_graph_update_metadata().