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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_image.h 115 #define VPX_PLANE_PACKED 0 /**< To be used for all packed formats */
121 #define PLANE_PACKED VPX_PLANE_PACKED
  /external/libvpx/libvpx/vpx/
vpx_image.h 119 #define VPX_PLANE_PACKED 0 /**< To be used for all packed formats */
125 #define PLANE_PACKED VPX_PLANE_PACKED
  /external/libvpx/libvpx/vpx/src/
vpx_image.c 235 img->planes[VPX_PLANE_PACKED] =
236 img->img_data + x * img->bps / 8 + y * img->stride[VPX_PLANE_PACKED];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
vpx_image.c 210 img->planes[VPX_PLANE_PACKED] =
211 img->img_data + x * img->bps / 8 + y * img->stride[VPX_PLANE_PACKED];

Completed in 54 milliseconds