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

  /external/libvpx/vpx_mem/
vpx_mem.c 594 int new_num_aaus; local
597 new_num_aaus = (size >> SHIFT_HMM_ADDR_ALIGN_UNIT) + 1;
599 if (old_num_aaus == new_num_aaus)
605 i_rv = hmm_resize(&hmm_d, memblk, new_num_aaus);
616 new_num_aaus = (size >> SHIFT_HMM_ADDR_ALIGN_UNIT) + 1;
617 p_from_malloc = hmm_alloc(&hmm_d, new_num_aaus);
  /external/libvpx/vpx_mem/intel_linux/
vpx_mem.c 764 int new_num_aaus; local
767 new_num_aaus = (size >> SHIFT_HMM_ADDR_ALIGN_UNIT) + 1;
769 if (old_num_aaus == new_num_aaus)
775 i_rv = hmm_resize(&hmm_d, memblk, new_num_aaus);
786 new_num_aaus = (size >> SHIFT_HMM_ADDR_ALIGN_UNIT) + 1;
787 p_from_malloc = hmm_alloc(&hmm_d, new_num_aaus);

Completed in 66 milliseconds