Searched refs:gsc_frame (Results 1 – 4 of 4) sorted by relevance
| /Linux-v4.19/drivers/media/platform/exynos-gsc/ |
| D | gsc-core.h | 198 struct gsc_frame { struct 363 struct gsc_frame s_frame; 364 struct gsc_frame d_frame; 382 void gsc_set_prefbuf(struct gsc_dev *gsc, struct gsc_frame *frm); 387 u32 get_plane_size(struct gsc_frame *fr, unsigned int plane); 392 void gsc_set_frame_size(struct gsc_frame *frame, int width, int height); 401 struct gsc_frame *s_frame, 409 struct gsc_frame *frame, struct gsc_addr *addr); 477 static inline struct gsc_frame *ctx_get_frame(struct gsc_ctx *ctx, in ctx_get_frame() 480 struct gsc_frame *frame; in ctx_get_frame()
|
| D | gsc-regs.c | 127 struct gsc_frame *frame = &ctx->s_frame; in gsc_hw_set_in_size() 149 struct gsc_frame *frame = &ctx->s_frame; in gsc_hw_set_in_image_rgb() 169 struct gsc_frame *frame = &ctx->s_frame; in gsc_hw_set_in_image_format() 240 struct gsc_frame *frame = &ctx->d_frame; in gsc_hw_set_out_size() 269 struct gsc_frame *frame = &ctx->d_frame; in gsc_hw_set_out_image_rgb() 289 struct gsc_frame *frame = &ctx->d_frame; in gsc_hw_set_out_image_format() 407 struct gsc_frame *frame = &ctx->d_frame; in gsc_hw_set_global_alpha()
|
| D | gsc-core.c | 255 void gsc_set_frame_size(struct gsc_frame *frame, int width, int height) in gsc_set_frame_size() 301 struct gsc_frame *s_frame, u32 *wratio, in gsc_check_src_scale_info() 348 static int get_plane_info(struct gsc_frame *frm, u32 addr, u32 *index, u32 *ret_addr) in get_plane_info() 366 void gsc_set_prefbuf(struct gsc_dev *gsc, struct gsc_frame *frm) in gsc_set_prefbuf() 507 struct gsc_frame *frame; in gsc_g_fmt_mplane() 546 struct gsc_frame *frame; in gsc_g_crop() 559 struct gsc_frame *f; in gsc_try_crop() 676 struct gsc_frame *s_frame = &ctx->s_frame; in gsc_set_scaler_info() 677 struct gsc_frame *d_frame = &ctx->d_frame; in gsc_set_scaler_info() 840 struct gsc_frame *frame, struct gsc_addr *addr) in gsc_prepare_addr()
|
| D | gsc-m2m.c | 128 struct gsc_frame *s_frame, *d_frame; in gsc_get_bufs() 236 struct gsc_frame *frame; in gsc_m2m_queue_setup() 255 struct gsc_frame *frame; in gsc_m2m_buf_prepare() 333 struct gsc_frame *frame; in gsc_m2m_s_fmt_mplane() 458 struct gsc_frame *frame; in gsc_m2m_g_selection() 495 struct gsc_frame *frame; in gsc_m2m_s_selection()
|