Lines Matching defs:context
266 // macroblock context buffer
403 // macroblock context buffer
1145 RVID_ERR("Can't allocated context buffer.\n");
1147 si_vid_clear_buffer(decoder->context, &dec->ctx);
1215 struct pipe_video_codec *si_common_uvd_create_decoder(struct pipe_context *context,
1219 struct si_context *sctx = (struct si_context *)context;
1230 return vl_create_mpeg12_decoder(context, templ);
1255 dec->base.context = context;
1269 dec->screen = context->screen;
1273 RVID_ERR("Can't get command submission context.\n");
1298 si_vid_clear_buffer(context, &dec->msg_fb_it_buffers[i]);
1299 si_vid_clear_buffer(context, &dec->bs_buffers[i]);
1308 si_vid_clear_buffer(context, &dec->dpb);
1314 RVID_ERR("Can't allocated context buffer.\n");
1317 si_vid_clear_buffer(context, &dec->ctx);
1326 si_vid_clear_buffer(context, &dec->sessionctx);