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

/external/libvpx/vpx_mem/
H A Dvpx_mem.c38 static unsigned char *g_p_mng_memory_raw = NULL; variable
524 g_p_mng_memory_raw =
527 if (g_p_mng_memory_raw)
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"
535 , (unsigned int)g_p_mng_memory_raw

Completed in 52 milliseconds