gf_img_jpeg_dec 312 include/gpac/avparse.h 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_img_jpeg_dec 112 modules/img_in/jpeg_dec.c e = gf_img_jpeg_dec(inBuffer, inBufferLength, &ctx->width, &ctx->height, &ctx->pixel_format, outBuffer, outBufferLength, ctx->BPP); gf_img_jpeg_dec 324 src/compositor/mpeg4_textures.c e = gf_img_jpeg_dec((char *) ct->data, ct->data_len, &txh->width, &txh->height, &txh->pixelformat, NULL, &out_size, 3); gf_img_jpeg_dec 331 src/compositor/mpeg4_textures.c e = gf_img_jpeg_dec((char *) ct->data, ct->data_len, &txh->width, &txh->height, &txh->pixelformat, txh->data, &out_size, BPP); gf_img_jpeg_dec 743 src/media_tools/img.c e = gf_img_jpeg_dec(data, fsize, width, height, pixel_format, NULL, dst_size, 0); gf_img_jpeg_dec 746 src/media_tools/img.c return gf_img_jpeg_dec(data, fsize, width, height, pixel_format, *dst, dst_size, 0); gf_img_jpeg_dec 2129 src/scene_manager/swf_parse.c e = gf_img_jpeg_dec( (char *) buf+skip, size-skip, &w, &h, &pf, raw, &osize, 4);