vlc_image.h File Reference

This file defines functions and structures for image conversions in vlc. More...

Include dependency graph for vlc_image.h:

Go to the source code of this file.

Data Structures

struct  image_handler_t

Defines

#define VLC_IMAGE_H   1
#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

image_handler_t__image_HandlerCreate (vlc_object_t *)
 Create an image_handler_t instance.
void image_HandlerDelete (image_handler_t *)
 Delete the image_handler_t instance.
vlc_fourcc_t image_Type2Fourcc (const char *psz_name)
vlc_fourcc_t image_Ext2Fourcc (const char *psz_name)
vlc_fourcc_t image_Mime2Fourcc (const char *psz_mime)


Detailed Description

This file defines functions and structures for image conversions in vlc.


Define Documentation

#define image_Convert ( a,
b,
c,
 )     a->pf_convert( a, b, c, d )

#define image_Filter ( a,
b,
c,
 )     a->pf_filter( a, b, c, d )

Referenced by OpenDecoder().

#define image_HandlerCreate (  )     __image_HandlerCreate( VLC_OBJECT(a) )

#define image_Read ( a,
b,
c,
 )     a->pf_read( a, b, c, d )

Referenced by ParseImageAttachments().

#define image_ReadUrl ( a,
b,
c,
 )     a->pf_read_url( a, b, c, d )

#define image_Write ( a,
b,
c,
 )     a->pf_write( a, b, c, d )

Referenced by picture_Export().

#define image_WriteUrl ( a,
b,
c,
d,
 )     a->pf_write_url( a, b, c, d, e )

Referenced by SavePicture().

#define VLC_IMAGE_H   1


Function Documentation

image_handler_t* __image_HandlerCreate ( vlc_object_t p_this  ) 

vlc_fourcc_t image_Ext2Fourcc ( const char *  psz_name  ) 

void image_HandlerDelete ( image_handler_t p_image  ) 

vlc_fourcc_t image_Mime2Fourcc ( const char *  psz_mime  ) 

References i, and mime_table.

Referenced by ImageReadUrl(), and ParseImageAttachments().

vlc_fourcc_t image_Type2Fourcc ( const char *  psz_name  ) 


Generated on Sun Nov 22 08:05:26 2009 for VLC by  doxygen 1.5.6