Home
last modified time | relevance | path

Searched refs:VPX_IMG_FMT_VPXYV12 (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx/src/
Dvpx_image.c57 case VPX_IMG_FMT_VPXYV12: bps = 12; break; in img_alloc_helper()
73 case VPX_IMG_FMT_VPXYV12: in img_alloc_helper()
85 case VPX_IMG_FMT_VPXYV12: in img_alloc_helper()
/external/libvpx/libvpx/vpx/
Dvpx_image.h56 VPX_IMG_FMT_VPXYV12 = VPX_IMG_FMT_PLANAR | VPX_IMG_FMT_UV_FLIP | enumerator
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c263 case VPX_IMG_FMT_VPXYV12: break; in validate_img()