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

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/
H A Dvpx_mem.c39 static unsigned char *g_p_mng_memory_raw = NULL; variable
504 g_p_mng_memory_raw =
507 if (g_p_mng_memory_raw) {
508 g_p_mng_memory = (unsigned char *)((((unsigned int)g_p_mng_memory_raw) +
512 _P(printf("[vpx][mm] total memory size:%d g_p_mng_memory_raw:0x%x g_p_mng_memory:0x%x\n"
514 , (unsigned int)g_p_mng_memory_raw
/external/libvpx/libvpx/vpx_mem/
H A Dvpx_mem.c38 static unsigned char *g_p_mng_memory_raw = NULL; variable
480 g_p_mng_memory_raw =
483 if (g_p_mng_memory_raw) {
484 g_p_mng_memory = (unsigned char *)((((unsigned int)g_p_mng_memory_raw) +
488 _P(printf("[vpx][mm] total memory size:%d g_p_mng_memory_raw:0x%x g_p_mng_memory:0x%x\n"
490 , (unsigned int)g_p_mng_memory_raw

Completed in 134 milliseconds