Home
last modified time | relevance | path

Searched refs:ovInfo (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_mdpcomp.cpp174 mdp_overlay ovInfo; in setupBasePipe() local
176 memset(&ovInfo, 0, sizeof(mdp_overlay)); in setupBasePipe()
179 ovInfo.src.format = MDP_RGB_BORDERFILL; in setupBasePipe()
180 ovInfo.src.width = fb_width; in setupBasePipe()
181 ovInfo.src.height = fb_height; in setupBasePipe()
182 ovInfo.src_rect.w = fb_width; in setupBasePipe()
183 ovInfo.src_rect.h = fb_height; in setupBasePipe()
184 ovInfo.dst_rect.w = fb_width; in setupBasePipe()
185 ovInfo.dst_rect.h = fb_height; in setupBasePipe()
186 ovInfo.id = MSMFB_NEW_REQUEST; in setupBasePipe()
[all …]
Dhwc_utils.cpp861 mdp_overlay ovInfo; in setupBasePipe() local
863 memset(&ovInfo, 0, sizeof(mdp_overlay)); in setupBasePipe()
866 ovInfo.src.format = MDP_RGB_BORDERFILL; in setupBasePipe()
867 ovInfo.src.width = fb_width; in setupBasePipe()
868 ovInfo.src.height = fb_height; in setupBasePipe()
869 ovInfo.src_rect.w = fb_width; in setupBasePipe()
870 ovInfo.src_rect.h = fb_height; in setupBasePipe()
871 ovInfo.dst_rect.w = fb_width; in setupBasePipe()
872 ovInfo.dst_rect.h = fb_height; in setupBasePipe()
873 ovInfo.id = MSMFB_NEW_REQUEST; in setupBasePipe()
[all …]