Lines Matching full:planes
575 yv12->y_buffer = img->planes[VPX_PLANE_Y];
576 yv12->u_buffer = img->planes[VPX_PLANE_U];
577 yv12->v_buffer = img->planes[VPX_PLANE_V];
913 ctx->preview_img.planes[VPX_PLANE_Y] = sd.y_buffer;
914 ctx->preview_img.planes[VPX_PLANE_U] = sd.u_buffer;
915 ctx->preview_img.planes[VPX_PLANE_V] = sd.v_buffer;