Searched defs:va_context (Results 1 - 7 of 7) sorted by relevance

/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideoformat.h70 VAContextID va_context; member in struct:_MixVideoFormat
H A Dmixvideoformatenc.h68 VAContextID va_context; member in struct:_MixVideoFormatEnc
H A Dmixvideoformatenc_preview.c548 &(parent->va_context));
568 va_status = vaCreateBuffer (va_display, parent->va_context,
835 va_status = vaDestroyContext (parent->va_display, parent->va_context);
880 VAContextID va_context; local
901 va_context = parent->va_context;
1143 LOG_I( "va_context = 0x%08x\n",(guint)va_context);
H A Dmixvideoformat_mp42.c357 numSurfaces, &(parent->va_context));
592 VAContextID va_context; local
954 va_context = mix->va_context;
960 va_ret = vaCreateBuffer(va_display, va_context,
975 va_ret = vaCreateBuffer(va_display, va_context, VAIQMatrixBufferType,
998 va_ret = vaCreateBuffer(va_display, va_context,
1010 va_ret = vaCreateBuffer(va_display, va_context, VASliceDataBufferType,
1031 va_ret = vaBeginPicture(va_display, va_context, surface);
1041 va_ret = vaRenderPicture(va_display, va_context, buffer_id
[all...]
H A Dmixvideoformatenc_mpeg4.c595 &(parent->va_context));
625 va_status = vaCreateBuffer (va_display, parent->va_context,
890 va_status = vaDestroyContext (parent->va_display, parent->va_context);
993 va_status = vaCreateBuffer(parent->va_display, parent->va_context,
1005 va_status = vaRenderPicture(parent->va_display, parent->va_context,
1077 va_status = vaCreateBuffer(parent->va_display, parent->va_context,
1091 va_status = vaRenderPicture(parent->va_display, parent->va_context,
1162 va_status = vaCreateBuffer (parent->va_display, parent->va_context,
1175 va_status = vaRenderPicture(parent->va_display, parent->va_context,
1205 VAContextID va_context; local
[all...]
H A Dmixvideoformatenc_h264.c610 &(parent->va_context));
640 va_status = vaCreateBuffer (va_display, parent->va_context,
908 va_status = vaDestroyContext (parent->va_display, parent->va_context);
1003 va_status = vaCreateBuffer(parent->va_display, parent->va_context,
1015 va_status = vaRenderPicture(parent->va_display, parent->va_context,
1080 va_status = vaCreateBuffer(parent->va_display, parent->va_context,
1094 va_status = vaRenderPicture(parent->va_display, parent->va_context,
1145 va_status = vaCreateBuffer (parent->va_display, parent->va_context,
1225 va_status = vaCreateBuffer (parent->va_display, parent->va_context,
1239 va_status = vaRenderPicture(parent->va_display, parent->va_context,
1269 VAContextID va_context; local
[all...]
/hardware/intel/img/hwcomposer/merrifield/include/
H A DVirtualDevice.h143 VAContextID va_context; member in class:android::intel::VirtualDevice

Completed in 81 milliseconds