Searched refs:MDPOP_ROT90 (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmdp.h62 #define MDPOP_ROT90 BIT(2) /* rotate image to 90 degree */ macro
64 #define MDPOP_ROT270 (MDPOP_ROT90|MDPOP_UD|MDPOP_LR)
165 #define MDPOP_ROTATION (MDPOP_ROT90|MDPOP_LR|MDPOP_UD)
H A Dmdp_ppp_v31.c471 if (iBuf->mdpImg.mdpOp & MDPOP_ROT90) {
490 mdpOp & MDPOP_ROT90, 1, 1,
H A Dmdp_ppp.c1026 if (iBuf->mdpImg.mdpOp & MDPOP_ROT90) {
1342 iBuf.mdpImg.mdpOp |= MDPOP_ROT90;
1415 (iBuf.mdpImg.mdpOp & MDPOP_ROT90) && (req->dst_rect.w <= 16)) {
H A Dmdp_ppp_v20.c1485 if (iBuf->mdpImg.mdpOp & MDPOP_ROT90) {
2133 if (MDP_CHKBIT(iBuf->mdpImg.mdpOp, MDPOP_ROT90) ^
2166 if (iBuf->mdpImg.mdpOp & MDPOP_ROT90) {

Completed in 66 milliseconds