Home
last modified time | relevance | path

Searched refs:gsc_frame (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/media/platform/exynos-gsc/
Dgsc-core.h194 struct gsc_frame { struct
359 struct gsc_frame s_frame;
360 struct gsc_frame d_frame;
378 void gsc_set_prefbuf(struct gsc_dev *gsc, struct gsc_frame *frm);
383 u32 get_plane_size(struct gsc_frame *fr, unsigned int plane);
388 void gsc_set_frame_size(struct gsc_frame *frame, int width, int height);
396 struct gsc_frame *s_frame,
404 struct gsc_frame *frame, struct gsc_addr *addr);
472 static inline struct gsc_frame *ctx_get_frame(struct gsc_ctx *ctx, in ctx_get_frame()
475 struct gsc_frame *frame; in ctx_get_frame()
Dgsc-regs.c123 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()
Dgsc-m2m.c124 struct gsc_frame *s_frame, *d_frame; in gsc_get_bufs()
232 struct gsc_frame *frame; in gsc_m2m_queue_setup()
251 struct gsc_frame *frame; in gsc_m2m_buf_prepare()
327 struct gsc_frame *frame; in gsc_m2m_s_fmt_mplane()
452 struct gsc_frame *frame; in gsc_m2m_g_selection()
489 struct gsc_frame *frame; in gsc_m2m_s_selection()
Dgsc-core.c230 void gsc_set_frame_size(struct gsc_frame *frame, int width, int height) in gsc_set_frame_size()
276 struct gsc_frame *s_frame, u32 *wratio, in gsc_check_src_scale_info()
322 static int get_plane_info(struct gsc_frame *frm, u32 addr, u32 *index, u32 *ret_addr) in get_plane_info()
340 void gsc_set_prefbuf(struct gsc_dev *gsc, struct gsc_frame *frm) in gsc_set_prefbuf()
481 struct gsc_frame *frame; in gsc_g_fmt_mplane()
520 struct gsc_frame *f; in gsc_try_selection()
637 struct gsc_frame *s_frame = &ctx->s_frame; in gsc_set_scaler_info()
638 struct gsc_frame *d_frame = &ctx->d_frame; in gsc_set_scaler_info()
801 struct gsc_frame *frame, struct gsc_addr *addr) in gsc_prepare_addr()