HomeSort by relevance Sort by last modified time
    Searched full:align_height (Results 1 - 3 of 3) sorted by null

  /hardware/ti/omap4-aah/test/CameraHal/
surfacetexture_test.cpp 99 #define ALIGN_HEIGHT 2 // Should be 2...but the calculated dimension causes an ion crash
camera_test_surfacetexture.cpp 51 #define ALIGN_HEIGHT 2 // Should be 2...but the calculated dimension causes an ion crash
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
VirtualDevice.cpp 54 static inline uint32_t align_height(uint32_t val) function in namespace:android::intel
367 VAMappedHandle mappedVideoOut(vd.va_dpy, outputHandle, align_width(outWidth), align_height(outHeight), (unsigned int)VA_FOURCC_NV12);
378 dumpSurface(vd.va_dpy, "/data/misc/vsp_in.rgb", mappedRgbIn->surface, align_width(outWidth)*align_height(outHeight)*4);
382 VAMappedHandle localMappedRgbIn(vd.va_dpy, rgbHandle, align_width(outWidth), align_height(outHeight), (unsigned int)VA_FOURCC_BGRA);
388 dumpSurface(vd.va_dpy, "/data/misc/vsp_in.rgb", vd.va_blank_rgb_in, align_width(outWidth)*align_height(outHeight)*4);
392 dumpSurface(vd.va_dpy, "/data/misc/vsp_out.yuv", mappedVideoOut.surface, align_width(outWidth)*align_height(outHeight)*3/2);
577 height = align_height(height);
    [all...]

Completed in 902 milliseconds