Home
last modified time | relevance | path

Searched refs:VPX_IMG_FMT_I422 (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dy4menc.c18 fmt == VPX_IMG_FMT_I422 ? "C422\n" : in y4m_write_file_header()
Dy4minput.c788 _y4m->vpx_fmt = VPX_IMG_FMT_I422; in y4m_input_open()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_image.h59 VPX_IMG_FMT_I422 = VPX_IMG_FMT_PLANAR | 5, enumerator
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_iface_common.h25 img->fmt = VPX_IMG_FMT_I422; in yuvconfig2image()
Dvp9_cx_iface.c265 case VPX_IMG_FMT_I422: in validate_img()