Home
last modified time | relevance | path

Searched refs:_isp_core_dev (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/stream_cfg/
H A DRawStreamProcUnit.cpp310 _isp_core_dev = new V4l2SubDevice(s_info->isp_info->isp_dev_path); in RawStreamProcUnit()
311 _isp_core_dev->open(); in RawStreamProcUnit()
474 ret = _isp_core_dev->getFormat(isp_sink_fmt); in setup_pipeline_fmt()
483 ret = _isp_core_dev->setFormat(isp_sink_fmt); in setup_pipeline_fmt()
504 ret = _isp_core_dev->set_selection (aSelection); in setup_pipeline_fmt()
516 ret = _isp_core_dev->set_selection (aSelection); in setup_pipeline_fmt()
531 ret = _isp_core_dev->getFormat(isp_src_fmt); in setup_pipeline_fmt()
539 ret = _isp_core_dev->setFormat(isp_src_fmt); in setup_pipeline_fmt()
940 _isp_core_dev->io_control(RKISP_CMD_TRIGGER_READ_BACK, &tg); in trigger_isp_readback()
H A DRawStreamProcUnit.h159 SmartPtr<V4l2SubDevice> _isp_core_dev; variable
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DSPStreamProcUnit.cpp164 ret = _isp_core_dev->getFormat(isp_src_fmt); in prepare()
221 _isp_core_dev = isp_core_dev; in set_devices()
232 res = _isp_core_dev->io_control(RKISP_CMD_GET_FBCBUF_FD , &ispbuf_fd); in init_fbcbuf_fd()
H A DRawStreamCapUnit.h98 SmartPtr<V4l2SubDevice> _isp_core_dev; variable
H A DSPStreamProcUnit.h94 SmartPtr<V4l2SubDevice> _isp_core_dev; variable
H A DRawStreamProcUnit.h121 SmartPtr<V4l2SubDevice> _isp_core_dev; variable
H A DRawStreamProcUnit.cpp249 _isp_core_dev = ispdev; in set_devices()
553 _isp_core_dev->io_control(RKISP_CMD_TRIGGER_READ_BACK, &tg); in trigger_isp_readback()
H A DRawStreamCapUnit.cpp361 _isp_core_dev = ispdev; in set_devices()