Home
last modified time | relevance | path

Searched refs:input_fmt (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/jpege/
H A Dhal_jpege_vepu540c.c61 void *input_fmt; member
84 ctx->input_fmt = mpp_calloc(VepuFmtCfg, 1); in hal_jpege_v540c_init()
114 MPP_FREE(ctx->input_fmt); in hal_jpege_v540c_deinit()
129 VepuFmtCfg *fmt = (VepuFmtCfg *)ctx->input_fmt; in hal_jpege_vepu540c_prepare()
156 cfg.input_fmt = ctx->input_fmt; in hal_jpege_v540c_gen_regs()
/OK3568_Linux_fs/kernel/drivers/misc/rk628/
H A Drk628_config.c36 rk628->input_fmt = format; in rk628_set_input_bus_format()
41 return rk628->input_fmt; in rk628_get_input_bus_format()
H A Drk628.h437 enum bus_format input_fmt; member
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/common/
H A Dvepu540c_common.c98 Vepu541Fmt input_fmt, in vepu540c_jpeg_set_patch_info() argument
112 switch (input_fmt) { in vepu540c_jpeg_set_patch_info()
138 mpp_err("unknown color space: %d\n", input_fmt); in vepu540c_jpeg_set_patch_info()
162 VepuFmtCfg *fmt = (VepuFmtCfg *)cfg->input_fmt; in vepu540c_set_jpeg_reg()
H A Dvepu540c_common.h1743 void *input_fmt; member
/OK3568_Linux_fs/kernel/drivers/staging/media/hantro/
H A Dhantro_postproc.c47 .input_fmt = {G1_REG_PP_CONTROL, 29, 0x7},
89 HANTRO_PP_REG_WRITE(vpu, input_fmt, src_pp_fmt); in hantro_postproc_enable()
H A Dhantro.h287 struct hantro_reg input_fmt; member
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu540c.c90 void *input_fmt; member
144 VepuFmtCfg *fmt = (VepuFmtCfg *)ctx->input_fmt; in vepu540c_h265_setup_hal_bufs()
146 Vepu541Fmt input_fmt = VEPU541_FMT_YUV420P; in vepu540c_h265_setup_hal_bufs() local
162 input_fmt = (Vepu541Fmt)fmt->format; in vepu540c_h265_setup_hal_bufs()
163 switch (input_fmt) { in vepu540c_h265_setup_hal_bufs()
182 hal_h265e_err("invalid src color space: %d\n", input_fmt); in vepu540c_h265_setup_hal_bufs()
535 ctx->input_fmt = mpp_calloc(VepuFmtCfg, 1); in hal_h265e_v540c_init()
580 MPP_FREE(ctx->input_fmt); in hal_h265e_v540c_deinit()
625 vepu540c_h265_set_patch_info(MppDev dev, H265eSyntax_new *syn, Vepu541Fmt input_fmt, HalEncTask *ta… in vepu540c_h265_set_patch_info() argument
640 switch (input_fmt) { in vepu540c_h265_set_patch_info()
[all …]
H A Dhal_h265e_vepu541.c105 void *input_fmt; member
186 VepuFmtCfg *fmt = (VepuFmtCfg *)ctx->input_fmt; in vepu54x_h265_setup_hal_bufs()
188 Vepu541Fmt input_fmt = VEPU541_FMT_YUV420P; in vepu54x_h265_setup_hal_bufs() local
202 input_fmt = (Vepu541Fmt)fmt->format; in vepu54x_h265_setup_hal_bufs()
203 switch (input_fmt) { in vepu54x_h265_setup_hal_bufs()
222 hal_h265e_err("invalid src color space: %d\n", input_fmt); in vepu54x_h265_setup_hal_bufs()
637 ctx->input_fmt = mpp_calloc(VepuFmtCfg, 1); in hal_h265e_v541_init()
691 MPP_FREE(ctx->input_fmt); in hal_h265e_v541_deinit()
758 vepu541_h265_set_patch_info(MppDev dev, H265eSyntax_new *syn, Vepu541Fmt input_fmt, HalEncTask *tas… in vepu541_h265_set_patch_info() argument
771 switch (input_fmt) { in vepu541_h265_set_patch_info()
[all …]
H A Dhal_h265e_vepu580.c121 void *input_fmt; member
312 VepuFmtCfg *fmt = (VepuFmtCfg *)ctx->input_fmt; in vepu580_h265_setup_hal_bufs()
1378 MPP_FREE(ctx->input_fmt); in hal_h265e_v580_deinit()
1458 ctx->input_fmt = mpp_calloc(VepuFmtCfg, 1); in hal_h265e_v580_init()
1554 Vepu541Fmt input_fmt, HalEncTask *task) in vepu580_h265_set_patch_info() argument
1570 switch (input_fmt) { in vepu580_h265_set_patch_info()
1604 hal_h265e_err("unknown color space: %d\n", input_fmt); in vepu580_h265_set_patch_info()
2425 VepuFmtCfg *fmt = (VepuFmtCfg *)ctx->input_fmt; in vepu580_h265e_use_pass1_patch()
2524 VepuFmtCfg *fmt = (VepuFmtCfg *)ctx->input_fmt; in hal_h265e_v580_gen_regs()
2709 VepuFmtCfg *fmt = (VepuFmtCfg *)ctx->input_fmt; in hal_h265e_v580_start()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddisplay.h30 u32 input_fmt; /* 0x04c */ member
/OK3568_Linux_fs/u-boot/drivers/video/sunxi/
H A Dsunxi_display.c376 writel(SUNXI_DE_FE_INPUT_FMT_ARGB8888, &de_fe->input_fmt); in sunxi_frontend_mode_set()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dcapture.c557 const struct cif_input_fmt *input_fmt = stream->cif_fmt_in; in rkcif_output_fmt_check() local
561 switch (input_fmt->mbus_code) { in rkcif_output_fmt_check()
676 input_fmt->mbus_code, in rkcif_output_fmt_check()