libgpac
Documentation of the core library of GPAC
|
#include <gpac/internal/media_dev.h>
#include <gpac/internal/isomedia_dev.h>
#include <gpac/constants.h>
Functions | |
GF_EXPORT void | gf_img_parse (GF_BitStream *bs, u32 *codecid, u32 *width, u32 *height, u8 **dsi, u32 *dsi_len) |
GF_EXPORT GF_Err | gf_img_jpeg_dec (u8 *jpg, u32 jpg_size, u32 *width, u32 *height, u32 *pixel_format, u8 *dst, u32 *dst_size, u32 dst_nb_comp) |
GF_EXPORT GF_Err | gf_img_png_dec (u8 *png, u32 png_size, u32 *width, u32 *height, u32 *pixel_format, u8 *dst, u32 *dst_size) |
GF_EXPORT GF_Err | gf_img_png_enc (u8 *data, u32 width, u32 height, s32 stride, u32 pixel_format, u8 *dst, u32 *dst_size) |