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

  /frameworks/av/media/libstagefright/codecs/xaacdec/
SoftXAAC.cpp 183 if (mMemoryArray[loop] == NULL) {
191 if (mMemoryArray[loop]) free(mMemoryArray[loop]);
    [all...]
SoftXAAC.h 124 void* mMemoryArray[MAX_MEM_ALLOCS];
  /hardware/google/av/media/codecs/xaac/
C2SoftXaacDec.cpp 140 mMemoryArray{nullptr},
182 for (int i = 0; i < MAX_MEM_ALLOCS; i++) mMemoryArray[i] = nullptr;
218 if (mMemoryArray[loop]) {
219 free(mMemoryArray[loop]);
598 if (!mMemoryArray[mMallocCount]) {
599 mMemoryArray[mMallocCount] = memalign(4, pui_api_size);
600 if (!mMemoryArray[mMallocCount]) {
607 mXheaacCodecHandle = (pVOID)((WORD8*)mMemoryArray[mMallocCount]);
638 if (!mMemoryArray[mMallocCount]) {
639 mMemoryArray[mMallocCount] = memalign(4, ui_proc_mem_tabs_size)
    [all...]
C2SoftXaacDec.h 79 void* mMemoryArray[MAX_MEM_ALLOCS];

Completed in 247 milliseconds