/hardware/intel/common/libva/ |
.gitignore | 48 /test/putsurface/putsurface
|
libva.spec | 88 %{_bindir}/putsurface
|
configure.ac | 307 test/putsurface/Makefile
|
/hardware/intel/common/libva/test/putsurface/ |
Android.mk | 1 # For putsurface 19 LOCAL_MODULE := putsurface
|
Makefile.am | 23 bin_PROGRAMS = putsurface
|
putsurface_wayland.c | 57 /* Glue code for the current PutSurface test design */
|
putsurface_common.c | 533 printf("putsurface <options>\n");
|
/hardware/intel/img/psb_video/src/x11/ |
psb_x11.c | 158 drv_debug_msg(VIDEO_DEBUG_GENERAL, "PutSurface: src w x h = %d x %d\n", srcw, srch); 159 drv_debug_msg(VIDEO_DEBUG_GENERAL, "PutSurface: dest w x h = %d x %d\n", destw, desth); 160 drv_debug_msg(VIDEO_DEBUG_GENERAL, "PutSurface: clipped w x h = %d x %d\n", width, height); 167 drv_debug_msg(VIDEO_DEBUG_ERROR, "PutSurface: Default visual of X display must be TrueColor.\n"); 186 drv_debug_msg(VIDEO_DEBUG_GENERAL, "PutSurface: Pixel masks: R = %08x G = %08x B = %08x\n", rmask, gmask, bmask); 187 drv_debug_msg(VIDEO_DEBUG_GENERAL, "PutSurface: Pixel shifts: R = %d G = %d B = %d\n", rshift, gshift, bshift); 192 drv_debug_msg(VIDEO_DEBUG_GENERAL, "PutSurface: XImage pixels has MSBFirst, %d bits / pixel\n", ximg->bits_per_pixel); 194 drv_debug_msg(VIDEO_DEBUG_GENERAL, "PutSurface: XImage pixels has LSBFirst, %d bits / pixel\n", ximg->bits_per_pixel); 197 drv_debug_msg(VIDEO_DEBUG_ERROR, "PutSurface: Display uses %d bits/pixel which is not supported\n"); 280 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Putsurface force to SW rendering\n") [all...] |
psb_xvva.c | 406 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Force Overlay Xvideo for PutSurface\n"); 411 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Force Textured Xvideo for PutSurface\n"); 526 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Using Overlay Xvideo (%d) for PutSurface\n", output->textured_portID); 561 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Using Texture Xvideo (%d) for PutSurface\n", output->textured_portID);
|
/hardware/intel/common/libva/test/ |
Makefile.am | 25 SUBDIRS += basic putsurface transcode
|
/hardware/intel/common/libva/va/ |
va_x11.h | 63 unsigned int flags /* PutSurface flags */
|
va_android.h | 77 unsigned int flags /* PutSurface flags */
|
va.c | 324 CHECK_VTABLE(vaStatus, ctx, PutSurface); [all...] |
/hardware/intel/img/psb_video/src/android/ |
psb_output_android.h | 37 /* for memory heap base used by putsurface */
|
psb_output_android.c | 125 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Putsurface use client overlay\n");
|
/hardware/intel/common/libva/test/decode/ |
mpeg2vldemo.cpp | 151 int putsurface=0; local 156 putsurface=1; 256 if (putsurface) {
|
tinyjpeg.c | 574 int putsurface=1; local 830 if (putsurface) {
|
/hardware/intel/common/libva/va/glx/ |
va_glx.h | 95 * @param[in] flags the PutSurface flags
|
/hardware/intel/img/psb_video/src/ |
psb_drv_video.c | [all...] |
/hardware/intel/common/libva/test/transcode/ |
mpeg2transcode.cpp | 3301 int putsurface=0; local [all...] |