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

  /external/libvpx/vpx/
vpx_image.h 57 VPX_IMG_FMT_VPXYV12 = VPX_IMG_FMT_PLANAR | VPX_IMG_FMT_UV_FLIP | 3, /** < planar 4:2:0 format with vpx color space */
92 #define IMG_FMT_VPXYV12 VPX_IMG_FMT_VPXYV12 /**< \deprecated Use #VPX_IMG_FMT_VPXYV12 */
  /external/libvpx/vpx/src/
vpx_image.c 60 case VPX_IMG_FMT_VPXYV12:
74 case VPX_IMG_FMT_VPXYV12:
87 case VPX_IMG_FMT_VPXYV12:
  /external/libvpx/vp8/
vp8_cx_iface.c 235 case VPX_IMG_FMT_VPXYV12:
588 yv12->clrtype = (img->fmt == VPX_IMG_FMT_VPXI420 || img->fmt == VPX_IMG_FMT_VPXYV12); //REG_YUV = 0
    [all...]
vp8_dx_iface.c 567 yv12->clrtype = (img->fmt == VPX_IMG_FMT_VPXI420 || img->fmt == VPX_IMG_FMT_VPXYV12);

Completed in 31 milliseconds