QVisu
Qt-based visualization for smart homes
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
vlc_image.h File Reference
#include <vlc_vout.h>

Go to the source code of this file.

Classes

struct  image_handler_t
 

Macros

#define image_HandlerCreate(a)   image_HandlerCreate( VLC_OBJECT(a) )
 
#define image_Read(a, b, c, d)   a->pf_read( a, b, c, d )
 
#define image_ReadUrl(a, b, c, d)   a->pf_read_url( a, b, c, d )
 
#define image_Write(a, b, c, d)   a->pf_write( a, b, c, d )
 
#define image_WriteUrl(a, b, c, d, e)   a->pf_write_url( a, b, c, d, e )
 
#define image_Convert(a, b, c, d)   a->pf_convert( a, b, c, d )
 
#define image_Filter(a, b, c, d)   a->pf_filter( a, b, c, d )
 

Functions

VLC_API image_handler_timage_HandlerCreate (vlc_object_t *) VLC_USED
 
VLC_API void image_HandlerDelete (image_handler_t *)
 
VLC_API vlc_fourcc_t image_Type2Fourcc (const char *psz_name)
 
VLC_API vlc_fourcc_t image_Ext2Fourcc (const char *psz_name)
 
VLC_API vlc_fourcc_t image_Mime2Fourcc (const char *psz_mime)
 

Detailed Description

This file defines functions and structures for image conversions in vlc