Lines Matching refs:Whf
798 int configRotator(Rotator *rot, const Whf& whf,
801 rot->setSource(whf);
807 if (ovutils::isYuv(whf.format)) {
853 void updateSource(eTransform& orient, Whf& whf,
859 preRotateSource(orient, whf, srcCrop);
868 whf.w = srcCrop.w;
869 whf.h = srcCrop.h;
897 Whf whf(getWidth(hnd), getHeight(hnd),
931 if(ctx->mAD->prepare(ctx, crop, whf, hnd)) {
933 whf.format = wb->getOutputFormat();
942 if(configRotator(*rot, whf, crop, mdpFlags, orient, downscale) < 0) {
948 whf.format = (*rot)->getDstFormat();
949 updateSource(orient, whf, crop);
957 PipeArgs parg(mdpFlags, whf, z, isFg,
990 Whf whf(getWidth(hnd), getHeight(hnd),
998 if(ctx->mAD->prepare(ctx, crop, whf, hnd)) {
1000 whf.format = wb->getOutputFormat();
1007 if(configRotator(*rot, whf, crop, mdpFlagsL, orient, downscale) < 0) {
1013 whf.format = (*rot)->getDstFormat();
1014 updateSource(orient, whf, crop);
1066 PipeArgs pargL(mdpFlagsL, whf, z, isFg,
1079 PipeArgs pargR(mdpFlagsR, whf, z, isFg,