Searched defs:wh (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayMdp.cpp34 static void normalizeCrop(uint32_t& xy, uint32_t& wh) { argument
37 if(wh & 1)
38 utils::even_floor(wh);
40 wh -= 2;
42 utils::even_floor(wh);
/hardware/qcom/display/msm8x26/liboverlay/
H A DoverlayMdp.cpp34 static void normalizeCrop(uint32_t& xy, uint32_t& wh) { argument
37 if(wh & 1)
38 utils::even_floor(wh);
40 wh -= 2;
42 utils::even_floor(wh);
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayUtils.cpp456 void normalizeCrop(uint32_t& xy, uint32_t& wh) { argument
459 if(wh & 1)
460 even_floor(wh);
462 wh -= 2;
464 even_floor(wh);
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c596 int wh[2]; member in struct:__anon2195
603 win.wh[0] = cfg->win.w; win.wh[1] = cfg->win.h;
605 crop.wh[0] = cfg->crop.w; crop.wh[1] = cfg->crop.h;
613 crop.xy[1] -= (crop.wh[1] = -crop.wh[1]);
615 crop.xy[!swap] -= (crop.wh[!swap] = -crop.wh[!swap]);
617 crop.xy[swap] -= (crop.wh[swa
[all...]

Completed in 164 milliseconds