Searched refs:set_value_to_file (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/ |
| H A D | CaptureRawData.cpp | 249 CaptureRawData::set_value_to_file(const char* path, int value, uint32_t sequence) in set_value_to_file() function in RkCam::CaptureRawData 285 bool ret = set_value_to_file(file_name, _capture_raw_num, sequence); in detect_capture_raw_status() 289 set_value_to_file(file_name, _capture_raw_num, sequence); in detect_capture_raw_status() 313 bool ret = set_value_to_file(file_name, _capture_raw_num); in update_capture_raw_status() 317 set_value_to_file(file_name, _capture_raw_num); in update_capture_raw_status()
|
| H A D | CaptureRawData.h | 86 bool set_value_to_file(const char* path, int value, uint32_t sequence = 0);
|