Searched refs:capture_raw_ctl (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/ |
| H A D | rk_aiq_user_api2_debug.cpp | 50 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 D | RawStreamProcUnit.h | 82 …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 D | CaptureRawData.h | 56 …XCamReturn capture_raw_ctl(capture_raw_t type, int count = 0, const char* capture_dir = nullptr, c…
|
| H A D | CamHwIsp20.h | 119 …XCamReturn capture_raw_ctl(capture_raw_t type, int count = 0, const char* capture_dir = nullptr, c…
|
| H A D | CaptureRawData.cpp | 853 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 D | CamHwIsp20.cpp | 4791 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 D | CamHwSimulator.h | 53 XCamReturn capture_raw_ctl(bool sync) { in capture_raw_ctl() function
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/ |
| H A D | ICamHw.h | 113 virtual XCamReturn capture_raw_ctl(capture_raw_t type, int count = 0,
|
| H A D | CamHwBase.h | 89 virtual XCamReturn capture_raw_ctl(capture_raw_t type, int count = 0,
|