Home
last modified time | relevance | path

Searched refs:totalBytesPerPixel (Results 1 – 4 of 4) sorted by relevance

/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/physx/
H A DPhysXServerCommandProcessor.cpp1750 int totalBytesPerPixel = 4 + 4 + 4; //4 for rgb, 4 for depth, 4 for segmentation mask in processRequestCameraImageCommand() local
1751 int maxNumPixels = bufferSizeInBytes / totalBytesPerPixel - 1; in processRequestCameraImageCommand()
1758 serverStatusOut.m_numDataStreamBytes = numRequestedPixels * totalBytesPerPixel; in processRequestCameraImageCommand()
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/physx/
H A DPhysXServerCommandProcessor.cpp1750 int totalBytesPerPixel = 4 + 4 + 4; //4 for rgb, 4 for depth, 4 for segmentation mask in processRequestCameraImageCommand() local
1751 int maxNumPixels = bufferSizeInBytes / totalBytesPerPixel - 1; in processRequestCameraImageCommand()
1758 serverStatusOut.m_numDataStreamBytes = numRequestedPixels * totalBytesPerPixel; in processRequestCameraImageCommand()
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.cpp4007 int totalBytesPerPixel = 4 + 4 + 4; //4 for rgb, 4 for depth, 4 for segmentation mask in processRequestCameraImageCommand() local
4008 int maxNumPixels = bufferSizeInBytes / totalBytesPerPixel - 1; in processRequestCameraImageCommand()
4015 serverStatusOut.m_numDataStreamBytes = numRequestedPixels * totalBytesPerPixel; in processRequestCameraImageCommand()
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.cpp4007 int totalBytesPerPixel = 4 + 4 + 4; //4 for rgb, 4 for depth, 4 for segmentation mask in processRequestCameraImageCommand() local
4008 int maxNumPixels = bufferSizeInBytes / totalBytesPerPixel - 1; in processRequestCameraImageCommand()
4015 serverStatusOut.m_numDataStreamBytes = numRequestedPixels * totalBytesPerPixel; in processRequestCameraImageCommand()