Home | History | Annotate | Download | only in libgralloc

Lines Matching defs:ystride

558     unsigned int ystride, cstride;
569 ystride = cstride = hnd->width;
571 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height);
572 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height + 1);
573 ycbcr->ystride = ystride;
583 ystride = cstride = hnd->width;
585 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height);
586 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + 1);
587 ycbcr->ystride = ystride;
594 ystride = hnd->width;
597 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height);
598 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height +
600 ycbcr->ystride = ystride;