Template:CELL ERROR FACILITY CODEC - 0x061
Jump to navigation
Jump to search
ADEC errors
Name | Errorcode | Remarks |
---|---|---|
CELL_ADEC_ERROR_FATAL | 0x80610001 | |
CELL_ADEC_ERROR_SEQ | 0x80610002 | |
CELL_ADEC_ERROR_ARG | 0x80610003 | |
CELL_ADEC_ERROR_BUSY | 0x80610004 | |
CELL_ADEC_ERROR_EMPTY | 0x80610005 |
Jpgdec errors
Name | Errorcode | Remarks |
---|---|---|
CELL_JPGDEC_ERROR_HEADER | 0x80611101 | Header of stream is not a JPEG header |
CELL_JPGDEC_ERROR_STREAM_FORMAT | 0x80611102 | Error in the stream, or the stream format is not supported |
CELL_JPGDEC_ERROR_ARG | 0x80611103 | Error in arguments of function |
CELL_JPGDEC_ERROR_SEQ | 0x80611104 | Error in execution procedure of function |
CELL_JPGDEC_ERROR_BUSY | 0x80611105 | Internal state of decoder is in BUSY state |
CELL_JPGDEC_ERROR_FATAL | 0x80611106 | Fatal error |
CELL_JPGDEC_ERROR_OPEN_FILE | 0x80611107 | Error in opening file |
CELL_JPGDEC_ERROR_SPU_UNSUPPORT | 0x80611108 | Tried to decode progressive JPEG data on SPUs |
CELL_JPGDEC_ERROR_CB_PARAM | 0x80611109 | Error in user-defined parameters for callback function |
Jpgenc errors
Name | Errorcode | Remarks |
---|---|---|
CELL_JPGENC_ERROR_ARG | 0x80611191 | Specified argument is invalid |
CELL_JPGENC_ERROR_SEQ | 0x80611192 | Function calling sequence is invalid |
CELL_JPGENC_ERROR_BUSY | 0x80611193 | Internal state of the encoder is BUSY, and the operation requested by the upper-level program cannot be executed. This error occurs when the queue inside the encoder (of instructions by the upper-level program) is full. |
CELL_JPGENC_ERROR_EMPTY | 0x80611194 | No encoding results are available in the encoder |
CELL_JPGENC_ERROR_RESET | 0x80611195 | Blocking wait was released with a cellJpgEncReset() call |
CELL_JPGENC_ERROR_FATAL | 0x80611196 | Internal state of the encoder is in an unexpected state. This error cannot usually occur. For example, this error can occur when there is an inconsistency in the configuration of data managed internally by the encoder. This error can also occur when a write error occurs when the stream output is to a file. |
CELL_JPGENC_ERROR_STREAM_ABORT | 0x806111A1 | Encoding was aborted with cellJpgEncReset(). The output stream is undefined. |
CELL_JPGENC_ERROR_STREAM_SKIP | 0x806111A2 | Encoding was skipped with cellJpgEncReset(). |
CELL_JPGENC_ERROR_STREAM_OVERFLOW | 0x806111A3 | Size of the stream exceeded the maximum allowed (when the output is to a buffer) |
CELL_JPGENC_ERROR_STREAM_FILE_OPEN | 0x806111A4 | File could not be opened (when the output is to a file) |
Pngdec errors
Name | Errorcode | Remarks |
---|---|---|
CELL_PNGDEC_ERROR_HEADER | 0x80611201 | Error in PNG header |
CELL_PNGDEC_ERROR_STREAM_FORMAT | 0x80611202 | Error in PNG stream |
CELL_PNGDEC_ERROR_ARG | 0x80611203 | Error in argument value |
CELL_PNGDEC_ERROR_SEQ | 0x80611204 | Error in calling sequence |
CELL_PNGDEC_ERROR_BUSY | 0x80611205 | Decoder is BUSY |
CELL_PNGDEC_ERROR_FATAL | 0x80611206 | Fatal error |
CELL_PNGDEC_ERROR_OPEN_FILE | 0x80611207 | File open error |
CELL_PNGDEC_ERROR_SPU_UNSUPPORT | 0x80611208 | Tried to decode data undecodable by the SPU |
CELL_PNGDEC_ERROR_SPU_ERROR | 0x80611209 | SPU decoding error |
CELL_PNGDEC_ERROR_CB_PARAM | 0x8061120a | Error in the user-defined parameters for the callback function |
Pngenc errors
Name | Errorcode | Remarks |
---|---|---|
CELL_PNGENC_ERROR_ARG | 0x80611291 | Problem with the argument |
CELL_PNGENC_ERROR_SEQ | 0x80611292 | Problem with the calling sequence |
CELL_PNGENC_ERROR_BUSY | 0x80611293 | The encoder is in the busy state, and the requested operation cannot be executed. This error occurs when the queue inside the encoder storing instructions from the upper-level program becomes full |
CELL_PNGENC_ERROR_EMPTY | 0x80611294 | No encoding results are available in the encoder |
CELL_PNGENC_ERROR_RESET | 0x80611295 | Blocking wait was released with a cellPngEncReset() call |
CELL_PNGENC_ERROR_FATAL | 0x80611296 | An error occurred during the writing of the stream's output file. Or, the encoder has fallen into an unexpected state because, for example, a bug has occurred in the data structure within the encoder |
CELL_PNGENC_ERROR_STREAM_ABORT | 0x806112A1 | Encode processing is aborted by the calling of cellPngEncReset(). The output stream is undefined |
CELL_PNGENC_ERROR_STREAM_SKIP | 0x806112A2 | Encode processing is skipped by the calling of cellPngEncReset() |
CELL_PNGENC_ERROR_STREAM_OVERFLOW | 0x806112A3 | Size of the stream exceeded the maximum allowed (when the output is to a buffer) |
CELL_PNGENC_ERROR_STREAM_FILE_OPEN | 0x806112A4 | The output destination file could not be opened |
Gifdec errors
Name | Errorcode | Remarks |
---|---|---|
CELL_GIFDEC_ERROR_OPEN_FILE | 0x80611300 | Error while attempting to open a file |
CELL_GIFDEC_ERROR_STREAM_FORMAT | 0x80611301 | Error in the GIF stream |
CELL_GIFDEC_ERROR_SEQ | 0x80611302 | Error in the calling sequence |
CELL_GIFDEC_ERROR_ARG | 0x80611303 | Error in the argument values |
CELL_GIFDEC_ERROR_FATAL | 0x80611304 | Fatal error |
CELL_GIFDEC_ERROR_SPU_UNSUPPORT | 0x80611305 | Tried to decode on SPUs a stream unsupported by SPUs |
CELL_GIFDEC_ERROR_SPU_ERROR | 0x80611306 | SPU decoding error |
CELL_GIFDEC_ERROR_CB_PARAM | 0x80611307 | Error in the parameters specified for the callback function |
AC3 errors
Name | Errorcode | Remarks |
---|---|---|
CELL_ADEC_ERROR_AC3_BUSY | 0x80612500 | |
CELL_ADEC_ERROR_AC3_EMPTY | 0x80612501 | |
CELL_ADEC_ERROR_AC3_PARAM | 0x80612502 | |
CELL_ADEC_ERROR_AC3_FRAME | 0x80612503 |
Other 0x061 Errors
Name | Errorcode | Remarks |
---|---|---|
0x80610180 | Fatal error occurred with the decoder itself CELL_VDEC_ERROR_FATAL indicates that an error having to do with the decoder itself occurred. For example, this error will occur if a data structure inside the decoder required for the decoding process becomes inconsistent due to an unknown reason and decoding cannot be continued. Statuses other than CELL_VDEC_ERROR_FATAL indicate that an unexpected error occurred with the OS or library used inside the decoder. In such cases, too, the decoding process cannot be continued. CELL_OK will never be returned for the status. [1] |