Lines Matching full:numbytes
679 numBytes = numBytesIn;
680 pixels = new unsigned char[numBytes];
710 if(latestBufferLength == numBytes){
734 int numBytes;
1530 int numBytes = VDList[id]->videoSize;
1531 if (numBytes == bufferSize){
2119 int numBytes = widthInBytes * height;
2132 memcpy(dst, src, numBytes);
2141 for(int i = 0; i < numBytes; i+=3){
2161 for(int i = 0; i < numBytes; i+=3){