Lines Matching refs:ystride
648 unsigned int ystride, cstride; in getYUVPlaneInfo() local
659 ystride = cstride = hnd->width; in getYUVPlaneInfo()
661 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height); in getYUVPlaneInfo()
662 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height + 1); in getYUVPlaneInfo()
663 ycbcr->ystride = ystride; in getYUVPlaneInfo()
674 ystride = cstride = hnd->width; in getYUVPlaneInfo()
676 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height); in getYUVPlaneInfo()
677 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + 1); in getYUVPlaneInfo()
678 ycbcr->ystride = ystride; in getYUVPlaneInfo()
685 ystride = hnd->width; in getYUVPlaneInfo()
688 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height); in getYUVPlaneInfo()
689 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + in getYUVPlaneInfo()
691 ycbcr->ystride = ystride; in getYUVPlaneInfo()