Searched refs:_rawCap (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/ |
| H A D | RawStreamProcUnit.cpp | 15 _rawCap = NULL; in RawStreamProcUnit() 25 _rawCap = NULL; in RawStreamProcUnit() 72 _rawCap = new CaptureRawData(mCamPhyId); in start() 117 if (_rawCap) { in stop() 118 delete _rawCap; in stop() 119 _rawCap = NULL; in stop() 450 if (_rawCap) in trigger_isp_readback() 451 _rawCap->detect_capture_raw_status(sequence, _first_trigger); in trigger_isp_readback() 487 if (_rawCap) { in trigger_isp_readback() 488 …_rawCap->dynamic_capture_raw(i, sequence, buf_proxy, v4l2buf[i],_mipi_dev_max,_working_mode,_dev[0… in trigger_isp_readback() [all …]
|
| H A D | RawStreamProcUnit.h | 83 if (!_rawCap) 85 return _rawCap->capture_raw_ctl(type, count, capture_dir, output_dir); 89 if (!_rawCap) in notify_capture_raw() 91 return _rawCap->notify_capture_raw(); in notify_capture_raw() 126 CaptureRawData* _rawCap; variable
|