Home
last modified time | relevance | path

Searched refs:MEMORY_SECTION (Results 1 – 4 of 4) sorted by relevance

/external/aac/libFDK/include/
DFDK_matrixCalloc.h115 void* fdkCallocMatrix1D_int(UINT dim1, UINT size, MEMORY_SECTION s);
116 void* fdkCallocMatrix1D_int_aligned(UINT dim1, UINT size, MEMORY_SECTION s);
127 void** fdkCallocMatrix2D_int(UINT dim1, UINT dim2, UINT size, MEMORY_SECTION s);
131 MEMORY_SECTION s);
144 MEMORY_SECTION s);
/external/aac/libFDK/src/
DFDK_matrixCalloc.cpp111 void *fdkCallocMatrix1D_int(UINT dim, UINT size, MEMORY_SECTION s) { in fdkCallocMatrix1D_int()
115 void *fdkCallocMatrix1D_int_aligned(UINT dim, UINT size, MEMORY_SECTION s) { in fdkCallocMatrix1D_int_aligned()
189 MEMORY_SECTION s) { in fdkCallocMatrix2D_int()
212 MEMORY_SECTION s) { in fdkCallocMatrix2D_int_aligned()
279 MEMORY_SECTION s) { in fdkCallocMatrix3D_int()
/external/aac/libSYS/include/
DgenericStds.h134 } MEMORY_SECTION; typedef
437 void *FDKcalloc_L(const UINT n, const UINT size, MEMORY_SECTION s);
443 void *FDKaalloc_L(const UINT size, const UINT alignment, MEMORY_SECTION s);
/external/aac/libSYS/src/
DgenericStds.cpp241 void *FDKcalloc_L(const UINT dim, const UINT size, MEMORY_SECTION s) { in FDKcalloc_L()
247 void *FDKaalloc_L(const UINT size, const UINT alignment, MEMORY_SECTION s) { in FDKaalloc_L()