Searched refs:clip_rect (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_debug.c | 111 plane_state->clip_rect.x, in pre_surface_trace() 112 plane_state->clip_rect.y, in pre_surface_trace() 113 plane_state->clip_rect.width, in pre_surface_trace() 114 plane_state->clip_rect.height); in pre_surface_trace() 285 update->scaling_info->clip_rect.x, in update_surface_trace() 286 update->scaling_info->clip_rect.y, in update_surface_trace() 287 update->scaling_info->clip_rect.width, in update_surface_trace() 288 update->scaling_info->clip_rect.height, in update_surface_trace()
|
| H A D | dc_resource.c | 675 clip.x = stream->src.x > plane_state->clip_rect.x ? in calculate_viewport() 676 stream->src.x : plane_state->clip_rect.x; in calculate_viewport() 679 plane_state->clip_rect.x + plane_state->clip_rect.width ? in calculate_viewport() 681 plane_state->clip_rect.x + plane_state->clip_rect.width - clip.x ; in calculate_viewport() 683 clip.y = stream->src.y > plane_state->clip_rect.y ? in calculate_viewport() 684 stream->src.y : plane_state->clip_rect.y; in calculate_viewport() 687 plane_state->clip_rect.y + plane_state->clip_rect.height ? in calculate_viewport() 689 plane_state->clip_rect.y + plane_state->clip_rect.height - clip.y ; in calculate_viewport() 775 struct rect surf_clip = plane_state->clip_rect; in calculate_recout() 1228 plane_state->clip_rect.height, in resource_build_scaling_params() [all …]
|
| H A D | dc.c | 1803 if (u->scaling_info->clip_rect.width != u->surface->clip_rect.width in get_scaling_info_update_type() 1804 || u->scaling_info->clip_rect.height != u->surface->clip_rect.height in get_scaling_info_update_type() 1832 || u->scaling_info->clip_rect.x != u->surface->clip_rect.x in get_scaling_info_update_type() 1833 || u->scaling_info->clip_rect.y != u->surface->clip_rect.y in get_scaling_info_update_type() 2075 surface->clip_rect = in copy_surface_update_to_plane() 2076 srf_update->scaling_info->clip_rect; in copy_surface_update_to_plane()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce60/ |
| H A D | dce60_hw_sequencer.c | 361 pipe_ctx->plane_state->clip_rect.x, in dce60_program_front_end_for_pipe() 362 pipe_ctx->plane_state->clip_rect.y, in dce60_program_front_end_for_pipe() 363 pipe_ctx->plane_state->clip_rect.width, in dce60_program_front_end_for_pipe() 364 pipe_ctx->plane_state->clip_rect.height); in dce60_program_front_end_for_pipe()
|
| /OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/ |
| H A D | ximagesink.h | 149 GstVideoRectangle clip_rect; member
|
| H A D | ximagesink.c | 1095 ximagesink->clip_rect.x, ximagesink->clip_rect.y, in gst_x_image_sink_xwindow_fill_key() 1096 ximagesink->clip_rect.x + ximagesink->clip_rect.w, in gst_x_image_sink_xwindow_fill_key() 1097 ximagesink->clip_rect.y + ximagesink->clip_rect.h); in gst_x_image_sink_xwindow_fill_key() 1198 if (draw_border || !RECT_EQUAL (ximagesink->clip_rect, result)) { in gst_x_image_sink_ximage_put() 1199 ximagesink->clip_rect = result; in gst_x_image_sink_ximage_put() 1205 memset (&ximagesink->clip_rect, 0, sizeof (GstVideoRectangle)); in gst_x_image_sink_ximage_put() 2714 if (!EMPTY_RECT (self->clip_rect)) in gst_x_image_sink_stop()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/ |
| H A D | dc.h | 832 struct rect clip_rect; member 905 struct rect clip_rect; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce110/ |
| H A D | dce110_hw_sequencer.c | 2629 pipe_ctx->plane_state->clip_rect.x, in dce110_program_front_end_for_pipe() 2630 pipe_ctx->plane_state->clip_rect.y, in dce110_program_front_end_for_pipe() 2631 pipe_ctx->plane_state->clip_rect.width, in dce110_program_front_end_for_pipe() 2632 pipe_ctx->plane_state->clip_rect.height); in dce110_program_front_end_for_pipe()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm.c | 3781 scaling_info->clip_rect = scaling_info->dst_rect; in fill_dc_scaling_info() 4252 dc_plane_state->clip_rect = scaling_info.clip_rect; in fill_dc_plane_attributes()
|