vitasdk
Documentation of the vitasdk

Detailed Description

Exports for User.


Using this library in your project

Include the header file in your project:


Link the library to the executable:

SceJpegArm_stub


Load the required module:

int sceSysmoduleLoadModuleInternal(SceSysmoduleInternalModuleId id)
Load an internal module.
@ SCE_SYSMODULE_INTERNAL_JPEG_ARM
sceJpegArm module
Definition: sysmodule.h:119



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)
 

Enumeration Type Documentation

◆ SceJpegArmErrorCode

Error Codes.

Enumerator
SCE_JPEG_ARM_OK 

Function Documentation

◆ sceJpegArmDecodeMJpeg()

int sceJpegArmDecodeMJpeg ( const SceUInt8 pJpeg,
SceSize  isize,
SceInt  decodeMode,
void *  pRGBA,
SceSize  osize,
void *  pCoefBuffer,
SceSize  coefBufferSize 
)

◆ sceJpegArmDecodeMJpegYCbCr()

int sceJpegArmDecodeMJpegYCbCr ( const SceUInt8 pJpeg,
SceSize  isize,
SceInt  decodeMode,
SceUInt8 pYCbCr,
SceSize  osize,
void *  pCoefBuffer,
SceSize  coefBufferSize 
)

◆ sceJpegArmGetOutputInfo()

int sceJpegArmGetOutputInfo ( const SceUInt8 pJpeg,
SceSize  isize,
SceInt  decodeMode,
SceInt  outputFormat,
SceJpegOutputInfo pOutputInfo 
)