Searched refs:mDecoderBuf (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.h60 void *mDecoderBuf; member in struct:android::SoftAMR
H A DSoftAMR.cpp47 mDecoderBuf(NULL),
69 free(mDecoderBuf);
70 mDecoderBuf = NULL;
135 mDecoderBuf = malloc(memReq);
137 pvDecoder_AmrWb_Init(&mState, mDecoderBuf, &mDecoderCookie);
376 mDecoderBuf, frameType, mDecoderCookie);
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.h54 void *mDecoderBuf; member in struct:android::SoftMP3
H A DSoftMP3.cpp46 mDecoderBuf(NULL),
58 if (mDecoderBuf != NULL) {
59 free(mDecoderBuf);
60 mDecoderBuf = NULL;
115 mDecoderBuf = malloc(memRequirements);
117 pvmp3_InitDecoder(mConfig, mDecoderBuf);
233 if ((decoderErr = pvmp3_framedecoder(mConfig, mDecoderBuf))
315 pvmp3_InitDecoder(mConfig, mDecoderBuf);

Completed in 352 milliseconds