Home | History | Annotate | Download | only in mrst

Lines Matching defs:obj_buffer

1117 static VAStatus psb__MPEG2MC_process_picture_param(context_MPEG2MC_p ctx, object_buffer_p obj_buffer)
1122 ctx->pic_params = (VAPictureParameterBufferMPEG2 *) obj_buffer->buffer_data;
1123 obj_buffer->buffer_data = NULL;
1124 obj_buffer->size = 0;
1399 object_buffer_p obj_buffer = buffers[i];
1401 switch (obj_buffer->type) {
1404 vaStatus = psb__MPEG2MC_process_picture_param(ctx, obj_buffer);
1410 ctx->mb_param = (VAMacroblockParameterBufferMPEG2 *)obj_buffer->buffer_data;
1412 ctx->mb_in_buffer = obj_buffer->num_elements;
1419 ctx->residual_buf = obj_buffer->psb_buffer;
1420 ctx->blk_in_buffer = obj_buffer->num_elements;
1424 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Unhandled buffer type 0x%x\n", obj_buffer->type);