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

  /external/libvpx/vpx_mem/
vpx_mem.c 46 static hmm_descriptor hmm_d; variable
130 addr = hmm_alloc(&hmm_d, number_aau);
211 hmm_free(&hmm_d, addr);
553 hmm_init(&hmm_d);
564 hmm_new_chunk(&hmm_d, (void *)g_p_mng_memory, chunk_size);
605 i_rv = hmm_resize(&hmm_d, memblk, new_num_aaus);
617 p_from_malloc = hmm_alloc(&hmm_d, new_num_aaus);
622 hmm_free(&hmm_d, memblk);
  /external/libvpx/vpx_mem/intel_linux/
vpx_mem.c 107 static hmm_descriptor hmm_d; variable
206 addr = hmm_alloc(&hmm_d, number_aau);
287 hmm_free(&hmm_d, addr);
723 hmm_init(&hmm_d);
734 hmm_new_chunk(&hmm_d, (void *)g_p_mng_memory, chunk_size);
775 i_rv = hmm_resize(&hmm_d, memblk, new_num_aaus);
787 p_from_malloc = hmm_alloc(&hmm_d, new_num_aaus);
792 hmm_free(&hmm_d, memblk);

Completed in 19 milliseconds