Lines Matching refs:orient

428         double& rightCutRatio, double& bottomCutRatio, int orient) {  in calc_cut()  argument
429 if(orient & HAL_TRANSFORM_FLIP_H) { in calc_cut()
432 if(orient & HAL_TRANSFORM_FLIP_V) { in calc_cut()
435 if(orient & HAL_TRANSFORM_ROT_90) { in calc_cut()
506 const hwc_rect_t& scissor, int orient) { in calculate_crop_rects() argument
552 calc_cut(leftCutRatio, topCutRatio, rightCutRatio, bottomCutRatio, orient); in calculate_crop_rects()
800 const eTransform& orient, const int& downscale) { in configRotator() argument
821 rot->setTransform(orient); in configRotator()
828 const eTransform& orient, const hwc_rect_t& crop, in configMdp() argument
832 ov->setTransform(orient, dest); in configMdp()
853 void updateSource(eTransform& orient, Whf& whf, in updateSource() argument
858 orient = static_cast<eTransform>(ovutils::getMdpOrient(orient)); in updateSource()
859 preRotateSource(orient, whf, srcCrop); in updateSource()
894 eTransform orient = static_cast<eTransform>(transform); in configureLowRes() local
942 if(configRotator(*rot, whf, crop, mdpFlags, orient, downscale) < 0) { in configureLowRes()
949 updateSource(orient, whf, crop); in configureLowRes()
954 orient = OVERLAY_TRANSFORM_0; in configureLowRes()
961 if(configMdp(ctx->mOverlay, parg, orient, crop, dst, metadata, dest) < 0) { in configureLowRes()
986 eTransform orient = static_cast<eTransform>(transform); in configureHighRes() local
1007 if(configRotator(*rot, whf, crop, mdpFlagsL, orient, downscale) < 0) { in configureHighRes()
1014 updateSource(orient, whf, crop); in configureHighRes()
1042 if((orient & OVERLAY_TRANSFORM_FLIP_H) && lDest != OV_INVALID in configureHighRes()
1061 orient = OVERLAY_TRANSFORM_0; in configureHighRes()
1070 if(configMdp(ctx->mOverlay, pargL, orient, in configureHighRes()
1085 if(configMdp(ctx->mOverlay, pargR, orient, in configureHighRes()