#define OMX_AUDIO_AACERAll 0x7FFFFFFF |
all AAC ER tools allowed/used
Definition at line 256 of file OMX_Audio.h.
#define OMX_AUDIO_AACERHCR 0x00000004 |
HCR: Huffman Codeword Reordering
Definition at line 255 of file OMX_Audio.h.
#define OMX_AUDIO_AACERNone 0x00000000 |
MPEG-4 AAC error resilience (ER) tool usage (for nAACERtools in OMX_AUDIO_PARAM_AACPROFILETYPE). Required for ER encoder configuration and optional as decoder info output no AAC ER tools allowed/used
Definition at line 252 of file OMX_Audio.h.
#define OMX_AUDIO_AACERRVLC 0x00000002 |
RVLC: Reversible Variable Length Coding
Definition at line 254 of file OMX_Audio.h.
#define OMX_AUDIO_AACERVCB11 0x00000001 |
VCB11: Virtual Code Books for AAC section data
Definition at line 253 of file OMX_Audio.h.
#define OMX_AUDIO_AACToolAll 0x7FFFFFFF |
all AAC tools allowed or active (
Definition at line 248 of file OMX_Audio.h.
#define OMX_AUDIO_AACToolIS 0x00000002 |
IS: Intensity stereo tool allowed or active
Definition at line 244 of file OMX_Audio.h.
#define OMX_AUDIO_AACToolLTP 0x00000010 |
LTP: MPEG-4 Long Term Prediction tool allowed or active
Definition at line 247 of file OMX_Audio.h.
#define OMX_AUDIO_AACToolMS 0x00000001 |
MS: Mid/side joint coding tool allowed or active
Definition at line 243 of file OMX_Audio.h.
#define OMX_AUDIO_AACToolNone 0x00000000 |
AAC tool usage (for nAACtools in OMX_AUDIO_PARAM_AACPROFILETYPE). Required for encoder configuration and optional as decoder info output. For MP3, OMX_AUDIO_CHANNELMODETYPE is sufficient. no AAC tools allowed (encoder config) or active (decoder info output)
Definition at line 242 of file OMX_Audio.h.
#define OMX_AUDIO_AACToolPNS 0x00000008 |
PNS: MPEG-4 Perceptual Noise substitution tool allowed or active
Definition at line 246 of file OMX_Audio.h.
#define OMX_AUDIO_AACToolTNS 0x00000004 |
TNS: Temporal Noise Shaping tool allowed or active
Definition at line 245 of file OMX_Audio.h.
#define OMX_AUDIO_MAXCHANNELS 16 |
maximum number distinct audio channels that a buffer may contain
Definition at line 149 of file OMX_Audio.h.
#define OMX_MIN_PCMPAYLOAD_MSEC 5 |
Minimum audio buffer payload size for uncompressed (PCM) audio
Definition at line 150 of file OMX_Audio.h.
AAC mode type. Note that the term profile is used with the MPEG-2 standard and the term object type and profile is used with MPEG-4
Definition at line 224 of file OMX_Audio.h.
Definition at line 210 of file OMX_Audio.h.
AMR band mode
Definition at line 507 of file OMX_Audio.h.
AMR Discontinuous Transmission mode
Definition at line 531 of file OMX_Audio.h.
AMR Frame format
Definition at line 490 of file OMX_Audio.h.
CDMA Rate types
Definition at line 654 of file OMX_Audio.h.
Audio channel mode. This is used by both AAC and MP3, although the names are more appropriate for the MP3. For example, JointStereo for MP3 is CouplingChannels for AAC.
Definition at line 174 of file OMX_Audio.h.
Definition at line 135 of file OMX_Audio.h.
enum OMX_AUDIO_CODINGTYPE |
Enumeration used to define the possible audio codings. If "OMX_AUDIO_CodingUnused" is selected, the coding selection must be done in a vendor specific way. Since this is for an audio processing element this enum is relevant. However, for another type of component other enums would be in this area.
Definition at line 63 of file OMX_Audio.h.
enum OMX_AUDIO_G723RATE |
G723 rate
OMX_AUDIO_G723ModeUnused | AMRNB Mode unused / unknown |
OMX_AUDIO_G723ModeLow | 5300 bps |
OMX_AUDIO_G723ModeHigh | 6300 bps |
OMX_AUDIO_G723ModeMax |
Definition at line 420 of file OMX_Audio.h.
enum OMX_AUDIO_G726MODE |
ITU G726 (ADPCM) rate
Definition at line 444 of file OMX_Audio.h.
enum OMX_AUDIO_G729TYPE |
G729 coder type
Definition at line 467 of file OMX_Audio.h.
Definition at line 186 of file OMX_Audio.h.
PCM mode type
OMX_AUDIO_PCMModeLinear | Linear PCM encoded data |
OMX_AUDIO_PCMModeALaw | A law PCM encoded data (G.711) |
OMX_AUDIO_PCMModeMULaw | Mu law PCM encoded data (G.711) |
OMX_AUDIO_PCMModeMax |
Definition at line 127 of file OMX_Audio.h.
RealAudio format
Definition at line 350 of file OMX_Audio.h.
SBC Allocation Method Type
OMX_AUDIO_SBCAllocMethodLoudness | Loudness allocation method |
OMX_AUDIO_SBCAllocMethodSNR | SNR allocation method |
OMX_AUDIO_SBCAllocMethodMax |
Definition at line 379 of file OMX_Audio.h.
WMA Version
Definition at line 312 of file OMX_Audio.h.
WMA Profile
Definition at line 322 of file OMX_Audio.h.