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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dpsy_main.c82 Word32 *scratchTNS; local
89 scratchTNS = (Word32 *)mem_malloc(pMemOP, nChan * FRAME_LEN_LONG * sizeof(Word32), 32, VO_INDEX_ENC_AAC);
90 if(NULL == scratchTNS)
106 hPsy->pScratchTns = scratchTNS;

Completed in 129 milliseconds