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

  /external/libvpx/vpx_mem/
vpx_mem.h 137 # define vpx_calloc(num, size) xvpx_calloc(num, size, __FILE__, __LINE__)
147 void *xvpx_calloc(size_t num, size_t size, char *file, int line);
vpx_mem.c 286 void *xvpx_calloc(size_t num, size_t size, char *file, int line) function
  /external/libvpx/vpx_mem/intel_linux/
vpx_mem.c 460 void *xvpx_calloc(size_t num, size_t size, char *file, int line) function

Completed in 90 milliseconds