Home | History | Annotate | Download | only in src

Lines Matching refs:current_render_target

78     psb_surface_p src_surface = obj_context->current_render_target->psb_surface;
79 psb_surface_p out_loop_surface = obj_context->current_render_target->out_loop_surface;
83 /* In VPP ctx, current_render_target is rotated surface */
92 out_loop_surface = obj_context->current_render_target->scaling_surface;
100 startX = ((uint32_t)obj_context->current_render_target->offset_x_s + 0x3f) & ~0x3f;
101 startY = ((uint32_t)obj_context->current_render_target->offset_y_s + 0x1) & ~0x1;
491 surface_param.src_surface = obj_context->current_render_target->scaling_surface;
492 surface_param.display_width = obj_context->current_render_target->buffer_width_s;
493 surface_param.display_height = obj_context->current_render_target->buffer_height_s;
494 surface_param.coded_width = obj_context->current_render_target->width_s;
495 surface_param.coded_height = obj_context->current_render_target->height_s;