Lines Matching defs:context
303 // macroblock context buffer
1034 struct pipe_video_codec *ruvd_create_decoder(struct pipe_context *context,
1038 struct radeon_winsys* ws = ((struct r600_common_context *)context)->ws;
1039 struct r600_common_context *rctx = (struct r600_common_context*)context;
1052 return vl_create_mpeg12_decoder(context, templ);
1077 dec->base.context = context;
1091 dec->screen = context->screen;
1095 RVID_ERR("Can't get command submission context.\n");
1118 rvid_clear_buffer(context, &dec->msg_fb_it_buffers[i]);
1119 rvid_clear_buffer(context, &dec->bs_buffers[i]);
1128 rvid_clear_buffer(context, &dec->dpb);