27 #include "modules/drivers/proto/sensor_image.pb.h" 33 static const int SOCKET_TIMEOUT = -2;
34 static const int RECEIVE_FAIL = -3;
35 static const int POLL_TIMEOUT = 1000;
36 static const size_t H265_FRAME_PACKAGE_SIZE = 4 * 1024 * 1024;
37 static const size_t H265_PDU_SIZE = 1500;
44 void Init(uint32_t port);
50 uint8_t *buf_ =
nullptr;
51 uint8_t *pdu_ =
nullptr;
55 bool InputAvailable(
int timeout);
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25