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

  /external/libvpx/vpx_mem/
vpx_mem.c 38 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
  /external/libvpx/vpx_mem/intel_linux/
vpx_mem.c 99 static unsigned char *g_p_mng_memory_raw = NULL; variable
694 g_p_mng_memory_raw =
697 if (g_p_mng_memory_raw)
699 g_p_mng_memory = (unsigned char *)((((unsigned int)g_p_mng_memory_raw) +
703 _P(printf("[vpx][mm] total memory size:%d g_p_mng_memory_raw:0x%x g_p_mng_memory:0x%x\n"
705 , (unsigned int)g_p_mng_memory_raw

Completed in 32 milliseconds