Home
last modified time | relevance | path

Searched refs:set_tx_format (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DRawStreamCapUnit.h42 XCamReturn set_tx_format(const struct v4l2_subdev_format& sns_sd_fmt, uint32_t sns_v4l_pix_fmt);
43 …XCamReturn set_tx_format(const struct v4l2_subdev_selection& sns_sd_sel, uint32_t sns_v4l_pix_fmt);
H A DRawStreamCapUnit.cpp301 RawStreamCapUnit::set_tx_format(const struct v4l2_subdev_format& sns_sd_fmt, in set_tx_format() function in RkCam::RawStreamCapUnit
330 RawStreamCapUnit::set_tx_format(const struct v4l2_subdev_selection& sns_sd_sel, in set_tx_format() function in RkCam::RawStreamCapUnit
H A DCamHwIsp20.cpp1779 mRawCapUnit->set_tx_format(sns_sd_sel, sns_v4l_pix_fmt); in setupPipelineFmtCif()
1784 mRawCapUnit->set_tx_format(sns_sd_sel, sns_v4l_pix_fmt); in setupPipelineFmtCif()
1891 mRawCapUnit->set_tx_format(sns_sd_fmt, sns_v4l_pix_fmt); in setupPipelineFmtIsp()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/stream_cfg/
H A DRawStreamCapUnit.h74 void set_tx_format(uint32_t width, uint32_t heigh, uint32_t pix_fmt, int mode);
H A Drk_vi_user_api_stream_cfg.cpp112 ctx->_mRawCapUnit->set_tx_format(p->width, p->height, p->pix_fmt, p->mem_mode); in rkrawstream_vicap_prepare()
H A DRawStreamCapUnit.cpp271 RawStreamCapUnit::set_tx_format(uint32_t width, uint32_t height, uint32_t pix_fmt, int mode) in set_tx_format() function in RkRawStream::RawStreamCapUnit