amcodecMy Project: codec_error.h Source File

amcodec

codec_error.h
Go to the documentation of this file.
00001 
00008 /* Copyright (C) 2007-2011, Amlogic Inc.
00009 * All right reserved
00010 * 
00011 */
00012 
00013 #ifndef CODEC_ERROR_H_
00014 #define CODEC_ERROR_H_
00015 
00016 #define C_PAE                               (0x01000000)
00017 
00018 #define CODEC_ERROR_NONE                    ( 0)
00019 #define CODEC_ERROR_INVAL                   (C_PAE | 1)
00020 #define CODEC_ERROR_NOMEM                   (C_PAE | 2)
00021 #define CODEC_ERROR_BUSY                    (C_PAE | 3)
00022 #define CODEC_ERROR_IO                      (C_PAE | 4)
00023 #define CODEC_ERROR_PARAMETER               (C_PAE | 5)
00024 #define CODEC_ERROR_AUDIO_TYPE_UNKNOW       (C_PAE | 6)
00025 #define CODEC_ERROR_VIDEO_TYPE_UNKNOW       (C_PAE | 7)
00026 #define CODEC_ERROR_STREAM_TYPE_UNKNOW      (C_PAE | 8)
00027 #define CODEC_ERROR_VDEC_TYPE_UNKNOW        (C_PAE | 9)
00028 
00029 #define CODEC_ERROR_INIT_FAILED             (C_PAE | 10)
00030 #define CODEC_ERROR_SET_BUFSIZE_FAILED      (C_PAE | 11)
00031 #define CODEC_OPEN_HANDLE_FAILED            (C_PAE | 12)
00032 
00033 
00034 
00035 
00036 #endif
00037 
Generated on Tue Dec 2 2014 21:58:54 for amcodecMy Project by   doxygen 1.7.6.1