Lines Matching refs:ystride
557 size_t ystride, cstride; in getYUVPlaneInfo() local
568 ystride = cstride = hnd->width; in getYUVPlaneInfo()
570 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height); in getYUVPlaneInfo()
571 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height + 1); in getYUVPlaneInfo()
572 ycbcr->ystride = ystride; in getYUVPlaneInfo()
583 ystride = cstride = hnd->width; in getYUVPlaneInfo()
585 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height); in getYUVPlaneInfo()
586 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + 1); in getYUVPlaneInfo()
587 ycbcr->ystride = ystride; in getYUVPlaneInfo()
594 ystride = hnd->width; in getYUVPlaneInfo()
597 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height); in getYUVPlaneInfo()
598 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + in getYUVPlaneInfo()
600 ycbcr->ystride = ystride; in getYUVPlaneInfo()