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

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/
vpx_mem.c 59 g_memcpy_func g_memcpy; member in struct:GLOBAL_FUNC_POINTERS
67 # define VPX_MEMCPY_L g_func->g_memcpy
629 g_func->g_memcpy = g_memcpy_l;
vpx_mem_tracker.c 64 static mem_track_memcpy_func g_memcpy = memcpy; variable
69 # define MEM_TRACK_MEMCPY g_memcpy
721 g_memcpy = g_memcpy_l;
  /external/libvpx/libvpx/vpx_mem/
vpx_mem.c 59 g_memcpy_func g_memcpy; member in struct:GLOBAL_FUNC_POINTERS
67 # define VPX_MEMCPY_L g_func->g_memcpy
629 g_func->g_memcpy = g_memcpy_l;
vpx_mem_tracker.c 64 static mem_track_memcpy_func g_memcpy = memcpy; variable
69 # define MEM_TRACK_MEMCPY g_memcpy
721 g_memcpy = g_memcpy_l;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/
vpx_mem.c 59 g_memcpy_func g_memcpy; member in struct:GLOBAL_FUNC_POINTERS
67 # define VPX_MEMCPY_L g_func->g_memcpy
629 g_func->g_memcpy = g_memcpy_l;
vpx_mem_tracker.c 64 static mem_track_memcpy_func g_memcpy = memcpy; variable
69 # define MEM_TRACK_MEMCPY g_memcpy
721 g_memcpy = g_memcpy_l;

Completed in 332 milliseconds