HomeSort by relevance Sort by last modified time
    Searched defs:vpx_memcpy (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/
vpx_mem.h 74 void *vpx_memcpy(void *dest, const void *src, size_t length);
116 # define memcpy vpx_memcpy
162 # define vpx_memcpy memcpy macro
vpx_mem.c 420 void *vpx_memcpy(void *dest, const void *source, size_t length) { function
424 _P(printf("WARNING: vpx_memcpy dest:0x%x source:0x%x len:%d\n", (int)dest, (int)source, length);)
586 vpx_memcpy(p_from_malloc, memblk, size);
vpx_mem_tracker.c 51 #undef vpx_memcpy macro
74 # define MEM_TRACK_MEMCPY vpx_memcpy
138 extern void *vpx_memcpy(void *dest, const void *src, size_t length);
  /external/libvpx/libvpx/vpx_mem/
vpx_mem.h 74 void *vpx_memcpy(void *dest, const void *src, size_t length);
113 # define memcpy vpx_memcpy
159 # define vpx_memcpy memcpy macro
vpx_mem.c 419 void *vpx_memcpy(void *dest, const void *source, size_t length) { function
423 _P(printf("WARNING: vpx_memcpy dest:0x%x source:0x%x len:%d\n", (int)dest, (int)source, length);)
562 vpx_memcpy(p_from_malloc, memblk, size);
vpx_mem_tracker.c 51 #undef vpx_memcpy macro
74 # define MEM_TRACK_MEMCPY vpx_memcpy
138 extern void *vpx_memcpy(void *dest, const void *src, size_t length);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/
vpx_mem.h 74 void *vpx_memcpy(void *dest, const void *src, size_t length);
113 # define memcpy vpx_memcpy
159 # define vpx_memcpy memcpy macro
vpx_mem.c 419 void *vpx_memcpy(void *dest, const void *source, size_t length) { function
423 _P(printf("WARNING: vpx_memcpy dest:0x%x source:0x%x len:%d\n", (int)dest, (int)source, length);)
562 vpx_memcpy(p_from_malloc, memblk, size);
vpx_mem_tracker.c 51 #undef vpx_memcpy macro
74 # define MEM_TRACK_MEMCPY vpx_memcpy
138 extern void *vpx_memcpy(void *dest, const void *src, size_t length);

Completed in 94 milliseconds