Searched refs:retTrans (Results 1 – 3 of 3) sorted by relevance
218 int retTrans = 0; in getMdpOrient() local225 retTrans |= MDP_ROT_90; in getMdpOrient()232 retTrans |= MDP_FLIP_UD; in getMdpOrient()234 retTrans |= MDP_FLIP_LR; in getMdpOrient()241 retTrans |= MDP_FLIP_LR; in getMdpOrient()243 retTrans |= MDP_FLIP_UD; in getMdpOrient()247 ALOGD_IF(DEBUG_OVERLAY, "%s: Out rotation = %d", __FUNCTION__, retTrans); in getMdpOrient()248 return retTrans; in getMdpOrient()
239 int retTrans = 0; in getMdpOrient() local246 retTrans |= MDP_ROT_90; in getMdpOrient()253 retTrans |= MDP_FLIP_UD; in getMdpOrient()255 retTrans |= MDP_FLIP_LR; in getMdpOrient()262 retTrans |= MDP_FLIP_LR; in getMdpOrient()264 retTrans |= MDP_FLIP_UD; in getMdpOrient()268 ALOGD_IF(DEBUG_OVERLAY, "%s: Out rotation = %d", __FUNCTION__, retTrans); in getMdpOrient()269 return retTrans; in getMdpOrient()
224 int retTrans = 0; in getMdpOrient() local231 retTrans |= MDP_ROT_90; in getMdpOrient()238 retTrans |= MDP_FLIP_UD; in getMdpOrient()240 retTrans |= MDP_FLIP_LR; in getMdpOrient()247 retTrans |= MDP_FLIP_LR; in getMdpOrient()249 retTrans |= MDP_FLIP_UD; in getMdpOrient()253 ALOGD_IF(DEBUG_OVERLAY, "%s: Out rotation = %d", __FUNCTION__, retTrans); in getMdpOrient()254 return retTrans; in getMdpOrient()