Lines Matching refs:orient

477         float& rightCutRatio, float& bottomCutRatio, int orient) {  in calc_cut()  argument
478 if(orient & HAL_TRANSFORM_FLIP_H) { in calc_cut()
481 if(orient & HAL_TRANSFORM_FLIP_V) { in calc_cut()
484 if(orient & HAL_TRANSFORM_ROT_90) { in calc_cut()
555 const hwc_rect_t& scissor, int orient) { in calculate_crop_rects() argument
599 calc_cut(leftCutRatio, topCutRatio, rightCutRatio, bottomCutRatio, orient); in calculate_crop_rects()
841 const eTransform& orient, in configRotator() argument
845 rot->setTransform(orient); in configRotator()
893 const eTransform& orient, const hwc_rect_t& crop, in configMdp() argument
897 ov->setTransform(orient, dest); in configMdp()
918 static inline void updateSource(eTransform& orient, Whf& whf, in updateSource() argument
925 orient = static_cast<eTransform>(ovutils::getMdpOrient(orient)); in updateSource()
926 preRotateSource(orient, whf, srcCrop); in updateSource()
948 eTransform orient = static_cast<eTransform>(transform); in configureLowRes() local
988 if(configRotator(*rot, whf, origWhf, mdpFlags, orient, downscale) < 0) in configureLowRes()
992 updateSource(orient, whf, crop); in configureLowRes()
997 orient = OVERLAY_TRANSFORM_0; in configureLowRes()
1004 if(configMdp(ctx->mOverlay, parg, orient, crop, dst, metadata, dest) < 0) { in configureLowRes()
1029 eTransform orient = static_cast<eTransform>(transform); in configureHighRes() local
1045 if(configRotator(*rot, whf, origWhf, mdpFlagsL, orient, downscale) < 0) in configureHighRes()
1049 updateSource(orient, whf, crop); in configureHighRes()
1075 if((orient & OVERLAY_TRANSFORM_FLIP_V) && lDest != OV_INVALID in configureHighRes()
1094 orient = OVERLAY_TRANSFORM_0; in configureHighRes()
1103 if(configMdp(ctx->mOverlay, pargL, orient, in configureHighRes()
1118 if(configMdp(ctx->mOverlay, pargR, orient, in configureHighRes()