Home
last modified time | relevance | path

Searched defs:packetSize (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/ipc_server/
H A DMessageParser.hpp47 unsigned char packetSize[4]; member
H A DMessageParser.cpp334 int packetSize = (tmpArray[2] & 0xff) | ((tmpArray[3] & 0xff) << 8) | in findValidSection2() local
H A Dsocket_server.cpp73 unsigned int packetSize = in ProcessText() local
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Drtmp.c72 static const int packetSize[] = { 12, 8, 4, 1 }; variable