Searched refs:PLANE_U (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
H A Dvpx_image.h123 #define PLANE_U VPX_PLANE_U macro
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderVP9HWR.cpp619 srcLine = (const uint8_t *)img->planes[PLANE_U];
623 srcLine += img->stride[PLANE_U];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dy4minput.c935 _img->stride[PLANE_U] = _img->stride[PLANE_V] = c_w;
937 _img->planes[PLANE_U] = _y4m->dst_buf + pic_sz;

Completed in 154 milliseconds