Home | History | Annotate | Download | only in highgui

Lines Matching refs:readBuf

78 		readBuf = 0;
99 char *readBuf; // the read buffer
142 readBuf = (char*)malloc(readBufSize);
143 if (!readBuf)
170 if (readBuf)
172 free(readBuf);
173 readBuf = 0;
211 if (pAddrInfo == 0 || readBuf == 0)
250 read_count = read(sockd, &readBuf[total_read], readBufSize);
264 frame = loadPixels(readBuf, width, height);