|
FFmpeg
|
#include <format.h>
Data Fields | |
| enum AVColorPrimaries | prim |
| enum AVColorTransferCharacteristic | trc |
| AVPrimaryCoefficients | gamut |
| AVRational | min_luma |
| AVRational | max_luma |
| AVRational | frame_peak |
| AVRational | frame_avg |
| enum AVColorPrimaries SwsColor::prim |
Definition at line 61 of file format.h.
Referenced by ff_fmt_from_frame(), ff_test_fmt(), gamut_from_colorspace(), infer_prim_ref(), and sws_frame_setup().
| enum AVColorTransferCharacteristic SwsColor::trc |
Definition at line 62 of file format.h.
Referenced by ff_fmt_from_frame(), ff_test_fmt(), gamut_from_colorspace(), infer_trc_ref(), and sws_frame_setup().
| AVPrimaryCoefficients SwsColor::gamut |
Definition at line 63 of file format.h.
Referenced by ff_fmt_from_frame(), gamut_from_colorspace(), and infer_prim_ref().
| AVRational SwsColor::min_luma |
Definition at line 64 of file format.h.
Referenced by ff_fmt_from_frame(), gamut_from_colorspace(), and infer_trc_ref().
| AVRational SwsColor::max_luma |
Definition at line 65 of file format.h.
Referenced by ff_fmt_from_frame(), gamut_from_colorspace(), and infer_trc_ref().
| AVRational SwsColor::frame_peak |
Definition at line 66 of file format.h.
Referenced by ff_fmt_from_frame(), ff_sws_lut3d_update(), and gamut_from_colorspace().
| AVRational SwsColor::frame_avg |
Definition at line 67 of file format.h.
Referenced by ff_fmt_from_frame(), ff_sws_lut3d_update(), and gamut_from_colorspace().
1.8.17