FFmpeg
Data Fields
Test Struct Reference

Data Fields

const char * name
 
SwsUOp uops [MAX_UOPS]
 
int num_uops
 
SwsPixelType type_in
 
SwsPixelType type_out
 
SwsCompMask planes_in
 
SwsCompMask planes_out
 
int pixel_bits_in
 
int pixel_bits_out
 
unsigned ranges [NB_PLANES]
 

Detailed Description

Definition at line 41 of file sw_ops.c.

Field Documentation

◆ name

const char* Test::name

Definition at line 42 of file sw_ops.c.

Referenced by check_uop().

◆ uops

SwsUOp Test::uops[MAX_UOPS]

Definition at line 43 of file sw_ops.c.

Referenced by check_uop().

◆ num_uops

int Test::num_uops

Definition at line 44 of file sw_ops.c.

Referenced by check_uop().

◆ type_in

SwsPixelType Test::type_in

Definition at line 47 of file sw_ops.c.

Referenced by check_uop().

◆ type_out

SwsPixelType Test::type_out

Definition at line 48 of file sw_ops.c.

Referenced by check_uop().

◆ planes_in

SwsCompMask Test::planes_in

Definition at line 49 of file sw_ops.c.

Referenced by check_uop().

◆ planes_out

SwsCompMask Test::planes_out

Definition at line 50 of file sw_ops.c.

Referenced by check_uop().

◆ pixel_bits_in

int Test::pixel_bits_in

Definition at line 51 of file sw_ops.c.

Referenced by check_uop().

◆ pixel_bits_out

int Test::pixel_bits_out

Definition at line 52 of file sw_ops.c.

Referenced by check_uop().

◆ ranges

unsigned Test::ranges[NB_PLANES]

Definition at line 53 of file sw_ops.c.

Referenced by check_uop().


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