GPAC
Open Source Multimedia Framework. For more information, check out http://gpac.wp.mines-telecom.fr
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups
img.c File Reference
+ Include dependency graph for img.c:

Functions

void gf_img_parse (GF_BitStream *bs, u8 *OTI, u32 *mtype, u32 *width, u32 *height, char **dsi, u32 *dsi_len)
 
GF_Err gf_img_jpeg_dec (char *jpg, u32 jpg_size, u32 *width, u32 *height, u32 *pixel_format, char *dst, u32 *dst_size, u32 dst_nb_comp)
 
GF_Err gf_img_png_dec (char *png, u32 png_size, u32 *width, u32 *height, u32 *pixel_format, char *dst, u32 *dst_size)
 
GF_Err gf_img_png_enc (char *data, u32 width, u32 height, s32 stride, u32 pixel_format, char *dst, u32 *dst_size)
 
GF_Err gf_img_file_dec (char *png_filename, u32 *hint_oti, u32 *width, u32 *height, u32 *pixel_format, char **dst, u32 *dst_size)
 

Function Documentation

void gf_img_parse ( GF_BitStream *  bs,
u8 OTI,
u32 mtype,
u32 width,
u32 height,
char **  dsi,
u32 dsi_len 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

GF_Err gf_img_jpeg_dec ( char *  jpg,
u32  jpg_size,
u32 width,
u32 height,
u32 pixel_format,
char *  dst,
u32 dst_size,
u32  dst_nb_comp 
)

+ Here is the caller graph for this function:

GF_Err gf_img_png_dec ( char *  png,
u32  png_size,
u32 width,
u32 height,
u32 pixel_format,
char *  dst,
u32 dst_size 
)

+ Here is the caller graph for this function:

GF_Err gf_img_png_enc ( char *  data,
u32  width,
u32  height,
s32  stride,
u32  pixel_format,
char *  dst,
u32 dst_size 
)

+ Here is the caller graph for this function:

GF_Err gf_img_file_dec ( char *  png_filename,
u32 hint_oti,
u32 width,
u32 height,
u32 pixel_format,
char **  dst,
u32 dst_size 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function: