FFmpeg
Data Fields
SwsFormat Struct Reference

#include <format.h>

Data Fields

int width
 
int height
 
int interlaced
 
int field
 
enum AVPixelFormat format
 
enum AVPixelFormat hw_format
 
enum AVColorRange range
 
enum AVColorSpace csp
 
enum AVChromaLocation loc
 
const AVPixFmtDescriptordesc
 
SwsColor color
 

Detailed Description

Definition at line 77 of file format.h.

Field Documentation

◆ width

int SwsFormat::width

Definition at line 78 of file format.h.

Referenced by ff_fmt_equal(), ff_fmt_from_frame(), ff_test_fmt(), get_input_size(), and print_passes().

◆ height

int SwsFormat::height

Definition at line 78 of file format.h.

Referenced by ff_fmt_equal(), ff_fmt_from_frame(), ff_test_fmt(), get_input_size(), and print_passes().

◆ interlaced

int SwsFormat::interlaced

◆ field

int SwsFormat::field

Definition at line 80 of file format.h.

Referenced by ff_fmt_equal(), ff_fmt_from_frame(), get_field(), and process().

◆ format

enum AVPixelFormat SwsFormat::format

◆ hw_format

enum AVPixelFormat SwsFormat::hw_format

Definition at line 82 of file format.h.

Referenced by ff_sws_graph_run(), ff_sws_ops_compile(), ff_test_fmt(), and pass_alloc_output().

◆ range

enum AVColorRange SwsFormat::range

Definition at line 83 of file format.h.

Referenced by ff_fmt_equal(), ff_test_fmt(), and sanitize_fmt().

◆ csp

enum AVColorSpace SwsFormat::csp

Definition at line 84 of file format.h.

Referenced by ff_fmt_equal(), ff_fmt_from_frame(), ff_test_fmt(), sanitize_fmt(), and sws_frame_setup().

◆ loc

enum AVChromaLocation SwsFormat::loc

Definition at line 85 of file format.h.

Referenced by ff_fmt_equal(), ff_test_fmt(), and sanitize_fmt().

◆ desc

const AVPixFmtDescriptor* SwsFormat::desc

Definition at line 86 of file format.h.

Referenced by ff_fmt_from_pixfmt(), and ff_sws_op_list_split_at().

◆ color

SwsColor SwsFormat::color

The documentation for this struct was generated from the following file: