Home
last modified time | relevance | path

Searched refs:edge_open (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/agic/
H A Drk_aiq_uapi_agic_int.cpp32 pAgicCtx->attr.v1.edge_open = attr->edge_open; in rk_aiq_uapi_agic_v1_SetAttrib()
51 attr->edge_open = pAgicCtx->attr.v1.edge_open; in rk_aiq_uapi_agic_v1_GetAttrib()
H A Drk_aiq_algo_agic_v1.cpp26 attr->edge_open = db->GicTuningPara.edge_en; in GicV1CalibToAttr()
247 pAgicRes->ProcResV20.edge_open = pAgicCtx->ConfigData.ConfigV20.edge_open; in AgicGetProcResultV20()
374 pAgicCtx->ConfigData.ConfigV20.edge_open = pAgicCtx->attr.v1.edge_open; in AgicProcessV20()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/agic/
H A Drk_aiq_types_algo_agic_int.h26 uint8_t edge_open; member
107 unsigned char edge_open; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/
H A Dagic_uapi_head.h143 uint8_t edge_open; member
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dio_edgeport.c275 static int edge_open(struct tty_struct *tty, struct usb_serial_port *port);
889 static int edge_open(struct tty_struct *tty, struct usb_serial_port *port) in edge_open() function
3108 .open = edge_open,
3144 .open = edge_open,
3180 .open = edge_open,
3216 .open = edge_open,
H A Dio_ti.c1840 static int edge_open(struct tty_struct *tty, struct usb_serial_port *port) in edge_open() function
2714 .open = edge_open,
2753 .open = edge_open,
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-isp2-config.h929 __u8 edge_open; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drkisp2-config.h941 u8 edge_open; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp2937 isp_gic_cfg->edge_open = gic_cfg.ProcResV20.edge_open; in convertAiqGicToIsp20Params()
H A DCamHwIsp20.cpp3510 isp_params->others.gic_cfg.edge_open,
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v2x.c3239 if (arg->edge_open) in isp_gic_config()