Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/merrifield/common/devices/
DVirtualDevice.cpp54 static inline uint32_t align_height(uint32_t val) in align_height() function
367 …VAMappedHandle mappedVideoOut(vd.va_dpy, outputHandle, align_width(outWidth), align_height(outHeig… in run()
378 …y, "/data/misc/vsp_in.rgb", mappedRgbIn->surface, align_width(outWidth)*align_height(outHeight)*4); in run()
382 …dHandle localMappedRgbIn(vd.va_dpy, rgbHandle, align_width(outWidth), align_height(outHeight), (un… in run()
388 …dpy, "/data/misc/vsp_in.rgb", vd.va_blank_rgb_in, align_width(outWidth)*align_height(outHeight)*4); in run()
392 …data/misc/vsp_out.yuv", mappedVideoOut.surface, align_width(outWidth)*align_height(outHeight)*3/2); in run()
591 height = align_height(height); in get()
1802 height = align_height(height); in queueCompose()
1852 int bufHeight = align_height(height); in queueCompose()