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

  /external/libvpx/libvpx/vpx/
vpx_image.h 129 int self_allocd; /**< private */ member in struct:vpx_image
  /external/libvpx/libvpx/vpx/src/
vpx_image.c 105 img->self_allocd = 1;
245 if (img->self_allocd) free(img);
  /external/libvpx/libvpx/vp9/
vp9_iface_common.h 78 img->self_allocd = 0;
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 226 img->self_allocd = 0;

Completed in 371 milliseconds