xine-lib 1.2.11
|
#include <yuv2rgb.h>
Data Fields | |
yuv2rgb_t *(* | create_converter )(yuv2rgb_factory_t *this) |
void(* | set_csc_levels )(yuv2rgb_factory_t *this, int brightness, int contrast, int saturation, int colormatrix) |
void(* | dispose )(yuv2rgb_factory_t *this) |
yuv2rgb_t *(* yuv2rgb_factory_s::create_converter) (yuv2rgb_factory_t *this) |
Referenced by vo_grab_grab_video_frame(), and yuv2rgb_factory_init().
void(* yuv2rgb_factory_s::dispose) (yuv2rgb_factory_t *this) |
Referenced by Destroy(), vo_dispose_grab_video_frame(), and yuv2rgb_factory_init().
void(* yuv2rgb_factory_s::set_csc_levels) (yuv2rgb_factory_t *this, int brightness, int contrast, int saturation, int colormatrix) |
Referenced by vo_grab_grab_video_frame(), and yuv2rgb_factory_init().