| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/ |
| H A D | allwinner,sun8i-h3-deinterlace.yaml | 4 $id: http://devicetree.org/schemas/media/allwinner,sun8i-h3-deinterlace.yaml# 7 title: Allwinner H3 Deinterlace Device Tree Bindings 15 The Allwinner H3 and later has a deinterlace core used for 21 - const: allwinner,sun8i-h3-deinterlace 23 - const: allwinner,sun50i-a64-deinterlace 24 - const: allwinner,sun8i-h3-deinterlace 34 - description: Deinterlace interface clock 35 - description: Deinterlace module clock 36 - description: Deinterlace DRAM clock 67 deinterlace: deinterlace@1400000 { [all …]
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/iep2/ |
| H A D | iep2_ff.c | 49 …iep_dbg_trace("deinterlace pd_cnt %d : %d, gradt cnt %d : %d, cur cnt %d : %d, nxt cnt %d : %d, bl… in iep2_check_ffo() 55 …iep_dbg_trace("deinterlace tdiff %u, bdiff %u, ff00t %u, ff00b %u, ff11t %u ff11b %u ff0t1b %u ff0… in iep2_check_ffo() 64 …iep_dbg_trace("deinterlace cur %u, %u, nxt %u, %u, ble %u, %u, diff %u, %u, nz %u, f %u, comb %u\n… in iep2_check_ffo() 73 iep_dbg_trace("deinterlace check ffo abort at %d\n", __LINE__); in iep2_check_ffo() 77 iep_dbg_trace("deinterlace ffi %u ffx %u\n", ffi, ffx); in iep2_check_ffo() 80 iep_dbg_trace("deinterlace check ffo abort at %d\n", __LINE__); in iep2_check_ffo() 94 iep_dbg_trace("deinterlace (frm,fie) offset %d, %d, score %d, %d\n", in iep2_check_ffo() 105 iep_dbg_trace("deinterlace frame mode\n"); in iep2_check_ffo() 108 iep_dbg_trace("deinterlace field mode\n"); in iep2_check_ffo() 113 iep_dbg_trace("deinterlace check ffo abort at %d\n", __LINE__); in iep2_check_ffo() [all …]
|
| H A D | iep2.c | 232 iep_dbg_trace("deinterlace detect osd cnt %d, combo %d\n", in iep2_done() 319 iep_dbg_trace("deinterlace, mode %d, out mode %d, fo_detected %d, dil_order %d\n", in iep2_set_param()
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/iep/test/ |
| H A D | iep_test.cpp | 94 if (iniparser_find_entry(ini, "deinterlace")) { in parse_cfg() 97 iniparser_getint(ini, "deinterlace:high_freq_en", 0); in parse_cfg() 99 (IepDeiMode)iniparser_getint(ini, "deinterlace:dei_mode", 0); in parse_cfg() 101 iniparser_getint(ini, "deinterlace:dei_high_freq_fct", 0); in parse_cfg() 103 iniparser_getint(ini, "deinterlace:dei_ei_mode", 0); in parse_cfg() 105 iniparser_getint(ini, "deinterlace:dei_ei_smooth", 0); in parse_cfg() 107 iniparser_getint(ini, "deinterlace:dei_ei_sel", 0); in parse_cfg() 109 iniparser_getint(ini, "deinterlace:dei_ei_radius", 0); in parse_cfg() 431 mpp_log(" 1 - deinterlace\n"); in iep_test_help() 435 …h 480 -c yuv420p -f input.yuv -W 720 -H 480 -C yuv420p -F output.yuv -m deinterlace -x dil.cfg\n"); in iep_test_help() [all …]
|
| H A D | iep_dei.cfg | 1 [deinterlace]
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/inc/ |
| H A D | iep_common.h | 36 // deinterlace command 37 IEP_CMD_SET_DEI_CFG = 0x0100, // config deinterlace configure 38 IEP_CMD_SET_DEI_SRC1, // config deinterlace extra source 39 IEP_CMD_SET_DEI_DST1, // config deinterlace extra destination
|
| H A D | iep_api.h | 59 RK_U32 dei_ei_mode; // deinterlace edge interpolation 0: disable, 1: enable 60 …RK_U32 dei_ei_smooth; // deinterlace edge interpolation for smooth effect 0: disable… 61 RK_U32 dei_ei_sel; // deinterlace edge interpolation select 62 RK_U32 dei_ei_radius; // deinterlace edge interpolation radius [0, 3]
|
| /OK3568_Linux_fs/external/mpp/mpp/legacy/ |
| H A D | ppOp.h | 76 RK_U32 deinterlace; // do deinterlace or not member
|
| H A D | ppOp.cpp | 170 opt.deinterlace = 0; in main()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/iep/ |
| H A D | iep_drv.h | 41 // deinterlace high frequency 45 // deinterlace edge interpolation
|
| H A D | hw_iep_reg.c | 472 IEP_ERR("unknown deinterlace mode, set deinterlace mode (bypass)\n"); in iep_config_dil() 1159 // former frame when processing deinterlace in iep_config_dst_addr() 1182 // former frame when processing deinterlace in iep_config_dst_addr() 1347 IEP_ERR("invalid deinterlace mode\n"); in iep_set_deinterlace_mode()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | sun8i-h3.dtsi | 153 deinterlace: deinterlace@1400000 { label 154 compatible = "allwinner,sun8i-h3-deinterlace";
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/ |
| H A D | Kconfig | 287 tristate "Deinterlace support" 518 tristate "Allwinner Deinterlace driver" 526 Support for the Allwinner deinterlace unit with scaling
|
| H A D | Makefile | 24 obj-$(CONFIG_VIDEO_MEM2MEM_DEINTERLACE) += m2m-deinterlace.o
|
| /OK3568_Linux_fs/buildroot/package/intel-mediasdk/ |
| H A D | Config.in | 19 Deinterlace, Denoise, Resize, Rotate, Composition
|
| /OK3568_Linux_fs/kernel/drivers/clk/sunxi-ng/ |
| H A D | ccu-suniv-f1c100s.c | 167 static SUNXI_CCU_GATE(bus_deinterlace_clk, "bus-deinterlace", "ahb", 250 static SUNXI_CCU_GATE(dram_deinterlace_clk, "dram-deinterlace", 279 static SUNXI_CCU_M_WITH_MUX_TABLE_GATE(deinterlace_clk, "deinterlace",
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A D | platform-cardlist.rst | 65 sun8i-di Allwinner Deinterlace
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/allwinner/ |
| H A D | sun50i-a64.dtsi | 1135 deinterlace: deinterlace@1e00000 { label 1136 compatible = "allwinner,sun50i-a64-deinterlace", 1137 "allwinner,sun8i-h3-deinterlace";
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-good/ |
| H A D | Config.in | 85 bool "deinterlace"
|
| /OK3568_Linux_fs/external/mpp/inc/ |
| H A D | rk_mpi_cmd.h | 104 … MPP_DEC_SET_ENABLE_DEINTERLACE, /* MPP enable deinterlace by default. Vpuapi can disable it */
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/sunxi/sun8i-di/ |
| H A D | sun8i-di.h | 3 * Allwinner Deinterlace driver
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/ |
| H A D | rk_mpi_cmd.h | 104 … MPP_DEC_SET_ENABLE_DEINTERLACE, /* MPP enable deinterlace by default. Vpuapi can disable it */
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/sti/bdisp/ |
| H A D | bdisp-reg.h | 187 #define BLT_INS_DEI BIT(13) /* Deinterlace */
|
| /OK3568_Linux_fs/external/rockit/mpi/sdk/include/ |
| H A D | rk_comm_vdec.h | 44 RK_BOOL bDeiEn; /* RW, deinterlace enable */
|
| /OK3568_Linux_fs/external/rockit/mpi/example/mod/ |
| H A D | test_mpi_vdec.cpp | 659 RK_PRINT("enable deinterlace : %d\n", ctx->bEnableDei); in mpi_vdec_test_show_options() 715 "enable deinterlace, default(0);", NULL, 0, 0), in main()
|