examples/SFExamples/oggvorbiscodec/src/omx/decoder/OmxVorbisDecoder.cpp File Reference
Go to the source code of this file.
Functions |
| _LIT (KVorbisDecoder,"VorbisDecoder") |
TInt | ProcessingThread (TAny *aComponent) |
OMX_ERRORTYPE | OMX_ComponentInit (OMX_HANDLETYPE hComponent) |
Variables |
const TInt | KIndexInputPort = 0 |
const TInt | KIndexOutputPort = 1 |
const TInt | KVorbisDecoderInputBufferSize = 0x2000 |
const TInt | KVorbisDecoderOutputBufferSize = 0x4000 |
const TInt | KThreadStackSize = 16384 |
const TInt | KDefaultOutputBitsPerSample = 16 |
const OMX_NUMERICALDATATYPE | KDefaultOutputDataType = OMX_NumericalDataSigned |
Detailed Description
Definition in file OmxVorbisDecoder.cpp.