100 yuv buffers for all

old-commit-hash: 4c0caf7f7ea3a0127e6b573a78850004aab8e187
This commit is contained in:
Adeeb Shihadeh
2021-07-26 14:02:49 -07:00
parent e513b1eb43
commit 4d0543d92d
+1 -1
View File
@@ -28,7 +28,7 @@
#include "selfdrive/camerad/cameras/camera_frame_stream.h"
#endif
const int YUV_COUNT = Hardware::EON() ? 100 : 40;
const int YUV_COUNT = 100;
static cl_program build_debayer_program(cl_device_id device_id, cl_context context, const CameraInfo *ci, const CameraBuf *b, const CameraState *s) {
char args[4096];