Editing Talk:VSH Exports
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
Exports (2428) | Exports (2428) | ||
* https://gist.github.com/anonymous/331c41b7b60af35c62363700ad88e6b3 | * https://gist.github.com/anonymous/331c41b7b60af35c62363700ad88e6b3 | ||
* validated | * validated | ||
= | = sys/external exports = | ||
* Note: TBA means To Be Announced | |||
== cellAdec == | |||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
! Import NID!! Notes!! Usage | ! Import NID !! Notes !! Usage | ||
|- | |- | ||
| | | TBA|| cellAdecQueryAttr|| | ||
|- | |- | ||
| | | TBA|| cellAdecOpen|| | ||
|- | |- | ||
| | | TBA|| cellAdecClose|| | ||
|- | |- | ||
| | | TBA|| cellAdecStartSeq|| | ||
|- | |- | ||
| | | TBA|| cellAdecEndSeq|| | ||
|- | |- | ||
| | | TBA|| cellAdecDecodeAu|| | ||
|- | |- | ||
| | | TBA|| cellAdecGetPcm|| | ||
|- | |- | ||
| | | TBA|| cellAdecGetPcmItem|| | ||
|- | |- | ||
|} | |} | ||
== | |||
== cellAtrac== | |||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
! Import NID!! Notes!! Usage | ! Import NID !! Notes !! Usage | ||
|- | |- | ||
| | | TBA|| cellAtracSetDataAndGetMemSize|| | ||
|- | |- | ||
| | | TBA|| cellAtracCreateDecoder|| | ||
|- | |- | ||
| | | TBA|| cellAtracDeleteDecoder|| | ||
|- | |- | ||
| | | TBA|| cellAtracDecode|| | ||
|- | |- | ||
| | | TBA|| cellAtracAddStreamData|| | ||
|- | |- | ||
| | | TBA|| cellAtracGetSecondBufferInfo|| | ||
|- | |- | ||
| | | TBA|| cellAtracSetSecondBuffer|| | ||
|- | |- | ||
| | | TBA|| cellAtracGetRemainFrame|| | ||
|- | |- | ||
| | | TBA|| cellAtracGetStreamDataInfo|| | ||
|- | |- | ||
| | | TBA|| cellAtracGetChannel|| | ||
|- | |- | ||
| | | TBA|| cellAtracGetMaxSample|| | ||
|- | |- | ||
| | | TBA|| cellAtracGetNextSample|| | ||
|- | |- | ||
| | | TBA|| cellAtracGetSoundInfo|| | ||
|- | |- | ||
| | | TBA|| cellAtracGetNextDecodePosition|| | ||
|- | |- | ||
| | | TBA|| cellAtracGetBitrate|| | ||
|- | |- | ||
| | | TBA|| cellAtracGetLoopInfo|| | ||
|- | |- | ||
| | | TBA|| cellAtracIsSecondBufferNeeded|| | ||
|- | |- | ||
| | | TBA|| cellAtracSetLoopNum|| | ||
|- | |- | ||
| | | TBA|| cellAtracGetBufferInfoForResetting|| | ||
|- | |- | ||
| | | TBA|| cellAtracResetPlayPosition|| | ||
|- | |- | ||
| | | TBA|| cellAtracGetInternalErrorInfo|| | ||
|- | |- | ||
| | | TBA|| cellAtracGetSamplingRate|| | ||
|- | |- | ||
|} | |} | ||
== cellAudio == | == cellAudio == | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
! Import NID!! Notes!! Usage | ! Import NID !! Notes !! Usage | ||
|- | |- | ||
| | | TBA|| cellAudioInit|| | ||
|- | |- | ||
| | | TBA|| cellAudioQuit|| | ||
|- | |- | ||
| | | TBA|| cellAudioPortOpen|| | ||
|- | |- | ||
| | | TBA|| cellAudioPortClose|| | ||
|- | |- | ||
| | | TBA|| cellAudioPortStart|| | ||
|- | |- | ||
| | | TBA|| cellAudioPortStop|| | ||
|- | |- | ||
| | | TBA|| cellAudioGetPortConfig|| | ||
|- | |- | ||
| | | TBA|| cellAudioGetPortBlockTag|| | ||
|- | |- | ||
| | | TBA|| cellAudioGetPortTimestamp|| | ||
|- | |- | ||
| | | TBA|| cellAudioSetPortLevel|| | ||
|- | |- | ||
| | | TBA|| cellAudioSetNotifyEventQueue|| | ||
|- | |- | ||
| | | TBA|| cellAudioRemoveNotifyEventQueue|| | ||
|- | |- | ||
|} | |} | ||
== cellDmux == | == cellDmux == | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
! Import NID!! Notes!! Usage | ! Import NID !! Notes !! Usage | ||
|- | |- | ||
| | | TBA|| cellDmuxQueryAttr|| | ||
|- | |- | ||
| | | TBA|| cellDmuxOpen|| | ||
|- | |- | ||
| | | TBA|| cellDmuxClose|| | ||
|- | |- | ||
| | | TBA|| cellDmuxSetStream|| | ||
|- | |- | ||
| | | TBA|| cellDmuxResetStream|| | ||
|- | |- | ||
| | | TBA|| cellDmuxQueryEsAttr|| | ||
|- | |- | ||
| | | TBA|| cellDmuxEnableEs|| | ||
|- | |- | ||
| | | TBA|| cellDmuxDisableEs|| | ||
|- | |- | ||
| | | TBA|| cellDmuxGetAu|| | ||
|- | |- | ||
| | | TBA|| cellDmuxReleaseAu|| | ||
|- | |- | ||
| | | TBA|| cellDmuxFlushEs|| | ||
|- | |- | ||
| | | TBA|| cellDmuxResetEs|| | ||
|- | |- | ||
| | | TBA|| cellDmuxOpenExt|| | ||
|- | |- | ||
|} | |} | ||
= | == sys_fs == | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
! Import NID !! Notes !! Usage | ! Import NID !! Notes !! Usage | ||
|- | |- | ||
| | | TBA|| cellFsOpen|| | ||
|- | |- | ||
| | | TBA|| cellFsRead|| | ||
|- | |- | ||
| | | TBA|| cellFsWrite|| | ||
|- | |- | ||
| | | TBA|| cellFsClose|| | ||
|- | |- | ||
| | | TBA|| cellFsOpendir|| | ||
|- | |- | ||
| | | TBA|| cellFsReaddir|| | ||
|- | |- | ||
| | | TBA|| cellFsClosedir|| | ||
|- | |- | ||
| | | TBA|| cellFsStat|| | ||
|- | |- | ||
| | | TBA|| cellFsFstat|| | ||
|- | |- | ||
| | | TBA|| cellFsMkdir|| | ||
|- | |- | ||
| | | TBA|| cellFsRename|| | ||
|- | |- | ||
| | | TBA|| cellFsRmdir|| | ||
|- | |- | ||
| | | TBA|| cellFsUnlink|| | ||
|- | |- | ||
| | | TBA|| cellFsLseek|| | ||
|- | |- | ||
| | | TBA|| cellFsFsync|| | ||
|- | |- | ||
| | | TBA|| cellFsFGetBlockSize|| | ||
|- | |- | ||
| | | TBA|| cellFsGetBlockSize|| | ||
|- | |- | ||
| | | TBA|| cellFsTruncate|| | ||
|- | |- | ||
| | | TBA|| cellFsFtruncate|| | ||
|- | |- | ||
| | | TBA|| cellFsUtime|| | ||
|- | |- | ||
| | | TBA|| cellFsChmod|| | ||
|- | |- | ||
| | | TBA|| cellFsStReadInit|| | ||
|- | |- | ||
| | | TBA|| cellFsStReadFinish|| | ||
|- | |- | ||
| | | TBA|| cellFsStReadGetRingBuf|| | ||
|- | |- | ||
| | | TBA|| cellFsStReadGetStatus|| | ||
|- | |- | ||
| | | TBA|| cellFsStReadGetRegid|| | ||
|- | |- | ||
| | | TBA|| cellFsStReadStart|| | ||
|- | |- | ||
| | | TBA|| cellFsStReadStop|| | ||
|- | |- | ||
| | | TBA|| cellFsStRead|| | ||
|- | |- | ||
| | | TBA|| cellFsStReadGetCurrentAddr|| | ||
|- | |- | ||
| | | TBA|| cellFsStReadPutCurrentAddr|| | ||
|- | |- | ||
| | | TBA|| cellFsStReadWait|| | ||
|- | |- | ||
| | | TBA|| cellFsStReadWaitCallback|| | ||
|- | |- | ||
| | | TBA|| cellFsOpen2|| | ||
|- | |- | ||
| | | TBA|| cellFsAccess|| | ||
|- | |- | ||
| | | TBA|| cellFsFcntl|| | ||
|- | |- | ||
| | | TBA|| cellFsChown|| | ||
|- | |- | ||
| | | TBA|| cellFsUtilNewfs|| | ||
|- | |- | ||
| | | TBA|| cellFsUtilMount|| | ||
|- | |- | ||
| | | TBA|| cellFsUtilUmount|| | ||
|- | |- | ||
| | | TBA|| cellFsUtilForceUmount|| | ||
|- | |- | ||
| | | TBA|| cellFsUtilSync|| | ||
|- | |- | ||
| | | TBA|| cellFsUtilDf|| | ||
|- | |- | ||
| | | TBA|| cellFsUtilGetMountInfoSize|| | ||
|- | |- | ||
| | | TBA|| cellFsUtilGetMountInfo|| | ||
|- | |- | ||
| | | TBA|| cellFsUtilGetFsInfoSize|| | ||
|- | |- | ||
| | | TBA|| cellFsUtilGetFsInfo|| | ||
|- | |- | ||
| | | TBA|| cellFsLink|| | ||
|- | |- | ||
| | | TBA|| cellFsSymbolicLink|| | ||
|- | |- | ||
| | | TBA|| cellFsFdatasync|| | ||
|- | |- | ||
| | | TBA|| cellFsFGetBlockSize2|| | ||
|- | |- | ||
| | | TBA|| cellFsGetBlockSize2|| | ||
|- | |- | ||
| | | TBA|| cellFsAclRead|| | ||
|- | |- | ||
| | | TBA|| cellFsAclWrite|| | ||
|- | |- | ||
| | | TBA|| cellFsMappedAllocate|| | ||
|- | |- | ||
| | | TBA|| cellFsMappedFree|| | ||
|- | |- | ||
| | | TBA|| cellFsLsnRead2|| | ||
|- | |- | ||
| | | TBA|| cellFsLsnGetCDASize|| | ||
|- | |- | ||
| | | TBA|| cellFsLsnGetCDA|| | ||
|- | |- | ||
| | | TBA|| cellFsLsnLock|| | ||
|- | |- | ||
| | | TBA|| cellFsLsnUnlock|| | ||
|- | |- | ||
| | | TBA|| cellFsLsnRead|| | ||
|- | |- | ||
|} | |} | ||
== | |||
== cellGcmSys == | |||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
! Import NID !! Notes !! Usage | ! Import NID !! Notes !! Usage | ||
|- | |- | ||
| | | TBA|| cellGcmAddressToOffset|| | ||
|- | |- | ||
| | | TBA|| cellGcmMapMainMemory|| | ||
|- | |- | ||
| | | TBA|| cellGcmGetConfiguration|| | ||
|- | |- | ||
| | | TBA|| cellGcmGetControlRegister|| | ||
|- | |- | ||
| | | TBA|| cellGcmGetTiledPitchSize|| | ||
|- | |- | ||
| | | TBA|| cellGcmSetVBlankHandler|| | ||
|- | |- | ||
| | | TBA|| cellGcmSetSecondVHandler|| | ||
|- | |- | ||
| | | TBA|| cellGcmSetGraphicsHandler|| | ||
|- | |- | ||
| | | TBA|| cellGcmSetFlipHandler|| | ||
|- | |- | ||
| | | TBA|| cellGcmSetQueueHandler|| | ||
|- | |- | ||
| | | TBA|| cellGcmSetUserHandler|| | ||
|- | |- | ||
| | | TBA|| cellGcmSetDebugOutputLevel|| | ||
|- | |- | ||
| | | TBA|| cellGcmSetDisplayBuffer|| | ||
|- | |- | ||
| | | TBA|| cellGcmSetFlip|| | ||
|- | |- | ||
| | | TBA|| cellGcmSetWaitFlip|| | ||
|- | |- | ||
| | | TBA|| cellGcmGetLastFlipTime|| | ||
|- | |- | ||
| | | TBA|| cellGcmSetFlipMode|| | ||
|- | |- | ||
| | | TBA|| cellGcmSetPrepareFlip|| | ||
|- | |- | ||
| | | TBA|| cellGcmSetFlipImmediate|| | ||
|- | |- | ||
| | | TBA|| cellGcmResetFlipStatus|| | ||
|- | |- | ||
| | | TBA|| cellGcmGetFlipStatus|| | ||
|- | |- | ||
| | | TBA|| cellGcmSetFlipVFrequency|| | ||
|- | |- | ||
| | | TBA|| cellGcmSetSecondVFrequency|| | ||
|- | |- | ||
| | | TBA|| cellGcmEmulateNewSwitch|| | ||
|- | |- | ||
| | | TBA|| cellGcmSetUserCommand|| | ||
|- | |- | ||
| | | TBA|| cellGcmSetTile|| | ||
|- | |- | ||
| | | TBA|| cellGcmSetInvalidateTile|| | ||
|- | |- | ||
| | | TBA|| cellGcmSetZcull|| | ||
|- | |- | ||
| | | TBA|| cellGcmInit|| | ||
|- | |- | ||
| | | TBA|| _cellGcmFunc1|| | ||
|- | |- | ||
| | | TBA|| _cellGcmFunc3|| | ||
|- | |- | ||
| | | TBA|| g_nvgle|| | ||
|- | |- | ||
|} | |} | ||
== | |||
== cellHttp == | |||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
! Import NID !! Notes !! Usage | ! Import NID !! Notes !! Usage | ||
|- | |- | ||
| | | TBA|| cellHttpInit|| | ||
|- | |- | ||
| | | TBA|| cellHttpEnd|| | ||
|- | |- | ||
| | | TBA|| cellHttpsInit|| | ||
|- | |- | ||
| | | TBA|| cellHttpsEnd|| | ||
|- | |- | ||
| | | TBA|| cellHttpSetProxy|| | ||
|- | |- | ||
| | | TBA|| cellHttpGetProxy|| | ||
|- | |- | ||
| | | TBA|| cellHttpInitCookie|| | ||
|- | |- | ||
| | | TBA|| cellHttpEndCookie|| | ||
|- | |- | ||
| | | TBA|| cellHttpAddCookie|| | ||
|- | |- | ||
| | | TBA|| cellHttpCreateClient|| | ||
|- | |- | ||
| | | TBA|| cellHttpDestroyClient|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientSetProxy|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientGetProxy|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientSetVersion|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientGetVersion|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientSetPipeline|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientGetPipeline|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientSetKeepAlive|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientGetKeepAlive|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientSetAutoRedirect|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientGetAutoRedirect|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientSetAutoAuthentication|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientGetAutoAuthentication|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientSetCookieStatus|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientGetCookieStatus|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientSetAuthenticationCallback|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientSetTransactionStateCallback|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientSetRedirectCallback|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientSetUserAgent|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientGetUserAgent|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientCloseAllConnections|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientCloseConnections|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientPollConnections|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientSetRecvTimeout|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientGetRecvTimeout|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientSetSendTimeout|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientGetSendTimeout|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientSetConnTimeout|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientGetConnTimeout|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientSetTotalPoolSize|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientGetTotalPoolSize|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientSetPerHostPoolSize|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientGetPerHostPoolSize|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientSetPerHostKeepAliveMax|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientGetPerHostKeepAliveMax|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientSetPerPipelineMax|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientGetPerPipelineMax|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientGetAllHeaders|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientGetHeader|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientSetHeader|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientAddHeader|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientDeleteHeader|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientSetSslCallback|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientSetSslClientCertificate|| | ||
|- | |- | ||
| | | TBA|| cellHttpCreateTransaction|| | ||
|- | |- | ||
| | | TBA|| cellHttpDestroyTransaction|| | ||
|- | |- | ||
| | | TBA|| cellHttpSendRequest|| | ||
|- | |- | ||
| | | TBA|| cellHttpRecvResponse|| | ||
|- | |- | ||
| | | TBA|| cellHttpTransactionGetUri|| | ||
|- | |- | ||
| | | TBA|| cellHttpTransactionCloseConnection|| | ||
|- | |- | ||
| | | TBA|| cellHttpTransactionReleaseConnection|| | ||
|- | |- | ||
| | | TBA|| cellHttpTransactionAbortConnection|| | ||
|- | |- | ||
| | | TBA|| cellHttpRequestSetContentLength|| | ||
|- | |- | ||
| | | TBA|| cellHttpRequestGetContentLength|| | ||
|- | |- | ||
| | | TBA|| cellHttpRequestGetAllHeaders|| | ||
|- | |- | ||
| | | TBA|| cellHttpRequestGetHeader|| | ||
|- | |- | ||
| | | TBA|| cellHttpRequestSetHeader|| | ||
|- | |- | ||
| | | TBA|| cellHttpRequestAddHeader|| | ||
|- | |- | ||
| | | TBA|| cellHttpRequestDeleteHeader|| | ||
|- | |- | ||
| | | TBA|| cellHttpResponseGetContentLength|| | ||
|- | |- | ||
| | | TBA|| cellHttpResponseGetStatusCode|| | ||
|- | |- | ||
| | | TBA|| cellHttpResponseGetAllHeaders|| | ||
|- | |- | ||
| | | TBA|| cellHttpResponseGetHeader|| | ||
|- | |- | ||
| | | TBA|| cellHttpResponseGetStatusLine|| | ||
|- | |- | ||
| | | TBA|| cellHttpTransactionGetSslCipherName|| | ||
|- | |- | ||
| | | TBA|| cellHttpTransactionGetSslCipherId|| | ||
|- | |- | ||
| | | TBA|| cellHttpTransactionGetSslCipherVersion|| | ||
|- | |- | ||
| | | TBA|| cellHttpTransactionGetSslCipherBits|| | ||
|- | |- | ||
| | | TBA|| cellHttpTransactionGetSslCipherString|| | ||
|- | |- | ||
| | | TBA|| cellHttpTransactionGetSslVersion|| | ||
|- | |- | ||
| | | TBA|| cellHttpTransactionGetSslId|| | ||
|- | |- | ||
| | | TBA|| cellHttpGetCookie|| | ||
|- | |- | ||
| | | TBA|| cellHttpCookieFlush|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientSetCookieSendCallback|| | ||
|- | |- | ||
| | | TBA|| cellHttpClientSetCookieRecvCallback|| | ||
|- | |- | ||
|} | |} | ||
== | |||
== cellHttpUtil == | |||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
! Import NID !! Notes !! Usage | ! Import NID !! Notes !! Usage | ||
|- | |- | ||
| | | TBA|| cellHttpUtilEscapeUri|| | ||
|- | |- | ||
| | | TBA|| cellHttpUtilUnescapeUri|| | ||
|- | |- | ||
| | | TBA|| cellHttpUtilFormUrlEncode|| | ||
|- | |- | ||
| | | TBA|| cellHttpUtilFormUrlDecode|| | ||
|- | |- | ||
| | | TBA|| cellHttpUtilCopyUri|| | ||
|- | |- | ||
| | | TBA|| cellHttpUtilCopyHeader|| | ||
|- | |- | ||
| | | TBA|| cellHttpUtilCopyStatusLine|| | ||
|- | |- | ||
| | | TBA|| cellHttpUtilMergeUriPath|| | ||
|- | |- | ||
| | | TBA|| cellHttpUtilAppendHeaderValue|| | ||
|- | |- | ||
| | | TBA|| cellHttpUtilParseUri|| | ||
|- | |- | ||
| | | TBA|| cellHttpUtilParseUriPath|| | ||
|- | |- | ||
| | | TBA|| cellHttpUtilParseProxy|| | ||
|- | |- | ||
| | | TBA|| cellHttpUtilParseStatusLine|| | ||
|- | |- | ||
| | | TBA|| cellHttpUtilParseHeader|| | ||
|- | |- | ||
| | | TBA|| cellHttpUtilBuildRequestLine|| | ||
|- | |- | ||
| | | TBA|| cellHttpUtilBuildHeader|| | ||
|- | |- | ||
| | | TBA|| cellHttpUtilSweepPath|| | ||
|- | |- | ||
| | | TBA|| cellHttpUtilBase64Encoder|| | ||
|- | |- | ||
| | | TBA|| cellHttpUtilBase64Decoder|| | ||
|- | |- | ||
|} | |} | ||
== | |||
== cellJpgDec == | |||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
! Import NID !! Notes !! Usage | ! Import NID !! Notes !! Usage | ||
|- | |- | ||
| | | TBA|| cellJpgDecCreate|| | ||
|- | |- | ||
| | | TBA|| cellJpgDecOpen|| | ||
|- | |- | ||
| | | TBA|| cellJpgDecReadHeader|| | ||
|- | |- | ||
| | | TBA|| cellJpgDecSetParameter|| | ||
|- | |- | ||
| | | TBA|| cellJpgDecDecodeData|| | ||
|- | |- | ||
| | | TBA|| cellJpgDecClose|| | ||
|- | |- | ||
| | | TBA|| cellJpgDecDestroy|| | ||
|- | |- | ||
| | | TBA|| cellJpgDecExtCreate|| | ||
|- | |- | ||
| | | TBA|| cellJpgDecExtOpen|| | ||
|- | |- | ||
| | | TBA|| cellJpgDecExtReadHeader|| | ||
|- | |- | ||
| | | TBA|| cellJpgDecExtSetParameter|| | ||
|- | |- | ||
| | | TBA|| cellJpgDecExtDecodeData|| | ||
|- | |- | ||
|} | |} |