Home
last modified time | relevance | path

Searched refs:mipi_luma_path (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/
H A Drk_aiq_types_priv.h356 char mipi_luma_path[DEV_PATH_LEN]; member
424 char mipi_luma_path[DEV_PATH_LEN]; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/stream_cfg/
H A DMediaInfo.cpp533 … strncpy(isp_info[index].mipi_luma_path, entity_name, sizeof(isp_info[index].mipi_luma_path)-1); in get_isp_subdevs()
719 …strncpy(cif_info[index].mipi_luma_path, entity_name, sizeof(cif_info[index].mipi_luma_path)-1 - 1); in get_cif_subdevs()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DCamHwIsp20.cpp620 … strncpy(isp_info[index].mipi_luma_path, entity_name, sizeof(isp_info[index].mipi_luma_path)); in get_isp_subdevs()
813 … strncpy(cif_info[index].mipi_luma_path, entity_name, sizeof(cif_info[index].mipi_luma_path) - 1); in get_cif_subdevs()
1516 if (strlen(s_info->isp_info->mipi_luma_path)) { in init()
1518 mIspLumaDev = new V4l2Device(s_info->isp_info->mipi_luma_path); in init()
1520 mIspLumaDev = new V4l2Device(s_info->cif_info->mipi_luma_path); in init()