FFmpeg
|
#include <utils.h>
Data Fields | |
int | width |
int | height |
int | interlaced |
enum AVPixelFormat | format |
enum AVColorRange | range |
enum AVColorPrimaries | prim |
enum AVColorTransferCharacteristic | trc |
enum AVColorSpace | csp |
enum AVChromaLocation | loc |
const AVPixFmtDescriptor * | desc |
int SwsFormat::width |
Definition at line 35 of file utils.h.
Referenced by ff_fmt_equal(), ff_fmt_from_frame(), and ff_test_fmt().
int SwsFormat::height |
Definition at line 35 of file utils.h.
Referenced by ff_fmt_equal(), ff_fmt_from_frame(), and ff_test_fmt().
int SwsFormat::interlaced |
Definition at line 36 of file utils.h.
Referenced by ff_fmt_equal(), ff_fmt_from_frame(), sws_is_noop(), and sws_test_frame().
enum AVPixelFormat SwsFormat::format |
Definition at line 37 of file utils.h.
Referenced by ff_fmt_equal(), ff_fmt_from_frame(), and ff_test_fmt().
enum AVColorRange SwsFormat::range |
Definition at line 38 of file utils.h.
Referenced by ff_fmt_equal(), ff_fmt_from_frame(), and ff_test_fmt().
enum AVColorPrimaries SwsFormat::prim |
Definition at line 39 of file utils.h.
Referenced by ff_fmt_equal(), ff_fmt_from_frame(), and ff_test_fmt().
enum AVColorTransferCharacteristic SwsFormat::trc |
Definition at line 40 of file utils.h.
Referenced by ff_fmt_equal(), ff_fmt_from_frame(), and ff_test_fmt().
enum AVColorSpace SwsFormat::csp |
Definition at line 41 of file utils.h.
Referenced by ff_fmt_equal(), ff_fmt_from_frame(), and ff_test_fmt().
enum AVChromaLocation SwsFormat::loc |
Definition at line 42 of file utils.h.
Referenced by ff_fmt_equal(), ff_fmt_from_frame(), and ff_test_fmt().
const AVPixFmtDescriptor* SwsFormat::desc |