Lines Matching refs:Whf
831 static inline int configRotator(Rotator *rot, const Whf& whf,
832 const Whf& origWhf, const eMdpFlags& mdpFlags,
835 rot->setSource(whf, origWhf);
911 static inline void updateSource(eTransform& orient, Whf& whf,
919 preRotateSource(orient, whf, srcCrop);
944 Whf whf(getWidth(hnd), getHeight(hnd),
979 Whf origWhf(hnd->width, hnd->height,
981 if(configRotator(*rot, whf, origWhf, mdpFlags, orient, downscale) < 0)
984 whf.format = (*rot)->getDstFormat();
985 whf, crop);
993 PipeArgs parg(mdpFlags, whf, z, isFg,
1026 Whf whf(getWidth(hnd), getHeight(hnd),
1036 Whf origWhf(hnd->width, hnd->height,
1038 if(configRotator(*rot, whf, origWhf, mdpFlagsL, orient, downscale) < 0)
1041 whf.format = (*rot)->getDstFormat();
1042 updateSource(orient, whf, crop);
1092 PipeArgs pargL(mdpFlagsL, whf, z, isFg,
1105 PipeArgs pargR(mdpFlagsR, whf, z, isFg,