amcodecMy Project
|
codec_type.h File Reference
Definitions of codec type and structures. More...
#include "amports/amstream.h"
#include "amports/vformat.h"
#include "amports/aformat.h"
#include "ppmgr/ppmgr.h"
Include dependency graph for codec_type.h:

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

Go to the source code of this file.
Classes | |
struct | dec_sysinfo_t |
struct | audio_info_t |
struct | Asf_audio_info_t |
struct | codec_para_t |
struct | subtitle_info_t |
struct | arm_audio_info |
Defines | |
#define | MAX_SUB_NUM (32) |
#define | IS_VALID_PID(t) (t>=0 && t<=0x1fff) |
#define | IS_VALID_STREAM(t) (t>0 && t<=0x1fff) |
#define | IS_VALID_ATYPE(t) (t>=0 && t<AFORMAT_MAX) |
#define | IS_VALID_VTYPE(t) (t>=0 && t<VFORMAT_MAX) |
#define | AUDIO_ARC_DECODER 0 |
#define | AUDIO_ARM_DECODER 1 |
#define | AUDIO_FFMPEG_DECODER 2 |
#define | AUDIO_ARMWFD_DECODER 3 |
Typedefs | |
typedef int | CODEC_HANDLE |
Enumerations | |
enum | stream_type_t { STREAM_TYPE_UNKNOW, STREAM_TYPE_ES_VIDEO, STREAM_TYPE_ES_AUDIO, STREAM_TYPE_ES_SUB, STREAM_TYPE_PS, STREAM_TYPE_TS, STREAM_TYPE_RM } |
Detailed Description
Definitions of codec type and structures.
Definition in file codec_type.h.
Generated on Tue Dec 2 2014 21:58:59 for amcodecMy Project by
