Go to the documentation of this file.
63 #define image_HandlerCreate( a ) image_HandlerCreate( VLC_OBJECT(a) )
66 #define image_Read( a, b, c, d ) a->pf_read( a, b, c, d )
67 #define image_ReadUrl( a, b, c, d ) a->pf_read_url( a, b, c, d )
68 #define image_Write( a, b, c, d ) a->pf_write( a, b, c, d )
69 #define image_WriteUrl( a, b, c, d, e ) a->pf_write_url( a, b, c, d, e )
70 #define image_Convert( a, b, c, d ) a->pf_convert( a, b, c, d )
71 #define image_Filter( a, b, c, d ) a->pf_filter( a, b, c, d )