|
FFmpeg
|
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] |
| const char* Test::name |
Definition at line 42 of file sw_ops.c.
Referenced by check_uop().
Definition at line 43 of file sw_ops.c.
Referenced by check_uop().
| int Test::num_uops |
Definition at line 44 of file sw_ops.c.
Referenced by check_uop().
| SwsPixelType Test::type_in |
Definition at line 47 of file sw_ops.c.
Referenced by check_uop().
| SwsPixelType Test::type_out |
Definition at line 48 of file sw_ops.c.
Referenced by check_uop().
| SwsCompMask Test::planes_in |
Definition at line 49 of file sw_ops.c.
Referenced by check_uop().
| SwsCompMask Test::planes_out |
Definition at line 50 of file sw_ops.c.
Referenced by check_uop().
| int Test::pixel_bits_in |
Definition at line 51 of file sw_ops.c.
Referenced by check_uop().
| int Test::pixel_bits_out |
Definition at line 52 of file sw_ops.c.
Referenced by check_uop().
| unsigned Test::ranges[NB_PLANES] |
Definition at line 53 of file sw_ops.c.
Referenced by check_uop().
1.8.17