CameraBuf::stop() is not used

pull/19735/head
Willem Melching 4 years ago
parent 660abb79dc
commit 0b79d0e12d
  1. 3
      selfdrive/camerad/cameras/camera_common.cc
  2. 1
      selfdrive/camerad/cameras/camera_common.h

@ -195,9 +195,6 @@ void CameraBuf::release() {
}
}
void CameraBuf::stop() {
}
void CameraBuf::queue(size_t buf_idx){
{
std::lock_guard<std::mutex> lk(frame_queue_mutex);

@ -131,7 +131,6 @@ public:
void init(cl_device_id device_id, cl_context context, CameraState *s, VisionIpcServer * v, int frame_cnt, VisionStreamType rgb_type, VisionStreamType yuv_type, release_cb release_callback=nullptr);
bool acquire();
void release();
void stop();
void queue(size_t buf_idx);
};

Loading…
Cancel
Save