Searched refs:gsc_frame (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/media/platform/samsung/exynos-gsc/ |
D | gsc-core.h | 192 struct gsc_frame { struct 366 struct gsc_frame s_frame; 367 struct gsc_frame d_frame; 385 void gsc_set_prefbuf(struct gsc_dev *gsc, struct gsc_frame *frm); 390 u32 get_plane_size(struct gsc_frame *fr, unsigned int plane); 395 void gsc_set_frame_size(struct gsc_frame *frame, int width, int height); 403 struct gsc_frame *s_frame, 411 struct gsc_frame *frame, struct gsc_addr *addr); 479 static inline struct gsc_frame *ctx_get_frame(struct gsc_ctx *ctx, in ctx_get_frame() 482 struct gsc_frame *frame; in ctx_get_frame()
|
D | gsc-regs.c | 123 struct gsc_frame *frame = &ctx->s_frame; in gsc_hw_set_in_size() 145 struct gsc_frame *frame = &ctx->s_frame; in gsc_hw_set_in_image_rgb() 165 struct gsc_frame *frame = &ctx->s_frame; in gsc_hw_set_in_image_format() 236 struct gsc_frame *frame = &ctx->d_frame; in gsc_hw_set_out_size() 265 struct gsc_frame *frame = &ctx->d_frame; in gsc_hw_set_out_image_rgb() 285 struct gsc_frame *frame = &ctx->d_frame; in gsc_hw_set_out_image_format() 403 struct gsc_frame *frame = &ctx->d_frame; in gsc_hw_set_global_alpha()
|
D | gsc-m2m.c | 122 struct gsc_frame *s_frame, *d_frame; in gsc_get_bufs() 230 struct gsc_frame *frame; in gsc_m2m_queue_setup() 249 struct gsc_frame *frame; in gsc_m2m_buf_prepare() 320 struct gsc_frame *frame; in gsc_m2m_s_fmt_mplane() 445 struct gsc_frame *frame; in gsc_m2m_g_selection() 482 struct gsc_frame *frame; in gsc_m2m_s_selection()
|
D | gsc-core.c | 229 void gsc_set_frame_size(struct gsc_frame *frame, int width, int height) in gsc_set_frame_size() 275 struct gsc_frame *s_frame, u32 *wratio, in gsc_check_src_scale_info() 321 static int get_plane_info(struct gsc_frame *frm, u32 addr, u32 *index, u32 *ret_addr) in get_plane_info() 339 void gsc_set_prefbuf(struct gsc_dev *gsc, struct gsc_frame *frm) in gsc_set_prefbuf() 479 struct gsc_frame *frame; in gsc_g_fmt_mplane() 518 struct gsc_frame *f; in gsc_try_selection() 635 struct gsc_frame *s_frame = &ctx->s_frame; in gsc_set_scaler_info() 636 struct gsc_frame *d_frame = &ctx->d_frame; in gsc_set_scaler_info() 799 struct gsc_frame *frame, struct gsc_addr *addr) in gsc_prepare_addr()
|