HomeSort by relevance Sort by last modified time
    Searched refs:mDecoderBuf (Results 1 - 9 of 9) sorted by null

  /frameworks/base/media/libstagefright/include/
AMRWBDecoder.h 48 void *mDecoderBuf;
MP3Decoder.h 53 void *mDecoderBuf;
AACDecoder.h 52 void *mDecoderBuf;
  /frameworks/base/media/libstagefright/codecs/mp3dec/
SoftMP3.cpp 46 mDecoderBuf(NULL),
58 if (mDecoderBuf != NULL) {
59 free(mDecoderBuf);
60 mDecoderBuf = NULL;
115 mDecoderBuf = malloc(memRequirements);
117 pvmp3_InitDecoder(mConfig, mDecoderBuf);
220 if ((decoderErr = pvmp3_framedecoder(mConfig, mDecoderBuf))
290 pvmp3_InitDecoder(mConfig, mDecoderBuf);
SoftMP3.h 53 void *mDecoderBuf;
  /frameworks/base/media/libstagefright/codecs/aacdec/
SoftAAC.h 52 void *mDecoderBuf;
SoftAAC.cpp 45 mDecoderBuf(NULL),
57 free(mDecoderBuf);
58 mDecoderBuf = NULL;
115 mDecoderBuf = malloc(memRequirements);
117 Int err = PVMP4AudioDecoderInitLibrary(mConfig, mDecoderBuf);
248 Int err = PVMP4AudioDecoderConfig(mConfig, mDecoderBuf);
303 Int decoderErr = PVMP4AudioDecodeFrame(mConfig, mDecoderBuf);
429 PVMP4AudioDecoderResetBuffer(mDecoderBuf);
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/
SoftAMR.h 60 void *mDecoderBuf;
SoftAMR.cpp 47 mDecoderBuf(NULL),
69 free(mDecoderBuf);
70 mDecoderBuf = NULL;
135 mDecoderBuf = malloc(memReq);
137 pvDecoder_AmrWb_Init(&mState, mDecoderBuf, &mDecoderCookie);
344 mDecoderBuf, frameType, mDecoderCookie);

Completed in 115 milliseconds