|
VLC 4.0.0-dev
|
#include <vout_internal.h>
Data Fields | ||
| enum vout_crop_mode | mode | |
| union { | ||
| vlc_rational_t ratio | ||
| struct { | ||
| unsigned x | ||
| unsigned y | ||
| unsigned width | ||
| unsigned height | ||
| } window | ||
| struct { | ||
| unsigned left | ||
| unsigned right | ||
| unsigned top | ||
| unsigned bottom | ||
| } border | ||
| }; | ||
| union { ... } vout_crop |
| struct { ... } vout_crop::border |
Referenced by vout_CropEqual(), and vout_UpdateSourceCrop().
| unsigned vout_crop::bottom |
Referenced by vout_UpdateSourceCrop().
| unsigned vout_crop::height |
Referenced by vout_UpdateSourceCrop().
| unsigned vout_crop::left |
Referenced by vout_UpdateSourceCrop().
| enum vout_crop_mode vout_crop::mode |
Referenced by vout_Create(), vout_CropEqual(), vout_display_New(), vout_InitSource(), vout_SetSourceAspect(), and vout_UpdateSourceCrop().
| vlc_rational_t vout_crop::ratio |
Referenced by vout_CropEqual(), and vout_UpdateSourceCrop().
| unsigned vout_crop::right |
Referenced by vout_UpdateSourceCrop().
| unsigned vout_crop::top |
Referenced by vout_UpdateSourceCrop().
| unsigned vout_crop::width |
Referenced by vout_UpdateSourceCrop().
| struct { ... } vout_crop::window |
Referenced by vout_CropEqual(), and vout_UpdateSourceCrop().
| unsigned vout_crop::x |
Referenced by vout_UpdateSourceCrop().
| unsigned vout_crop::y |
Referenced by vout_UpdateSourceCrop().