Template:CELL ERROR FACILITY CODEC - 0x061: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
Line 143: Line 143:
|-
|-
| CELL_GIFDEC_ERROR_CB_PARAM || 0x80611307 || Error in the parameters specified for the callback function
| CELL_GIFDEC_ERROR_CB_PARAM || 0x80611307 || Error in the parameters specified for the callback function
|-
|}
=== AT3 errors ===
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;"
|- bgcolor="#cccccc"
! Name !! <abbr title="0x8*******">Errorcode</abbr> !! Remarks
|-
| CELL_ADEC_ERROR_AT3_OFFSET || 0x80612100 ||
|-
| CELL_ADEC_ERROR_AT3_OK || 0x80612100 ||
|-
| CELL_ADEC_ERROR_AT3_BUSY || 0x80612164 ||
|-
| CELL_ADEC_ERROR_AT3_EMPTY || 0x80612165 ||
|-
| CELL_ADEC_ERROR_AT3_ERROR || 0x80612180 ||
|-
|-
|}
|}

Revision as of 08:18, 7 July 2015

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

AT3 errors

Name Errorcode Remarks
CELL_ADEC_ERROR_AT3_OFFSET 0x80612100
CELL_ADEC_ERROR_AT3_OK 0x80612100
CELL_ADEC_ERROR_AT3_BUSY 0x80612164
CELL_ADEC_ERROR_AT3_EMPTY 0x80612165
CELL_ADEC_ERROR_AT3_ERROR 0x80612180

M4AAC errors

