Home
last modified time | relevance | path

Searched refs:capture_dir (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/
H A Drk_aiq_user_api2_debug.cpp58 int count, const char* capture_dir, in rk_aiq_uapi2_debug_captureRawSync() argument
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 DCaptureRawData.cpp853 CaptureRawData::capture_raw_ctl(capture_raw_t type, int count, const char* capture_dir, char* outpu… in capture_raw_ctl() argument
859 if (capture_dir != nullptr) in capture_raw_ctl()
861 "%s/capture_image", capture_dir); in capture_raw_ctl()
H A DCamHwIsp20.h119 …XCamReturn capture_raw_ctl(capture_raw_t type, int count = 0, const char* capture_dir = nullptr, c…
H A DCamHwIsp20.cpp4791 XCamReturn CamHwIsp20::capture_raw_ctl(capture_raw_t type, int count, const char* capture_dir, char… in capture_raw_ctl() argument
4800 return mRawProcUnit->capture_raw_ctl(type, count, capture_dir, output_dir); in capture_raw_ctl()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/uAPI2/
H A Drk_aiq_user_api2_debug.h46 int count, const char* capture_dir, char* output_dir);
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/forwarding/
H A Dvxlan_bridge_1d.sh488 local capture_dir=$1; shift
492 local t0=$(tc_rule_stats_get $capture_dev $capture_pref $capture_dir)
494 local t1=$(tc_rule_stats_get $capture_dev $capture_pref $capture_dir)
H A Dvxlan_bridge_1q.sh689 local capture_dir=$1; shift
693 local t0=$(tc_rule_stats_get $capture_dev $capture_pref $capture_dir)
695 local t1=$(tc_rule_stats_get $capture_dev $capture_pref $capture_dir)
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/
H A DICamHw.h114 const char* capture_dir = nullptr,
H A DCamHwBase.h90 const char* capture_dir = nullptr, \