Searched refs:get_value_from_file (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/ |
| H A D | CaptureRawData.cpp | 218 CaptureRawData::get_value_from_file(const char* path, int& value, uint32_t& frameId) in get_value_from_file() function in RkCam::CaptureRawData 277 bool ret = get_value_from_file(file_name, _capture_raw_num, rawFrmId); in detect_capture_raw_status() 281 get_value_from_file(file_name, _capture_raw_num, rawFrmId); in detect_capture_raw_status() 901 bool ret = get_value_from_file(file_name, capture_cnt, rawFrmId); in save_metadata_and_register() 905 get_value_from_file(file_name, capture_cnt, rawFrmId); in save_metadata_and_register()
|
| H A D | CaptureRawData.h | 85 bool get_value_from_file(const char* path, int& value, uint32_t& frameId);
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/ |
| H A D | rkisp_demo.cpp | 1042 static bool get_value_from_file(const char* path, int* value, int* frameId) in get_value_from_file() function 1150 get_value_from_file(file_name, &ctx->capture_yuv_num, &rawFrameId); in process_image()
|