Home
last modified time | relevance | path

Searched refs:pv_alloc_ptr (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/xaacdec/
DSoftXAAC.cpp923 pVOID pv_alloc_ptr; in initXAACDecoder() local
991 pv_alloc_ptr = memalign(4, ui_proc_mem_tabs_size); in initXAACDecoder()
992 if (pv_alloc_ptr == NULL) { in initXAACDecoder()
997 mMemoryVec.push(pv_alloc_ptr); in initXAACDecoder()
1000 err_code = ixheaacd_dec_api(mXheaacCodecHandle, IA_API_CMD_SET_MEMTABS_PTR, 0, pv_alloc_ptr); in initXAACDecoder()
1015 pVOID pv_alloc_ptr; in initXAACDecoder() local
1030 pv_alloc_ptr = memalign(ui_alignment, ui_size); in initXAACDecoder()
1031 if (pv_alloc_ptr == NULL) { in initXAACDecoder()
1035 mMemoryVec.push(pv_alloc_ptr); in initXAACDecoder()
1038 err_code = ixheaacd_dec_api(mXheaacCodecHandle, IA_API_CMD_SET_MEM_PTR, i, pv_alloc_ptr); in initXAACDecoder()
[all …]
/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.cpp757 pVOID pv_alloc_ptr; in initXAACDecoder() local
765 pv_alloc_ptr = memalign(4, ui_proc_mem_tabs_size); in initXAACDecoder()
766 if (!pv_alloc_ptr) { in initXAACDecoder()
770 mMemoryVec.push(pv_alloc_ptr); in initXAACDecoder()
776 pv_alloc_ptr); in initXAACDecoder()
815 pv_alloc_ptr = memalign(ui_alignment, ui_size); in initXAACDecoder()
816 if (!pv_alloc_ptr) { in initXAACDecoder()
821 mMemoryVec.push(pv_alloc_ptr); in initXAACDecoder()
827 pv_alloc_ptr); in initXAACDecoder()
830 mInputBuffer = (pWORD8)pv_alloc_ptr; in initXAACDecoder()
[all …]