amcodecMy Project: codec_error.h File Reference

amcodec

codec_error.h File Reference

Codec error type definitions. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define C_PAE   (0x01000000)
#define CODEC_ERROR_NONE   ( 0)
#define CODEC_ERROR_INVAL   (C_PAE | 1)
#define CODEC_ERROR_NOMEM   (C_PAE | 2)
#define CODEC_ERROR_BUSY   (C_PAE | 3)
#define CODEC_ERROR_IO   (C_PAE | 4)
#define CODEC_ERROR_PARAMETER   (C_PAE | 5)
#define CODEC_ERROR_AUDIO_TYPE_UNKNOW   (C_PAE | 6)
#define CODEC_ERROR_VIDEO_TYPE_UNKNOW   (C_PAE | 7)
#define CODEC_ERROR_STREAM_TYPE_UNKNOW   (C_PAE | 8)
#define CODEC_ERROR_VDEC_TYPE_UNKNOW   (C_PAE | 9)
#define CODEC_ERROR_INIT_FAILED   (C_PAE | 10)
#define CODEC_ERROR_SET_BUFSIZE_FAILED   (C_PAE | 11)
#define CODEC_OPEN_HANDLE_FAILED   (C_PAE | 12)

Detailed Description

Codec error type definitions.

Author:
Zhang Chen <[email protected]>
Version:
1.0.0
Date:
2011-02-24

Definition in file codec_error.h.

Generated on Tue Dec 2 2014 21:58:58 for amcodecMy Project by   doxygen 1.7.6.1