Home
last modified time | relevance | path

Searched refs:iMP3DecExt (Results 1 – 2 of 2) sorted by relevance

/external/opencore/codecs_v2/omx/omx_mp3/src/
Dmp3_dec.cpp27 iMP3DecExt = NULL; in Mp3Decoder()
46 if (!iMP3DecExt) in Mp3DecInit()
48 iMP3DecExt = OSCL_NEW(tPVMP3DecoderExternal, ()); in Mp3DecInit()
49 if (!iMP3DecExt) in Mp3DecInit()
53 iMP3DecExt->inputBufferCurrentLength = 0; in Mp3DecInit()
58 iAudioMp3Decoder->StartL(iMP3DecExt, false, false, false, EqualizType); in Mp3DecInit()
59 iMP3DecExt->inputBufferMaxLength = 512; in Mp3DecInit()
83 if (iMP3DecExt) in Mp3DecDeinit()
85 OSCL_DELETE(iMP3DecExt); in Mp3DecDeinit()
86 iMP3DecExt = NULL; in Mp3DecDeinit()
[all …]
/external/opencore/codecs_v2/omx/omx_mp3/include/
Dmp3_dec.h57 tPVMP3DecoderExternal* iMP3DecExt; variable