Lines Matching refs:ystride
657 unsigned int ystride, cstride; in getYUVPlaneInfo() local
668 ystride = cstride = hnd->width; in getYUVPlaneInfo()
670 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height); in getYUVPlaneInfo()
671 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height + 1); in getYUVPlaneInfo()
672 ycbcr->ystride = ystride; in getYUVPlaneInfo()
683 ystride = cstride = hnd->width; in getYUVPlaneInfo()
685 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height); in getYUVPlaneInfo()
686 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + 1); in getYUVPlaneInfo()
687 ycbcr->ystride = ystride; in getYUVPlaneInfo()
694 ystride = hnd->width; in getYUVPlaneInfo()
697 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height); in getYUVPlaneInfo()
698 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + in getYUVPlaneInfo()
700 ycbcr->ystride = ystride; in getYUVPlaneInfo()