Home
last modified time | relevance | path

Searched refs:va_context (Results 1 – 12 of 12) sorted by relevance

/hardware/intel/common/libmix/mix_video/src/
Dmixvideoformatenc_mpeg4.c595 &(parent->va_context)); in mix_videofmtenc_mpeg4_initialize()
625 va_status = vaCreateBuffer (va_display, parent->va_context, in mix_videofmtenc_mpeg4_initialize()
890 va_status = vaDestroyContext (parent->va_display, parent->va_context); in mix_videofmtenc_mpeg4_deinitialize()
993 va_status = vaCreateBuffer(parent->va_display, parent->va_context, in mix_videofmtenc_mpeg4_send_seq_params()
1005 va_status = vaRenderPicture(parent->va_display, parent->va_context, in mix_videofmtenc_mpeg4_send_seq_params()
1077 va_status = vaCreateBuffer(parent->va_display, parent->va_context, in mix_videofmtenc_mpeg4_send_picture_parameter()
1091 va_status = vaRenderPicture(parent->va_display, parent->va_context, in mix_videofmtenc_mpeg4_send_picture_parameter()
1162 va_status = vaCreateBuffer (parent->va_display, parent->va_context, in mix_videofmtenc_mpeg4_send_slice_parameter()
1175 va_status = vaRenderPicture(parent->va_display, parent->va_context, in mix_videofmtenc_mpeg4_send_slice_parameter()
1205 VAContextID va_context; in mix_videofmtenc_mpeg4_process_encode() local
[all …]
Dmixvideoformat.c50 self->va_context = VA_INVALID_ID; in mix_videoformat_init()
118 if (mix->va_context != VA_INVALID_ID) in mix_videoformat_finalize()
126 if (mix->va_context != VA_INVALID_ID) in mix_videoformat_finalize()
128 va_status = vaDestroyContext(mix->va_display, mix->va_context); in mix_videoformat_finalize()
132 mix->va_context = VA_INVALID_ID; in mix_videoformat_finalize()
Dmixvideoformatenc_h264.c610 &(parent->va_context)); in mix_videofmtenc_h264_initialize()
640 va_status = vaCreateBuffer (va_display, parent->va_context, in mix_videofmtenc_h264_initialize()
908 va_status = vaDestroyContext (parent->va_display, parent->va_context); in mix_videofmtenc_h264_deinitialize()
1003 va_status = vaCreateBuffer(parent->va_display, parent->va_context, in mix_videofmtenc_h264_send_seq_params()
1015 va_status = vaRenderPicture(parent->va_display, parent->va_context, in mix_videofmtenc_h264_send_seq_params()
1080 va_status = vaCreateBuffer(parent->va_display, parent->va_context, in mix_videofmtenc_h264_send_picture_parameter()
1094 va_status = vaRenderPicture(parent->va_display, parent->va_context, in mix_videofmtenc_h264_send_picture_parameter()
1145 va_status = vaCreateBuffer (parent->va_display, parent->va_context, in mix_videofmtenc_h264_send_slice_parameter()
1225 va_status = vaCreateBuffer (parent->va_display, parent->va_context, in mix_videofmtenc_h264_send_slice_parameter()
1239 va_status = vaRenderPicture(parent->va_display, parent->va_context, in mix_videofmtenc_h264_send_slice_parameter()
[all …]
Dmixvideoformat_mp42.c357 numSurfaces, &(parent->va_context)); in mix_videofmt_mp42_initialize()
592 VAContextID va_context; in mix_videofmt_mp42_process_decode() local
954 va_context = mix->va_context; in mix_videofmt_mp42_process_decode()
960 va_ret = vaCreateBuffer(va_display, va_context, in mix_videofmt_mp42_process_decode()
975 va_ret = vaCreateBuffer(va_display, va_context, VAIQMatrixBufferType, in mix_videofmt_mp42_process_decode()
998 va_ret = vaCreateBuffer(va_display, va_context, in mix_videofmt_mp42_process_decode()
1010 va_ret = vaCreateBuffer(va_display, va_context, VASliceDataBufferType, in mix_videofmt_mp42_process_decode()
1031 va_ret = vaBeginPicture(va_display, va_context, surface); in mix_videofmt_mp42_process_decode()
1041 va_ret = vaRenderPicture(va_display, va_context, buffer_ids, buffer_id_cnt); in mix_videofmt_mp42_process_decode()
1051 va_ret = vaEndPicture(va_display, va_context); in mix_videofmt_mp42_process_decode()
Dmixvideoformatenc_preview.c548 &(parent->va_context)); in mix_videofmtenc_preview_initialize()
568 va_status = vaCreateBuffer (va_display, parent->va_context, in mix_videofmtenc_preview_initialize()
835 va_status = vaDestroyContext (parent->va_display, parent->va_context); in mix_videofmtenc_preview_deinitialize()
880 VAContextID va_context; in mix_videofmtenc_preview_process_encode() local
901 va_context = parent->va_context; in mix_videofmtenc_preview_process_encode()
1143 LOG_I( "va_context = 0x%08x\n",(guint)va_context); in mix_videofmtenc_preview_process_encode()
Dmixvideoformat.h70 VAContextID va_context; member
Dmixvideoformatenc.h68 VAContextID va_context; member
Dmixvideoformatenc.c53 self->va_context = 0; in mix_videoformatenc_init()
Dmixvideoformat_h264.c517 &(parent->va_context)); in mix_videofmt_h264_initialize()
1136 vacontext = mix->va_context; in mix_videofmt_h264_process_decode_picture()
Dmixvideoformat_vc1.c570 &(parent->va_context)); in mix_videofmt_vc1_initialize()
1135 vacontext = mix->va_context; in mix_videofmt_vc1_decode_a_picture()
/hardware/intel/img/hwcomposer/merrifield/common/devices/
DVirtualDevice.cpp1900 &va_context); in queueCompose()
1966 if (va_context == 0 && va_blank_yuv_in == 0) { in queueCompose()
1974 va_context, in queueCompose()
1997 …va_status = vaBeginPicture(va_dpy, va_context, va_blank_yuv_in /* just need some valid surface */); in queueCompose()
2000 va_status = vaRenderPicture(va_dpy, va_context, &pipeline_param_id, 1); in queueCompose()
2003 va_status = vaEndPicture(va_dpy, va_context); in queueCompose()
2006 va_status = vaDestroyContext(va_dpy, va_context); in queueCompose()
2008 va_context = 0; in queueCompose()
2034 va_context, in queueCompose()
2064 va_status = vaBeginPicture(va_dpy, va_context, videoOut); in queueCompose()
[all …]
/hardware/intel/img/hwcomposer/merrifield/include/
DVirtualDevice.h143 VAContextID va_context; variable