/hardware/intel/common/libva/test/common/ |
va_display_wayland.c | 32 #include "va_display.h"
|
va_display_x11.c | 28 #include "va_display.h"
|
/hardware/intel/common/libva/test/decode/ |
loadjpeg.c | 40 #include "va_display.h"
|
mpeg2vldemo.cpp | 46 #include "va_display.h"
|
tinyjpeg.c | 52 #include "va_display.h"
|
/hardware/intel/common/libva/test/vainfo/ |
vainfo.c | 30 #include "va_display.h"
|
/hardware/intel/common/libmix/mix_video/src/ |
mixvideoformat_vc1.c | 247 VADisplay va_display) { 269 if (mix == NULL || config_params == NULL || frame_mgr == NULL || !input_buf_pool || !surface_pool || !va_display) 283 va_display); 371 vadisplay = parent->va_display; 869 vaStatus = vaCreateImage(mix->va_display, &va_image_format, ui32SrcWidth, ui32SrcHeight, &va_image); 873 vaStatus = vaGetImage( mix->va_display, frame->frame_id, 0, 0, ui32SrcWidth, ui32SrcHeight, va_image.image_id ); 874 vaStatus = vaMapBuffer( mix->va_display, va_image.buf, (void **) &pBuffer); 909 vaStatus = vaUnmapBuffer( mix->va_display, va_image.buf); 1134 vadisplay = mix->va_display; [all...] |
mixvideoformat_h264.c | 158 VADisplay va_display ) { 179 if (mix == NULL || config_params == NULL || frame_mgr == NULL || input_buf_pool == NULL || va_display == NULL) 192 va_display); 272 vadisplay = parent->va_display; 1135 vadisplay = mix->va_display; [all...] |
/external/autotest/client/site_tests/hardware_VideoDecodeCapable/ |
hardware_VideoDecodeCapable.py | 60 @param display: the va_display instance
|
/hardware/intel/common/libva/test/videoprocess/ |
videoprocess.cpp | 39 #include "va_display.h" [all...] |
/hardware/intel/common/libva/test/encode/ |
avcenc.c | 49 #include "va_display.h" [all...] |
mpeg2enc.c | 43 #include "va_display.h" [all...] |
mpeg2vaenc.c | 43 #include "va_display.h" [all...] |
h264encode.c | 41 #include "va_display.h" [all...] |