Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/fakecamera/
H A DFakeCamHwIsp20.cpp91 mRawProcUnit->set_rx_devices(_mipi_rx_devs); in prepare()
133 _mipi_rx_devs[0] = new V4l2Device (s_info->isp_info->rawrd2_s_path);//rkisp_rawrd2_s in init_mipi_devices()
134 _mipi_rx_devs[0]->open(); in init_mipi_devices()
135 _mipi_rx_devs[0]->set_mem_type(_rx_memory_type); in init_mipi_devices()
142 _mipi_rx_devs[1] = new V4l2Device (s_info->isp_info->rawrd0_m_path);//rkisp_rawrd0_m in init_mipi_devices()
143 _mipi_rx_devs[1]->open(); in init_mipi_devices()
144 _mipi_rx_devs[1]->set_mem_type(_rx_memory_type); in init_mipi_devices()
151 _mipi_rx_devs[2] = new V4l2Device (s_info->isp_info->rawrd1_l_path);//rkisp_rawrd1_l in init_mipi_devices()
152 _mipi_rx_devs[2]->open(); in init_mipi_devices()
153 _mipi_rx_devs[2]->set_mem_type(_rx_memory_type); in init_mipi_devices()
[all …]
H A DFakeCamHwIsp20.h53 SmartPtr<V4l2Device> _mipi_rx_devs[3]; variable
/OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/stream_cfg/
H A DRawStreamProcUnit.h71 SmartPtr<V4l2Device> _mipi_rx_devs[3]; variable