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

/external/libvpx/vpx_mem/
H A Dvpx_mem.c39 static unsigned char *g_p_mng_memory = NULL; variable
41 static unsigned char g_p_mng_memory[TOTAL_MEMORY_TO_ALLOCATE]; variable
529 g_p_mng_memory = (unsigned char *)((((unsigned int)g_p_mng_memory_raw) +
533 _P(printf("[vpx][mm] total memory size:%d g_p_mng_memory_raw:0x%x g_p_mng_memory:0x%x\n"
536 , (unsigned int)g_p_mng_memory);)
546 if (g_p_mng_memory)
559 _P(printf("[vpx][mm] memory size:%d for vpx memory manager. g_p_mng_memory:0x%x chunk_size:%d\n"
561 , (unsigned int)g_p_mng_memory
564 hmm_new_chunk(&hmm_d, (void *)g_p_mng_memory, chunk_size);

Completed in 18 milliseconds