Lines Matching refs:readPtr

273 copyIntoFrameBuffer (const char *& readPtr,  in copyIntoFrameBuffer()  argument
361 Xdr::read <CharPtrIO> (readPtr, *(unsigned int *) writePtr); in copyIntoFrameBuffer()
371 Xdr::read <CharPtrIO> (readPtr, h); in copyIntoFrameBuffer()
382 Xdr::read <CharPtrIO> (readPtr, f); in copyIntoFrameBuffer()
402 Xdr::read <CharPtrIO> (readPtr, ui); in copyIntoFrameBuffer()
412 Xdr::read <CharPtrIO> (readPtr, *(half *) writePtr); in copyIntoFrameBuffer()
422 Xdr::read <CharPtrIO> (readPtr, f); in copyIntoFrameBuffer()
442 Xdr::read <CharPtrIO> (readPtr, ui); in copyIntoFrameBuffer()
453 Xdr::read <CharPtrIO> (readPtr, h); in copyIntoFrameBuffer()
463 Xdr::read <CharPtrIO> (readPtr, *(float *) writePtr); in copyIntoFrameBuffer()
496 writePtr[i] = readPtr[i]; in copyIntoFrameBuffer()
498 readPtr += sizeof (unsigned int); in copyIntoFrameBuffer()
507 half h = *(half *) readPtr; in copyIntoFrameBuffer()
509 readPtr += sizeof (half); in copyIntoFrameBuffer()
521 ((char *)&f)[i] = readPtr[i]; in copyIntoFrameBuffer()
524 readPtr += sizeof (float); in copyIntoFrameBuffer()
546 ((char *)&ui)[i] = readPtr[i]; in copyIntoFrameBuffer()
549 readPtr += sizeof (unsigned int); in copyIntoFrameBuffer()
559 memcpy(writePtr, readPtr, numBytes); in copyIntoFrameBuffer()
560 readPtr += numBytes; in copyIntoFrameBuffer()
565 *(half *) writePtr = *(half *)readPtr; in copyIntoFrameBuffer()
566 readPtr += sizeof (half); in copyIntoFrameBuffer()
579 ((char *)&f)[i] = readPtr[i]; in copyIntoFrameBuffer()
582 readPtr += sizeof (float); in copyIntoFrameBuffer()
603 ((char *)&ui)[i] = readPtr[i]; in copyIntoFrameBuffer()
606 readPtr += sizeof (unsigned int); in copyIntoFrameBuffer()
615 half h = *(half *) readPtr; in copyIntoFrameBuffer()
617 readPtr += sizeof (half); in copyIntoFrameBuffer()
627 writePtr[i] = readPtr[i]; in copyIntoFrameBuffer()
629 readPtr += sizeof (float); in copyIntoFrameBuffer()
647 copyIntoDeepFrameBuffer (const char *& readPtr, in copyIntoDeepFrameBuffer() argument
794 Xdr::read <CharPtrIO> (readPtr, *(unsigned int *) writePtr); in copyIntoDeepFrameBuffer()
798 Xdr::skip <CharPtrIO> (readPtr,count*Xdr::size<unsigned int>()); in copyIntoDeepFrameBuffer()
820 Xdr::read <CharPtrIO> (readPtr, h); in copyIntoDeepFrameBuffer()
825 Xdr::skip <CharPtrIO> (readPtr,count*Xdr::size<half>()); in copyIntoDeepFrameBuffer()
847 Xdr::read <CharPtrIO> (readPtr, f); in copyIntoDeepFrameBuffer()
852 Xdr::skip <CharPtrIO> (readPtr,count*Xdr::size<float>()); in copyIntoDeepFrameBuffer()
883 Xdr::read <CharPtrIO> (readPtr, ui); in copyIntoDeepFrameBuffer()
888 Xdr::skip <CharPtrIO> (readPtr,count*Xdr::size<unsigned int>()); in copyIntoDeepFrameBuffer()
909 Xdr::read <CharPtrIO> (readPtr, *(half *) writePtr); in copyIntoDeepFrameBuffer()
913 Xdr::skip <CharPtrIO> (readPtr,count*Xdr::size<half>()); in copyIntoDeepFrameBuffer()
934 Xdr::read <CharPtrIO> (readPtr, f); in copyIntoDeepFrameBuffer()
939 Xdr::skip <CharPtrIO> (readPtr,count*Xdr::size<float>()); in copyIntoDeepFrameBuffer()
969 Xdr::read <CharPtrIO> (readPtr, ui); in copyIntoDeepFrameBuffer()
974 Xdr::skip <CharPtrIO> (readPtr,count*Xdr::size<unsigned int>()); in copyIntoDeepFrameBuffer()
996 Xdr::read <CharPtrIO> (readPtr, h); in copyIntoDeepFrameBuffer()
1002 Xdr::skip <CharPtrIO> (readPtr,count*Xdr::size<half>()); in copyIntoDeepFrameBuffer()
1023 Xdr::read <CharPtrIO> (readPtr, *(float *) writePtr); in copyIntoDeepFrameBuffer()
1027 Xdr::skip <CharPtrIO> (readPtr,count*Xdr::size<float>()); in copyIntoDeepFrameBuffer()
1073 writePtr[i] = readPtr[i]; in copyIntoDeepFrameBuffer()
1075 readPtr += sizeof (unsigned int); in copyIntoDeepFrameBuffer()
1079 readPtr+=sizeof(unsigned int)*count; in copyIntoDeepFrameBuffer()
1100 half h = *(half *) readPtr; in copyIntoDeepFrameBuffer()
1102 readPtr += sizeof (half); in copyIntoDeepFrameBuffer()
1106 readPtr+=sizeof(half)*count; in copyIntoDeepFrameBuffer()
1131 ((char *)&f)[i] = readPtr[i]; in copyIntoDeepFrameBuffer()
1134 readPtr += sizeof (float); in copyIntoDeepFrameBuffer()
1138 readPtr+=sizeof(float)*count; in copyIntoDeepFrameBuffer()
1171 ((char *)&ui)[i] = readPtr[i]; in copyIntoDeepFrameBuffer()
1174 readPtr += sizeof (unsigned int); in copyIntoDeepFrameBuffer()
1178 readPtr+=sizeof(unsigned int)*count; in copyIntoDeepFrameBuffer()
1199 *(half *) writePtr = *(half *)readPtr; in copyIntoDeepFrameBuffer()
1200 readPtr += sizeof (half); in copyIntoDeepFrameBuffer()
1204 readPtr+=sizeof(half)*count; in copyIntoDeepFrameBuffer()
1228 ((char *)&f)[i] = readPtr[i]; in copyIntoDeepFrameBuffer()
1231 readPtr += sizeof (float); in copyIntoDeepFrameBuffer()
1235 readPtr+=sizeof(float)*count; in copyIntoDeepFrameBuffer()
1268 ((char *)&ui)[i] = readPtr[i]; in copyIntoDeepFrameBuffer()
1271 readPtr += sizeof (unsigned int); in copyIntoDeepFrameBuffer()
1275 readPtr+=sizeof(unsigned int)*count; in copyIntoDeepFrameBuffer()
1296 half h = *(half *) readPtr; in copyIntoDeepFrameBuffer()
1298 readPtr += sizeof (half); in copyIntoDeepFrameBuffer()
1302 readPtr+=sizeof(half)*count; in copyIntoDeepFrameBuffer()
1324 writePtr[i] = readPtr[i]; in copyIntoDeepFrameBuffer()
1326 readPtr += sizeof (float); in copyIntoDeepFrameBuffer()
1330 readPtr+=sizeof(float)*count; in copyIntoDeepFrameBuffer()
1349 skipChannel (const char *& readPtr, in skipChannel() argument
1357 Xdr::skip <CharPtrIO> (readPtr, Xdr::size <unsigned int> () * xSize); in skipChannel()
1362 Xdr::skip <CharPtrIO> (readPtr, Xdr::size <half> () * xSize); in skipChannel()
1367 Xdr::skip <CharPtrIO> (readPtr, Xdr::size <float> () * xSize); in skipChannel()
1379 const char *& readPtr, in convertInPlace() argument
1389 Xdr::write <CharPtrIO> (writePtr, *(const unsigned int *) readPtr); in convertInPlace()
1390 readPtr += sizeof(unsigned int); in convertInPlace()
1398 Xdr::write <CharPtrIO> (writePtr, *(const half *) readPtr); in convertInPlace()
1399 readPtr += sizeof(half); in convertInPlace()
1407 Xdr::write <CharPtrIO> (writePtr, *(const float *) readPtr); in convertInPlace()
1408 readPtr += sizeof(float); in convertInPlace()
1421 const char *& readPtr, in copyFromFrameBuffer() argument
1442 while (readPtr <= endPtr) in copyFromFrameBuffer()
1445 *(const unsigned int *) readPtr); in copyFromFrameBuffer()
1446 readPtr += xStride; in copyFromFrameBuffer()
1452 while (readPtr <= endPtr) in copyFromFrameBuffer()
1454 Xdr::write <CharPtrIO> (writePtr, *(const half *) readPtr); in copyFromFrameBuffer()
1455 readPtr += xStride; in copyFromFrameBuffer()
1461 while (readPtr <= endPtr) in copyFromFrameBuffer()
1463 Xdr::write <CharPtrIO> (writePtr, *(const float *) readPtr); in copyFromFrameBuffer()
1464 readPtr += xStride; in copyFromFrameBuffer()
1483 while (readPtr <= endPtr) in copyFromFrameBuffer()
1486 *writePtr++ = readPtr[i]; in copyFromFrameBuffer()
1488 readPtr += xStride; in copyFromFrameBuffer()
1494 while (readPtr <= endPtr) in copyFromFrameBuffer()
1496 *(half *) writePtr = *(const half *) readPtr; in copyFromFrameBuffer()
1498 readPtr += xStride; in copyFromFrameBuffer()
1504 while (readPtr <= endPtr) in copyFromFrameBuffer()
1507 *writePtr++ = readPtr[i]; in copyFromFrameBuffer()
1509 readPtr += xStride; in copyFromFrameBuffer()
1561 const char* readPtr = ((const char**) ptr)[0]; in copyFromDeepFrameBuffer() local
1565 *(const unsigned int *) readPtr); in copyFromDeepFrameBuffer()
1566 readPtr += sampleStride; in copyFromDeepFrameBuffer()
1582 const char* readPtr = ((const char**) ptr)[0]; in copyFromDeepFrameBuffer() local
1585 Xdr::write <CharPtrIO> (writePtr, *(const half *) readPtr); in copyFromDeepFrameBuffer()
1586 readPtr += sampleStride; in copyFromDeepFrameBuffer()
1603 const char* readPtr = ((const char**) ptr)[0]; in copyFromDeepFrameBuffer() local
1606 Xdr::write <CharPtrIO> (writePtr, *(const float *) readPtr); in copyFromDeepFrameBuffer()
1607 readPtr += sampleStride; in copyFromDeepFrameBuffer()
1637 const char* readPtr = ((const char**) ptr)[0]; in copyFromDeepFrameBuffer() local
1641 *writePtr++ = readPtr[j]; in copyFromDeepFrameBuffer()
1643 readPtr += sampleStride; in copyFromDeepFrameBuffer()
1659 const char* readPtr = ((const char**) ptr)[0]; in copyFromDeepFrameBuffer() local
1662 *(half *) writePtr = *(const half *) readPtr; in copyFromDeepFrameBuffer()
1664 readPtr += sampleStride; in copyFromDeepFrameBuffer()
1681 const char* readPtr = ((const char**) ptr)[0]; in copyFromDeepFrameBuffer() local
1685 *writePtr++ = readPtr[j]; in copyFromDeepFrameBuffer()
1687 readPtr += sampleStride; in copyFromDeepFrameBuffer()