Home
last modified time | relevance | path

Searched refs:RkAiqSocketPacket (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/ipc_server/
H A DMessageParser.cpp73 RkAiqSocketPacket *newpkt = (RkAiqSocketPacket *)packet; in freePacket()
105 RkAiqSocketPacket *temp = (RkAiqSocketPacket *)from; in clonePacket()
106 RkAiqSocketPacket *opkt = in clonePacket()
107 (RkAiqSocketPacket *)malloc(sizeof(RkAiqSocketPacket)); in clonePacket()
112 memcpy(opkt, temp, sizeof(RkAiqSocketPacket)); in clonePacket()
147 RkAiqSocketPacket *old_pkt = nullptr; in process()
294 RkAiqSocketPacket *MessageParser::findValidSection2(uint8_t *buffer, int len, in findValidSection2()
297 RkAiqSocketPacket *aiq_pkt; in findValidSection2()
319 if (remain_size < ((int)sizeof(RkAiqSocketPacket) - sizeof(void*))) { in findValidSection2()
325 aiq_pkt = (RkAiqSocketPacket *)start_pos; in findValidSection2()
[all …]
H A Dsocket_server.cpp67 RkAiqSocketPacket *receivedData) { in ProcessText()
69 RkAiqSocketPacket dataReply; in ProcessText()
74 sizeof(RkAiqSocketPacket) + dataReply.dataSize - sizeof(char *); in ProcessText()
166 int rkaiq_packet_parse_old(RkAiqSocketPacket *aiq_data, uint8_t *buffer, in rkaiq_packet_parse_old()
171 RkAiqSocketPacket *aiq_pkt = NULL; in rkaiq_packet_parse_old()
178 if ((len - (start_pos - buffer)) < (int)sizeof(RkAiqSocketPacket)) { in rkaiq_packet_parse_old()
183 aiq_pkt = (RkAiqSocketPacket *)start_pos; in rkaiq_packet_parse_old()
184 memcpy(aiq_data, aiq_pkt, sizeof(RkAiqSocketPacket)); in rkaiq_packet_parse_old()
322 RkAiqSocketPacket *aiq_data = (RkAiqSocketPacket *)packet; in packetHandle()
H A DMessageParser.hpp53 } __attribute__((packed)) RkAiqSocketPacket; typedef
113 RkAiqSocketPacket *findValidSection2(uint8_t *buffer, int len,
H A Dcommand_process.cpp8 int ProcessCommand(rk_aiq_sys_ctx_t* ctx, RkAiqSocketPacket *dataRecv, RkAiqSocketPacket *dataReply… in ProcessCommand()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/ipc_server/
H A Dsocket_server.h106 int ProcessCommand(rk_aiq_sys_ctx_t *ctx, RkAiqSocketPacket *dataRecv,
107 RkAiqSocketPacket *dataReply);