Home
last modified time | relevance | path

Searched refs:PLANE_Y (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_image.h122 #define PLANE_Y VPX_PLANE_Y macro
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9HWR.cpp610 const uint8_t *srcLine = (const uint8_t *)img->planes[PLANE_Y]; in FillRenderBuffer()
615 srcLine += img->stride[PLANE_Y]; in FillRenderBuffer()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dy4minput.c934 _img->stride[PLANE_Y] = _img->stride[PLANE_ALPHA] = _y4m->pic_w; in y4m_input_fetch_frame()
936 _img->planes[PLANE_Y] = _y4m->dst_buf; in y4m_input_fetch_frame()
/hardware/qcom/camera/QCamera2/stack/mm-lib2d-interface/src/
Dmm_lib2d.c227 p_frame->frame[0].plane[0].plane_type = PLANE_Y; in lib2d_fill_img_frame()