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

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/
vpx_mem.c 40 static unsigned char *g_p_mng_memory = NULL; variable
42 static unsigned char g_p_mng_memory[TOTAL_MEMORY_TO_ALLOCATE]; variable
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"
515 , (unsigned int)g_p_mng_memory);)
523 if (g_p_mng_memory)
536 _P(printf("[vpx][mm] memory size:%d for vpx memory manager. g_p_mng_memory:0x%x chunk_size:%d\n"
538 , (unsigned int)g_p_mng_memory
541 hmm_new_chunk(&hmm_d, (void *)g_p_mng_memory, chunk_size);
  /external/libvpx/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
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"
491 , (unsigned int)g_p_mng_memory);)
499 if (g_p_mng_memory)
512 _P(printf("[vpx][mm] memory size:%d for vpx memory manager. g_p_mng_memory:0x%x chunk_size:%d\n"
514 , (unsigned int)g_p_mng_memory
517 hmm_new_chunk(&hmm_d, (void *)g_p_mng_memory, chunk_size);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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
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"
491 , (unsigned int)g_p_mng_memory);)
499 if (g_p_mng_memory)
512 _P(printf("[vpx][mm] memory size:%d for vpx memory manager. g_p_mng_memory:0x%x chunk_size:%d\n"
514 , (unsigned int)g_p_mng_memory
517 hmm_new_chunk(&hmm_d, (void *)g_p_mng_memory, chunk_size);

Completed in 587 milliseconds