HomeSort by relevance Sort by last modified time
    Searched refs:VADisplay (Results 51 - 73 of 73) sorted by null

1 23

  /hardware/intel/common/libva/test/
loadsurface.h 230 static int upload_surface(VADisplay va_dpy, VASurfaceID surface_id,
295 static int upload_surface_yuv(VADisplay va_dpy, VASurfaceID surface_id,
393 static int download_surface_yuv(VADisplay va_dpy, VASurfaceID surface_id,
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderBase.h 127 VADisplay mVADisplay;
VideoDecoderDefs.h 179 VADisplay display;
  /hardware/intel/common/libva/test/basic/
test.c 38 VADisplay va_dpy;
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.cpp 250 VAStatus vaLockSurface(VADisplay dpy,
263 VAStatus vaUnlockSurface(VADisplay dpy,
268 VASurfaceMap::VASurfaceMap(VADisplay display, int hwcap) {
447 (VADisplay)mVinfo.handle, (VASurfaceID)value,
457 vaStatus = vaUnlockSurface((VADisplay)mVinfo.handle, (VASurfaceID)value);
769 VASurfaceID CreateNewVASurface(VADisplay display, int32_t width, int32_t height) {
VideoEncoderBase.cpp 800 Encode_Status VideoEncoderBase::queryProfileLevelConfig(VADisplay dpy, VAProfile profile) {
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/include/
VirtualDevice.h 132 VADisplay va_dpy;
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
VirtualDevice.cpp 100 MappedSurface(VADisplay dpy, VASurfaceID surf)
132 VADisplay va_dpy;
139 VAMappedHandle(VADisplay dpy, buffer_handle_t handle, uint32_t stride, uint32_t height, unsigned int pixel_format)
209 VAMappedHandle(VADisplay dpy, buffer_handle_t khandle, uint32_t stride, uint32_t height, bool tiled)
255 VADisplay va_dpy;
263 VAMappedHandleObject(VADisplay dpy, buffer_handle_t handle, uint32_t stride, uint32_t height, unsigned int pixel_format)
265 VAMappedHandleObject(VADisplay dpy, buffer_handle_t khandle, uint32_t stride, uint32_t height, bool tiled)
396 void dumpSurface(VADisplay va_dpy, const char* filename, VASurfaceID surf, int size) {
    [all...]
  /hardware/intel/common/libva/test/decode/
mpeg2vldemo.cpp 149 VADisplay va_dpy;
tinyjpeg.c 571 VADisplay va_dpy;
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_h264.c 158 VADisplay va_display ) {
168 VADisplay vadisplay = NULL; local
272 vadisplay = parent->va_display;
274 numprofs = vaMaxNumProfiles(vadisplay);
284 vret = vaQueryConfigProfiles(vadisplay, profiles,
371 numentrypts = vaMaxNumEntrypoints(vadisplay);
381 vret = vaQueryConfigEntrypoints(vadisplay, profiles[vaprof],
407 vret = vaGetConfigAttributes(vadisplay, profiles[vaprof],
423 vret = vaCreateConfig(vadisplay, profiles[vaprof],
1026 VADisplay vadisplay = NULL; local
    [all...]
mixvideoformat_vc1.c 247 VADisplay va_display) {
258 VADisplay vadisplay = NULL; local
371 vadisplay = parent->va_display;
373 numprofs = vaMaxNumProfiles(vadisplay);
383 vret = vaQueryConfigProfiles(vadisplay, profiles,
424 numentrypts = vaMaxNumEntrypoints(vadisplay);
434 vret = vaQueryConfigEntrypoints(vadisplay, profiles[vaprof],
460 vret = vaGetConfigAttributes(vadisplay, profiles[vaprof],
476 vret = vaCreateConfig(vadisplay, profiles[vaprof]
925 VADisplay vadisplay = NULL; local
    [all...]
mixvideoformat_mp42.c 189 VADisplay va_display) {
591 VADisplay va_display = NULL;
    [all...]
mixvideoformatenc_mpeg4.c 140 VADisplay va_display ) {
    [all...]
mixvideoformatenc_preview.c 139 VADisplay va_display ) {
879 VADisplay va_display = NULL;
    [all...]
mixvideoformatenc_h264.c 140 VADisplay va_display ) {
    [all...]
  /hardware/intel/common/libva/test/putsurface/
putsurface_common.c 62 static VADisplay va_dpy;
  /hardware/intel/common/libva/test/videoprocess/
videoprocess.cpp 53 static VADisplay va_dpy = NULL;
    [all...]
  /hardware/intel/common/libva/test/encode/
mpeg2enc.c 125 VADisplay va_dpy;
    [all...]
mpeg2vaenc.c 125 VADisplay va_dpy;
    [all...]
avcenc.c 79 static VADisplay va_dpy;
    [all...]
h264encode.c 77 static VADisplay va_dpy;
    [all...]
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp     [all...]

Completed in 1206 milliseconds

1 23