Lines Matching refs:context_id
568 VAContextID context_id; in tinyjpeg_decode() local
713 &context_id); in tinyjpeg_decode()
716 va_status = vaCreateBuffer(va_dpy, context_id, in tinyjpeg_decode()
735 va_status = vaCreateBuffer(va_dpy, context_id, in tinyjpeg_decode()
765 va_status = vaCreateBuffer(va_dpy, context_id, in tinyjpeg_decode()
791 va_status = vaCreateBuffer(va_dpy, context_id, in tinyjpeg_decode()
798 va_status = vaCreateBuffer(va_dpy, context_id, in tinyjpeg_decode()
806 va_status = vaBeginPicture(va_dpy, context_id, surface_id); in tinyjpeg_decode()
809 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()
824 va_status = vaEndPicture(va_dpy,context_id); in tinyjpeg_decode()
846 vaDestroyContext(va_dpy,context_id); in tinyjpeg_decode()