mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-22 00:33:44 +08:00
Merge common/ and selfdrive/common (#24556)
* Merge common/ and selfdrive/common * fix that * fix version * fix unit tests old-commit-hash: cb8885cffb313bea258c012c3026461a22bf8135
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
#include "cereal/messaging/messaging.h"
|
||||
#include "cereal/visionipc/visionipc.h"
|
||||
#include "selfdrive/common/queue.h"
|
||||
#include "common/queue.h"
|
||||
#include "selfdrive/loggerd/video_writer.h"
|
||||
#include "selfdrive/camerad/cameras/camera_common.h"
|
||||
|
||||
|
||||
@@ -19,8 +19,8 @@ extern "C" {
|
||||
#include <libavutil/imgutils.h>
|
||||
}
|
||||
|
||||
#include "selfdrive/common/swaglog.h"
|
||||
#include "selfdrive/common/util.h"
|
||||
#include "common/swaglog.h"
|
||||
#include "common/util.h"
|
||||
|
||||
const int env_debug_encoder = (getenv("DEBUG_ENCODER") != NULL) ? atoi(getenv("DEBUG_ENCODER")) : 0;
|
||||
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
#include <poll.h>
|
||||
|
||||
#include "selfdrive/loggerd/encoder/v4l_encoder.h"
|
||||
#include "selfdrive/common/util.h"
|
||||
#include "selfdrive/common/timing.h"
|
||||
#include "common/util.h"
|
||||
#include "common/timing.h"
|
||||
|
||||
#include "libyuv.h"
|
||||
#include "msm_media_info.h"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "selfdrive/common/queue.h"
|
||||
#include "common/queue.h"
|
||||
#include "selfdrive/loggerd/encoder/encoder.h"
|
||||
|
||||
#define BUF_IN_COUNT 7
|
||||
|
||||
Reference in New Issue
Block a user