Name Errorcode Remarks
CELL_ADEC_ERROR_M4AAC_FATAL 0x80612401
CELL_ADEC_ERROR_M4AAC_SEQ 0x80612402
CELL_ADEC_ERROR_M4AAC_ARG 0x80612403
CELL_ADEC_ERROR_M4AAC_BUSY 0x80612404
CELL_ADEC_ERROR_M4AAC_EMPTY 0x80612405
CELL_ADEC_ERROR_M4AAC_BUFFER_OVERFLOW 0x80612406
CELL_ADEC_ERROR_M4AAC_END_OF_BITSTREAM 0x80612407
CELL_ADEC_ERROR_M4AAC_CH_CONFIG_INCONSISTENCY 0x80612410
CELL_ADEC_ERROR_M4AAC_NO_CH_DEFAULT_POS 0x80612411
CELL_ADEC_ERROR_M4AAC_INVALID_CH_POS 0x80612412
CELL_ADEC_ERROR_M4AAC_UNANTICIPATED_COUPLING_CH 0x80612413
CELL_ADEC_ERROR_M4AAC_INVALID_LAYER_ID 0x80612414
CELL_ADEC_ERROR_M4AAC_ADTS_SYNCWORD_ERROR 0x80612415
CELL_ADEC_ERROR_M4AAC_INVALID_ADTS_ID 0x80612416
CELL_ADEC_ERROR_M4AAC_CH_CHANGED 0x80612417
CELL_ADEC_ERROR_M4AAC_SAMPLING_FREQ_CHANGED 0x80612418
CELL_ADEC_ERROR_M4AAC_WRONG_SBR_CH 0x80612419
CELL_ADEC_ERROR_M4AAC_WRONG_SCALE_FACTOR 0x8061241a
CELL_ADEC_ERROR_M4AAC_INVALID_BOOKS 0x8061241b
CELL_ADEC_ERROR_M4AAC_INVALID_SECTION_DATA 0x8061241c
CELL_ADEC_ERROR_M4AAC_PULSE_IS_NOT_LONG 0x8061241d
CELL_ADEC_ERROR_M4AAC_GC_IS_NOT_SUPPORTED 0x8061241e
CELL_ADEC_ERROR_M4AAC_INVALID_ELEMENT_ID 0x8061241f
CELL_ADEC_ERROR_M4AAC_NO_CH_CONFIG 0x80612420
CELL_ADEC_ERROR_M4AAC_UNEXPECTED_OVERLAP_CRC 0x80612421
CELL_ADEC_ERROR_M4AAC_CRC_BUFFER_EXCEEDED 0x80612422
CELL_ADEC_ERROR_M4AAC_INVALID_CRC 0x80612423
CELL_ADEC_ERROR_M4AAC_BAD_WINDOW_CODE 0x80612424
CELL_ADEC_ERROR_M4AAC_INVALID_ADIF_HEADER_ID 0x80612425
CELL_ADEC_ERROR_M4AAC_NOT_SUPPORTED_PROFILE 0x80612426
CELL_ADEC_ERROR_M4AAC_PROG_NUMBER_NOT_FOUND 0x80612427
CELL_ADEC_ERROR_M4AAC_INVALID_SAMP_RATE_INDEX 0x80612428
CELL_ADEC_ERROR_M4AAC_UNANTICIPATED_CH_CONFIG 0x80612429
CELL_ADEC_ERROR_M4AAC_PULSE_OVERFLOWED 0x8061242a
CELL_ADEC_ERROR_M4AAC_CAN_NOT_UNPACK_INDEX 0x8061242b
CELL_ADEC_ERROR_M4AAC_DEINTERLEAVE_FAILED 0x8061242c
CELL_ADEC_ERROR_M4AAC_CALC_BAND_OFFSET_FAILED 0x8061242d
CELL_ADEC_ERROR_M4AAC_GET_SCALE_FACTOR_FAILED 0x8061242e
CELL_ADEC_ERROR_M4AAC_GET_CC_GAIN_FAILED 0x8061242f
CELL_ADEC_ERROR_M4AAC_MIX_COUPLING_CH_FAILED 0x80612430
CELL_ADEC_ERROR_M4AAC_GROUP_IS_INVALID 0x80612431
CELL_ADEC_ERROR_M4AAC_PREDICT_FAILED 0x80612432
CELL_ADEC_ERROR_M4AAC_INVALID_PREDICT_RESET_PATTERN 0x80612433
CELL_ADEC_ERROR_M4AAC_INVALID_TNS_FRAME_INFO 0x80612434
CELL_ADEC_ERROR_M4AAC_GET_MASK_FAILED 0x80612435
CELL_ADEC_ERROR_M4AAC_GET_GROUP_FAILED 0x80612436
CELL_ADEC_ERROR_M4AAC_GET_LPFLAG_FAILED 0x80612437
CELL_ADEC_ERROR_M4AAC_INVERSE_QUANTIZATION_FAILED 0x80612438
CELL_ADEC_ERROR_M4AAC_GET_CB_MAP_FAILED 0x80612439
CELL_ADEC_ERROR_M4AAC_GET_PULSE_FAILED 0x8061243a
CELL_ADEC_ERROR_M4AAC_MONO_MIXDOWN_ELEMENT_IS_NOT_SUPPORTED 0x8061243b
CELL_ADEC_ERROR_M4AAC_STEREO_MIXDOWN_ELEMENT_IS_NOT_SUPPORTED 0x8061243c
CELL_ADEC_ERROR_M4AAC_SBR_CH_OVERFLOW 0x80612480
CELL_ADEC_ERROR_M4AAC_SBR_NOSYNCH 0x80612481
CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_PROGRAM 0x80612482
CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_TAG 0x80612483
CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_CHN_CONFIG 0x80612484
CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_SECTION 0x80612485
CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_SCFACTORS 0x80612486
CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_PULSE_DATA 0x80612487
CELL_ADEC_ERROR_M4AAC_SBR_MAIN_PROFILE_NOT_IMPLEMENTED 0x80612488
CELL_ADEC_ERROR_M4AAC_SBR_GC_NOT_IMPLEMENTED 0x80612489
CELL_ADEC_ERROR_M4AAC_SBR_ILLEGAL_PLUS_ELE_ID 0x8061248a
CELL_ADEC_ERROR_M4AAC_SBR_CREATE_ERROR 0x8061248b
CELL_ADEC_ERROR_M4AAC_SBR_NOT_INITIALIZED 0x8061248c
CELL_ADEC_ERROR_M4AAC_SBR_INVALID_ENVELOPE 0x8061248d

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

CELP errors

Name Errorcode Remarks
CELL_ADEC_ERROR_CELP_BUSY 0x80612e01
CELL_ADEC_ERROR_CELP_EMPTY 0x80612e02
CELL_ADEC_ERROR_CELP_ARG 0x80612e03
CELL_ADEC_ERROR_CELP_SEQ 0x80612e04
CELL_ADEC_ERROR_CELP_CORE_FATAL 0x80612e81
CELL_ADEC_ERROR_CELP_CORE_ARG 0x80612e82
CELL_ADEC_ERROR_CELP_CORE_SEQ 0x80612e83

CELP8 errors

Name Errorcode Remarks
CELL_ADEC_ERROR_CELP8_BUSY 0x80612ea1
CELL_ADEC_ERROR_CELP8_EMPTY 0x80612ea2
CELL_ADEC_ERROR_CELP8_ARG 0x80612ea3
CELL_ADEC_ERROR_CELP8_SEQ 0x80612ea4
CELL_ADEC_ERROR_CELP8_CORE_FATAL 0x80612eb1
CELL_ADEC_ERROR_CELP8_CORE_ARG 0x80612eb2
CELL_ADEC_ERROR_CELP8_CORE_SEQ 0x80612eb3

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]