Home
last modified time | relevance | path

Searched refs:vaRenderPicture (Results 1 – 25 of 34) sorted by relevance

12

/hardware/intel/common/libva/test/decode/
Dmpeg2vldemo.cpp238 va_status = vaRenderPicture(va_dpy,context_id, &pic_param_buf, 1); in main()
241 va_status = vaRenderPicture(va_dpy,context_id, &iqmatrix_buf, 1); in main()
244 va_status = vaRenderPicture(va_dpy,context_id, &slice_param_buf, 1); in main()
247 va_status = vaRenderPicture(va_dpy,context_id, &slice_data_buf, 1); in main()
Dtinyjpeg.c809 va_status = vaRenderPicture(va_dpy,context_id, &pic_param_buf, 1); in tinyjpeg_decode()
812 va_status = vaRenderPicture(va_dpy,context_id, &iqmatrix_buf, 1); in tinyjpeg_decode()
815 va_status = vaRenderPicture(va_dpy,context_id, &huffmantable_buf, 1); in tinyjpeg_decode()
818 va_status = vaRenderPicture(va_dpy,context_id, &slice_param_buf, 1); in tinyjpeg_decode()
821 va_status = vaRenderPicture(va_dpy,context_id, &slice_data_buf, 1); in tinyjpeg_decode()
/hardware/intel/common/libmix/videoencoder/
DVideoEncoderVP8.cpp102 vaStatus = vaRenderPicture(mVADisplay, mVAContext, &mSeqParamBuf, 1); in renderSequenceParams()
138 vaStatus = vaRenderPicture(mVADisplay, mVAContext, &mPicParamBuf, 1); in renderPictureParams()
182 vaStatus = vaRenderPicture(mVADisplay,mVAContext, &rc_param_buf, 1); in renderRCParams()
218 vaStatus = vaRenderPicture(mVADisplay,mVAContext, &framerate_param_buf, 1); in renderFrameRateParams()
245 vaStatus = vaRenderPicture(mVADisplay,mVAContext, &hrd_param_buf, 1); in renderHRDParams()
275 vaStatus = vaRenderPicture(mVADisplay,mVAContext, &max_frame_size_param_buf, 1); in renderMaxFrameSizeParams()
311 vaStatus = vaRenderPicture(mVADisplay, mVAContext, &layer_struc_buf, 1); in renderLayerStructureParam()
DVideoEncoderH263.cpp82 vaStatus = vaRenderPicture(mVADisplay, mVAContext, &mSeqParamBuf, 1); in renderSequenceParams()
127 vaStatus = vaRenderPicture(mVADisplay, mVAContext, &mPicParamBuf , 1); in renderPictureParams()
173 vaStatus = vaRenderPicture(mVADisplay, mVAContext, &mSliceParamBuf, 1); in renderSliceParams()
DVideoEncoderAVC.cpp848 vaStatus = vaRenderPicture(mVADisplay, mVAContext, &miscParamBufferID, 1); in renderMaxSliceSize()
881 vaStatus = vaRenderPicture(mVADisplay, mVAContext, &miscParamBufferCIRid, 1); in renderCIR()
915 vaStatus = vaRenderPicture(mVADisplay, mVAContext, &miscParamBufferID, 1); in renderAIR()
1083 vaStatus = vaRenderPicture(mVADisplay, mVAContext, &mFrameRateParamBuf, 1); in renderSequenceParams()
1085 vaStatus = vaRenderPicture(mVADisplay, mVAContext, &mSeqParamBuf, 1); in renderSequenceParams()
1087 vaStatus = vaRenderPicture(mVADisplay, mVAContext, &mRcParamBuf, 1); in renderSequenceParams()
1122 vaStatus = vaRenderPicture(mVADisplay, mVAContext, &packed_seq_header_param_buf_id, 1); in renderPackedSequenceParams()
1125 vaStatus = vaRenderPicture(mVADisplay, mVAContext, &packed_seq_buf_id, 1); in renderPackedSequenceParams()
1205 vaStatus = vaRenderPicture(mVADisplay, mVAContext, &mPicParamBuf, 1); in renderPictureParams()
1241 vaStatus = vaRenderPicture(mVADisplay, mVAContext, &packed_pic_header_param_buf_id, 1); in renderPackedPictureParams()
[all …]
DVideoEncoderMP4.cpp172 vaStatus = vaRenderPicture(mVADisplay, mVAContext, &mSeqParamBuf, 1); in renderSequenceParams()
217 vaStatus = vaRenderPicture(mVADisplay, mVAContext, &mPicParamBuf, 1); in renderPictureParams()
257 vaStatus = vaRenderPicture(mVADisplay, mVAContext, &mSliceParamBuf, 1); in renderSliceParams()
DVideoEncoderBase.cpp1842 vaStatus = vaRenderPicture(mVADisplay, mVAContext, in renderDynamicBitrate()
1882 vaStatus = vaRenderPicture(mVADisplay, mVAContext, &miscParamBufferID, 1); in renderDynamicFrameRate()
1915 vaStatus = vaRenderPicture(mVADisplay, mVAContext, &miscParamBufferID, 1); in renderHrd()
/hardware/intel/common/libva/test/basic/
Dtestplan.txt61 - vaBeginPicture, vaRenderPicture (num_buffers == 1), vaEndPicture
65 - vaRenderPicture (num_buffers > 1)
/hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
DVideoDecoderAVCSecure.cpp558 vaStatus = vaRenderPicture( in parseClassicSliceHeader()
673 vaStatus = vaRenderPicture( in parseModularSliceHeader()
799 vaStatus = vaRenderPicture( in decodeSlice()
818 vaStatus = vaRenderPicture( in decodeSlice()
/hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
DVideoDecoderAVCSecure.cpp578 vaStatus = vaRenderPicture( in parseClassicSliceHeader()
693 vaStatus = vaRenderPicture( in parseModularSliceHeader()
819 vaStatus = vaRenderPicture( in decodeSlice()
838 vaStatus = vaRenderPicture( in decodeSlice()
/hardware/intel/common/libva/test/transcode/
Dmpeg2transcode.cpp2364 va_status = vaRenderPicture(va_dpy, in avcenc_render_picture()
2370 va_status = vaRenderPicture(va_dpy, in avcenc_render_picture()
3188 va_status = vaRenderPicture(va_dpy, in zoom_out_surface()
3400 va_status = vaRenderPicture(va_dpy,context_id, &pic_param_buf, 1); in main()
3403 va_status = vaRenderPicture(va_dpy,context_id, &iqmatrix_buf, 1); in main()
3406 va_status = vaRenderPicture(va_dpy,context_id, &slice_param_buf, 1); in main()
3409 va_status = vaRenderPicture(va_dpy,context_id, &slice_data_buf, 1); in main()
/hardware/intel/common/libva/test/encode/
Dh264encode.c1343 va_status = vaRenderPicture(va_dpy,context_id, &render_id[0], 2); in render_sequence()
1357 va_status = vaRenderPicture(va_dpy,context_id, &misc_param_tmpbuf, 1); in render_sequence()
1438 va_status = vaRenderPicture(va_dpy,context_id, &pic_param_buf, 1); in render_picture()
1474 va_status = vaRenderPicture(va_dpy,context_id, render_id, 2); in render_packedsequence()
1512 va_status = vaRenderPicture(va_dpy,context_id, render_id, 2); in render_packedpicture()
1573 va_status = vaRenderPicture(va_dpy,context_id, render_id, 2); in render_packedsei()
1613 va_status = vaRenderPicture(va_dpy,context_id, &misc_parameter_hrd_buf_id, 1); in render_hrd()
1668 va_status = vaRenderPicture(va_dpy,context_id, &slice_param_buf, 1); in render_slice()
/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
DVideoDecoderAVCSecure.cpp317 vaStatus = vaRenderPicture( in decodeSlice()
/hardware/intel/common/libva/va/
Dva_backend.h171 VAStatus (*vaRenderPicture) ( member
Dva.c1063 VAStatus vaRenderPicture ( in vaRenderPicture() function
1078 return ctx->vtable->vaRenderPicture( ctx, context, buffers, num_buffers ); in vaRenderPicture()
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
DVideoDecoderAVCSecure.cpp301 vaStatus = vaRenderPicture( in decodeSlice()
/hardware/intel/common/libmix/mix_video/src/
Dmixvideoformatenc_mpeg4.c1005 va_status = vaRenderPicture(parent->va_display, parent->va_context, in mix_videofmtenc_mpeg4_send_seq_params()
1091 va_status = vaRenderPicture(parent->va_display, parent->va_context, in mix_videofmtenc_mpeg4_send_picture_parameter()
1175 va_status = vaRenderPicture(parent->va_display, parent->va_context, in mix_videofmtenc_mpeg4_send_slice_parameter()
Dmixvideoformatenc_h264.c1015 va_status = vaRenderPicture(parent->va_display, parent->va_context, in mix_videofmtenc_h264_send_seq_params()
1094 va_status = vaRenderPicture(parent->va_display, parent->va_context, in mix_videofmtenc_h264_send_picture_parameter()
1239 va_status = vaRenderPicture(parent->va_display, parent->va_context, in mix_videofmtenc_h264_send_slice_parameter()
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderMPEG2.cpp289 vaStatus = vaRenderPicture( in decodePicture()
DVideoDecoderVP8.cpp346 vaStatus = vaRenderPicture( in decodePicture()
DVideoDecoderWMV.cpp334 vaStatus = vaRenderPicture( in decodePicture()
DVideoDecoderMPEG4.cpp529 vaStatus = vaRenderPicture( in decodeSlice()
/hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/
DVideoDecoderAVCSecure.cpp339 vaStatus = vaRenderPicture( in decodeSlice()
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
DRotationBufferProvider.cpp463 vaStatus = vaRenderPicture(mVaDpy, mVaCtx, &pipelineBuf, 1); in setupRotationBuffer()
/hardware/intel/img/hwcomposer/merrifield/ips/common/
DRotationBufferProvider.cpp468 vaStatus = vaRenderPicture(mVaDpy, mVaCtx, &pipelineBuf, 1); in setupRotationBuffer()

12