/hardware/qcom/display/msm8226/liboverlay/ |
D | overlayUtils.h | 133 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) : in Dim() 135 w(_w), h(_h) {} in Dim() 136 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) : in Dim() 138 w(_w), h(_h), in Dim() 140 bool check(uint32_t _w, uint32_t _h) const { in check() 141 return (x+w <= _w && y+h <= _h); in check()
|
/hardware/qcom/display/msm8994/liboverlay/ |
D | overlayUtils.h | 133 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) : in Dim() 135 w(_w), h(_h) {} in Dim() 136 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) : in Dim() 138 w(_w), h(_h), in Dim() 140 bool check(uint32_t _w, uint32_t _h) const { in check() 141 return (x+w <= _w && y+h <= _h); in check()
|
/hardware/qcom/display/msm8960/liboverlay/ |
D | overlayUtils.h | 160 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) : in Dim() 162 w(_w), h(_h) {} in Dim() 163 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) : in Dim() 165 w(_w), h(_h), in Dim() 167 bool check(uint32_t _w, uint32_t _h) const { in check() 168 return (x+w <= _w && y+h <= _h); in check()
|
/hardware/qcom/display/msm8974/liboverlay/ |
D | overlayUtils.h | 160 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) : in Dim() 162 w(_w), h(_h) {} in Dim() 163 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) : in Dim() 165 w(_w), h(_h), in Dim() 167 bool check(uint32_t _w, uint32_t _h) const { in check() 168 return (x+w <= _w && y+h <= _h); in check()
|
/hardware/libhardware/tests/hwc/ |
D | util.h | 27 int egl_create(EGLDisplay *_display, EGLSurface *_surface, int *_w, int *_h);
|
D | util.c | 165 int egl_create(EGLDisplay *_display, EGLSurface *_surface, int *_w, int *_h) { in egl_create() argument 219 *_h = h; in egl_create()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decoder.c | 39 int w, int _h) { in recon_write_yuv_frame() argument 42 int h = _h; in recon_write_yuv_frame() 50 h = (_h + 1) >> 1; in recon_write_yuv_frame() 59 h = (_h + 1) >> 1; in recon_write_yuv_frame()
|
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlayUtils.h | 164 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) : in Dim() 166 w(_w), h(_h) {} in Dim() 167 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) : in Dim() 169 w(_w), h(_h), in Dim() 171 bool check(uint32_t _w, uint32_t _h) const { in check() 172 return (x+w <= _w && y+h <= _h); in check()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | resize_test.cc | 124 FrameInfo(vpx_codec_pts_t _pts, unsigned int _w, unsigned int _h) in FrameInfo() 125 : pts(_pts), w(_w), h(_h) {} in FrameInfo()
|