Lines Matching refs:whf

477     Whf whf((uint32_t)fbWidth, (uint32_t)fbHeight, 0);
480 preRotateSource(extorient, whf, inPos);
1514 int configRotator(Rotator *rot, Whf& whf,
1519 if(whf.format == MDP_Y_CRCB_H2V2_TILE ||
1520 whf.format == MDP_Y_CBCR_H2V2_TILE) {
1521 whf.w = utils::alignup(whf.w, 64);
1522 whf.h = utils::alignup(whf.h, 32);
1524 rot->setSource(whf);
1578 Whf whf(w, h, getMdpFormat(HAL_PIXEL_FORMAT_RGBA_8888), 0);
1584 PipeArgs parg(mdpFlags, whf, z, isFg, static_cast<eRotFlags>(0),
1603 void updateSource(eTransform& orient, Whf& whf,
1612 whf = rot->getDstWhf();
1618 preRotateSource(orient, whf, transformedCrop);
1651 Whf whf(getWidth(hnd), getHeight(hnd), format, (uint32_t)hnd->size);
1656 whf.format = getMdpFormat(HAL_PIXEL_FORMAT_BGRA_8888);
1658 whf.format = getMdpFormat(HAL_PIXEL_FORMAT_BGRX_8888);
1686 if(configRotator(*rot, whf, crop, mdpFlags, orient, downscale) < 0) {
1690 updateSource(orient, whf, crop, *rot);
1697 PipeArgs parg(mdpFlags, whf, z, isFg,
1758 Whf whf(getWidth(hnd), getHeight(hnd), format, (uint32_t)hnd->size);
1763 whf.format = getMdpFormat(HAL_PIXEL_FORMAT_BGRA_8888);
1765 whf.format = getMdpFormat(HAL_PIXEL_FORMAT_BGRX_8888);
1781 if(ctx->mAD->prepare(ctx, crop, whf, hnd)) {
1783 whf.format = wb->getOutputFormat();
1791 if(configRotator(*rot, whf, crop, mdpFlagsL, orient, downscale) < 0) {
1795 updateSource(orient, whf, crop, *rot);
1854 PipeArgs pargL(mdpFlagsL, whf, z, isFg,
1867 PipeArgs pargR(mdpFlagsR, whf, z, isFg,
1906 Whf whf(getWidth(hnd), getHeight(hnd),
1924 if(configRotator(*rot, whf, crop, mdpFlagsL, orient, downscale) < 0) {
1928 updateSource(orient, whf, crop, *rot);
1980 PipeArgs pargL(mdpFlagsL, whf, lz, isFg,
1993 PipeArgs pargR(mdpFlagsR, whf, rz, isFg,