Searched refs:capture_dir (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/ |
| H A D | rk_aiq_user_api2_debug.cpp | 58 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 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 | CaptureRawData.cpp | 853 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 D | CamHwIsp20.h | 119 …XCamReturn capture_raw_ctl(capture_raw_t type, int count = 0, const char* capture_dir = nullptr, c…
|
| 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() 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 D | rk_aiq_user_api2_debug.h | 46 int count, const char* capture_dir, char* output_dir);
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/forwarding/ |
| H A D | vxlan_bridge_1d.sh | 488 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 D | vxlan_bridge_1q.sh | 689 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 D | ICamHw.h | 114 const char* capture_dir = nullptr,
|
| H A D | CamHwBase.h | 90 const char* capture_dir = nullptr, \
|