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

  /external/libvpx/vpx_mem/
vpx_mem.c 39 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);
  /external/libvpx/vpx_mem/intel_linux/
vpx_mem.c 100 static unsigned char *g_p_mng_memory = NULL; variable
102 static unsigned char g_p_mng_memory[TOTAL_MEMORY_TO_ALLOCATE]; variable
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"
706 , (unsigned int)g_p_mng_memory);)
716 if (g_p_mng_memory)
729 _P(printf("[vpx][mm] memory size:%d for vpx memory manager. g_p_mng_memory:0x%x chunk_size:%d\n"
731 , (unsigned int)g_p_mng_memory
734 hmm_new_chunk(&hmm_d, (void *)g_p_mng_memory, chunk_size);

Completed in 309 milliseconds