Searched refs:iMP3DecExt (Results 1 – 2 of 2) sorted by relevance
27 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 …]
57 tPVMP3DecoderExternal* iMP3DecExt; variable