Home
last modified time | relevance | path

Searched refs:_mipi_tx_devs (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/fakecamera/
H A DFakeCamHwIsp20.cpp87 fakeSensorHw->set_mipi_tx_devs(_mipi_tx_devs); in prepare()
90 mRawCapUnit->set_tx_devices(_mipi_tx_devs); in prepare()
128 _mipi_tx_devs[0] = new FakeV4l2Device (); in init_mipi_devices()
129 _mipi_tx_devs[0]->open(); in init_mipi_devices()
130 _mipi_tx_devs[0]->set_mem_type(_tx_memory_type); in init_mipi_devices()
131 _mipi_tx_devs[0]->set_buf_type(V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE); in init_mipi_devices()
137 _mipi_tx_devs[1] = new FakeV4l2Device (); in init_mipi_devices()
138 _mipi_tx_devs[1]->open(); in init_mipi_devices()
139 _mipi_tx_devs[1]->set_mem_type(_tx_memory_type); in init_mipi_devices()
140 _mipi_tx_devs[1]->set_buf_type(V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE); in init_mipi_devices()
[all …]
H A DFakeCamHwIsp20.h52 SmartPtr<V4l2Device> _mipi_tx_devs[3]; variable