int sceJpegDeleteMJpeg(void)
Deletes the current decoder context.
int sceJpegCreateMJpeg(int width, int height)
Creates the decoder context.
int sceJpegDecodeMJpeg(u8 *jpegbuf, SceSize size, void *rgba, u32 unk)
Decodes a mjpeg frame.
int sceJpegFinishMJpeg(void)
Finishes the MJpeg library.
int sceJpegInitMJpeg(void)
Inits the MJpeg library.
unsigned int SceSize
Definition pspkerneltypes.h:27
unsigned char size
Definition pspsysmem_kernel.h:6
unsigned char unk
Definition pspsysmem_kernel.h:5
uint8_t u8
Definition psptypes.h:38
float x
Definition psptypes.h:0
uint32_t u32
Definition psptypes.h:41