Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dy4menc.c17 fmt == VPX_IMG_FMT_I444 ? "C444\n" : in y4m_write_file_header()
Dy4minput.c825 _y4m->vpx_fmt = VPX_IMG_FMT_I444; in y4m_input_open()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_image.h60 VPX_IMG_FMT_I444 = VPX_IMG_FMT_PLANAR | 6, enumerator
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_iface_common.h22 img->fmt = VPX_IMG_FMT_I444; in yuvconfig2image()
Dvp9_cx_iface.c266 case VPX_IMG_FMT_I444: in validate_img()