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

  /hardware/google/av/media/codecs/xaac/
C2SoftXaacDec.h 29 #define MAX_MEM_ALLOCS 100
79 void* mMemoryArray[MAX_MEM_ALLOCS];
C2SoftXaacDec.cpp 182 for (int i = 0; i < MAX_MEM_ALLOCS; i++) mMemoryArray[i] = nullptr;
    [all...]
  /frameworks/av/media/libstagefright/codecs/xaacdec/
SoftXAAC.h 36 #define MAX_MEM_ALLOCS 100
124 void* mMemoryArray[MAX_MEM_ALLOCS];
SoftXAAC.cpp     [all...]
  /external/libxaac/test/
ixheaacd_main.c 58 #define MAX_MEM_ALLOCS 100
96 pVOID g_pv_arr_alloc_memory[MAX_MEM_ALLOCS];
141 /* Globals : pVOID g_pv_arr_alloc_memory[MAX_MEM_ALLOCS]; */
    [all...]
ixheaacd_main_flush_csd.c 67 #define MAX_MEM_ALLOCS 100
109 pVOID g_pv_arr_alloc_memory[MAX_MEM_ALLOCS];
223 /* Globals : pVOID g_pv_arr_alloc_memory[MAX_MEM_ALLOCS]; */
    [all...]

Completed in 102 milliseconds