Home
last modified time | relevance | path

Searched refs:capture_raw_ctl (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/
H A Drk_aiq_user_api2_debug.cpp50 ret = ctx->_camHw->capture_raw_ctl(type); in rk_aiq_uapi2_debug_captureRawYuvSync()
64 ret = ctx->_camHw->capture_raw_ctl(type, count, capture_dir, output_dir); in rk_aiq_uapi2_debug_captureRawSync()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DRawStreamProcUnit.h82 …XCamReturn capture_raw_ctl(capture_raw_t type, int count = 0, const char* capture_dir = nullptr, c…
85 return _rawCap->capture_raw_ctl(type, count, capture_dir, output_dir);
H A DCaptureRawData.h56 …XCamReturn capture_raw_ctl(capture_raw_t type, int count = 0, const char* capture_dir = nullptr, c…
H A DCamHwIsp20.h119 …XCamReturn capture_raw_ctl(capture_raw_t type, int count = 0, const char* capture_dir = nullptr, c…
H A DCaptureRawData.cpp853 CaptureRawData::capture_raw_ctl(capture_raw_t type, int count, const char* capture_dir, char* outpu… in capture_raw_ctl() function in RkCam::CaptureRawData
H A DCamHwIsp20.cpp4791 XCamReturn CamHwIsp20::capture_raw_ctl(capture_raw_t type, int count, const char* capture_dir, char… in capture_raw_ctl() function in RkCam::CamHwIsp20
4798 return mRawProcUnit->capture_raw_ctl(type); in capture_raw_ctl()
4800 return mRawProcUnit->capture_raw_ctl(type, count, capture_dir, output_dir); in capture_raw_ctl()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/simulator/
H A DCamHwSimulator.h53 XCamReturn capture_raw_ctl(bool sync) { in capture_raw_ctl() function
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/
H A DICamHw.h113 virtual XCamReturn capture_raw_ctl(capture_raw_t type, int count = 0,
H A DCamHwBase.h89 virtual XCamReturn capture_raw_ctl(capture_raw_t type, int count = 0,