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

  /external/libvpx/libvpx/vpx_mem/
vpx_mem.c 40 void *vpx_calloc(size_t num, size_t size) { function
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/
vpx_mem.h 70 void *vpx_calloc(size_t num, size_t size);
110 # define calloc vpx_calloc
131 # define vpx_calloc(num, size) xvpx_calloc(num, size, __FILE__, __LINE__) macro
vpx_mem.c 141 void *vpx_calloc(size_t num, size_t size) { function

Completed in 65 milliseconds