Lines Matching refs:whf

477     Whf whf((uint32_t)fbWidth, (uint32_t)fbHeight, 0);  in getAspectRatioPosition()  local
480 preRotateSource(extorient, whf, inPos); in getAspectRatioPosition()
1517 int configRotator(Rotator *rot, Whf& whf, in configRotator() argument
1522 if(whf.format == MDP_Y_CRCB_H2V2_TILE || in configRotator()
1523 whf.format == MDP_Y_CBCR_H2V2_TILE) { in configRotator()
1524 whf.w = utils::alignup(whf.w, 64); in configRotator()
1525 whf.h = utils::alignup(whf.h, 32); in configRotator()
1527 rot->setSource(whf); in configRotator()
1581 Whf whf(w, h, getMdpFormat(HAL_PIXEL_FORMAT_RGBA_8888), 0); in configColorLayer() local
1587 PipeArgs parg(mdpFlags, whf, z, isFg, static_cast<eRotFlags>(0), in configColorLayer()
1606 void updateSource(eTransform& orient, Whf& whf, in updateSource() argument
1615 whf = rot->getDstWhf(); in updateSource()
1621 preRotateSource(orient, whf, transformedCrop); in updateSource()
1654 Whf whf(getWidth(hnd), getHeight(hnd), format, (uint32_t)hnd->size); in configureNonSplit() local
1659 whf.format = getMdpFormat(HAL_PIXEL_FORMAT_BGRA_8888); in configureNonSplit()
1661 whf.format = getMdpFormat(HAL_PIXEL_FORMAT_BGRX_8888); in configureNonSplit()
1689 if(configRotator(*rot, whf, crop, mdpFlags, orient, downscale) < 0) { in configureNonSplit()
1693 updateSource(orient, whf, crop, *rot); in configureNonSplit()
1700 PipeArgs parg(mdpFlags, whf, z, isFg, in configureNonSplit()
1761 Whf whf(getWidth(hnd), getHeight(hnd), format, (uint32_t)hnd->size); in configureSplit() local
1766 whf.format = getMdpFormat(HAL_PIXEL_FORMAT_BGRA_8888); in configureSplit()
1768 whf.format = getMdpFormat(HAL_PIXEL_FORMAT_BGRX_8888); in configureSplit()
1784 if(ctx->mAD->prepare(ctx, crop, whf, hnd)) { in configureSplit()
1786 whf.format = wb->getOutputFormat(); in configureSplit()
1794 if(configRotator(*rot, whf, crop, mdpFlagsL, orient, downscale) < 0) { in configureSplit()
1798 updateSource(orient, whf, crop, *rot); in configureSplit()
1857 PipeArgs pargL(mdpFlagsL, whf, z, isFg, in configureSplit()
1870 PipeArgs pargR(mdpFlagsR, whf, z, isFg, in configureSplit()
1909 Whf whf(getWidth(hnd), getHeight(hnd), in configureSourceSplit() local
1927 if(configRotator(*rot, whf, crop, mdpFlagsL, orient, downscale) < 0) { in configureSourceSplit()
1931 updateSource(orient, whf, crop, *rot); in configureSourceSplit()
1983 PipeArgs pargL(mdpFlagsL, whf, lz, isFg, in configureSourceSplit()
1996 PipeArgs pargR(mdpFlagsR, whf, rz, isFg, in configureSourceSplit()