vitasdk
Documentation of the vitasdk
|
Go to the source code of this file.
Enumerations | |
enum | SceJpegArmErrorCode { SCE_JPEG_ARM_OK = 0 } |
Error Codes. More... | |
Functions | |
int | sceJpegArmDecodeMJpeg (const SceUInt8 *pJpeg, SceSize isize, SceInt decodeMode, void *pRGBA, SceSize osize, void *pCoefBuffer, SceSize coefBufferSize) |
int | sceJpegArmDecodeMJpegYCbCr (const SceUInt8 *pJpeg, SceSize isize, SceInt decodeMode, SceUInt8 *pYCbCr, SceSize osize, void *pCoefBuffer, SceSize coefBufferSize) |
int | sceJpegArmGetOutputInfo (const SceUInt8 *pJpeg, SceSize isize, SceInt decodeMode, SceInt outputFormat, SceJpegOutputInfo *pOutputInfo) |