Home
last modified time | relevance | path

Searched refs:MDP_RGB_565 (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/include/linux/
Dmsm_mdp.h24 MDP_RGB_565, /* RGB 565 planar */ enumerator
/linux-3.4.99/drivers/video/msm/
Dmdp_hw.h524 [MDP_RGB_565] = PPP_##name##_MDP_RGB_565,\
538 [MDP_RGB_565] = PPP_##name##_MDP_RGB_565(dir),\
554 #define IS_RGB(img) ((img == MDP_RGB_565) | (img == MDP_RGB_888) | \
Dmdp_ppp.c66 [MDP_RGB_565] = 2,
138 if (req->dst.format == MDP_RGB_565) in blit_convert()
148 if (req->src.format == MDP_RGB_565) { in transp_convert()