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

/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.cpp46 mDecoderBuf(NULL),
60 if (mDecoderBuf != NULL) {
61 free(mDecoderBuf);
62 mDecoderBuf = NULL;
117 mDecoderBuf = malloc(memRequirements);
119 pvmp3_InitDecoder(mConfig, mDecoderBuf);
337 if ((decoderErr = pvmp3_framedecoder(mConfig, mDecoderBuf))
442 pvmp3_InitDecoder(mConfig, mDecoderBuf);
477 pvmp3_InitDecoder(mConfig, mDecoderBuf);
H A DSoftMP3.h55 void *mDecoderBuf; member in struct:android::SoftMP3
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.h61 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);
484 mDecoderBuf, frameType, mDecoderCookie);

Completed in 998 milliseconds