Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_image.h124 #define PLANE_V VPX_PLANE_V macro
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9HWR.cpp627 srcLine = (const uint8_t *)img->planes[PLANE_V]; in FillRenderBuffer()
631 srcLine += img->stride[PLANE_V]; in FillRenderBuffer()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dy4minput.c935 _img->stride[PLANE_U] = _img->stride[PLANE_V] = c_w; in y4m_input_fetch_frame()
938 _img->planes[PLANE_V] = _y4m->dst_buf + pic_sz + c_sz; in y4m_input_fetch_frame()