Lines Matching refs:ystride
569 unsigned int ystride, cstride; in getYUVPlaneInfo() local
580 ystride = cstride = hnd->width; in getYUVPlaneInfo()
582 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height); in getYUVPlaneInfo()
583 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height + 1); in getYUVPlaneInfo()
584 ycbcr->ystride = ystride; in getYUVPlaneInfo()
593 ystride = cstride = hnd->width; in getYUVPlaneInfo()
595 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height); in getYUVPlaneInfo()
596 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + 1); in getYUVPlaneInfo()
597 ycbcr->ystride = ystride; in getYUVPlaneInfo()
604 ystride = hnd->width; in getYUVPlaneInfo()
607 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height); in getYUVPlaneInfo()
608 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + in getYUVPlaneInfo()
610 ycbcr->ystride = ystride; in getYUVPlaneInfo()