Searched refs:bytesPerLine (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | IndexDataManager.cpp | 165 size_t bytesPerLine = 2 * bytesPerIndex; in copyIndices() local 168 memcpy(outPtr, inPtr + tri * bytesPerIndex, bytesPerLine); in copyIndices() 169 outPtr += bytesPerLine; in copyIndices() 180 size_t bytesPerLine = 2 * bytesPerIndex; in copyIndices() local 183 memcpy(outPtr, inPtr + tri * bytesPerIndex, bytesPerLine); in copyIndices() 184 outPtr += bytesPerLine; in copyIndices()
|
/external/OpenCSD/decoder/source/pkt_printers/ |
D | raw_frame_printer.cpp | 85 void RawFramePrinter::createDataString(const int dataSize, const uint8_t *pData, int bytesPerLine, … in createDataString() argument 92 if(lineBytes == bytesPerLine) in createDataString()
|
/external/OpenCSD/decoder/include/pkt_printers/ |
D | raw_frame_printer.h | 58 …void createDataString(const int dataSize, const uint8_t *pData, int bytesPerLine, std::string &dat…
|
/external/v4l2_codec2/common/ |
D | V4L2Device.cpp | 1446 size_t bytesPerLine = 0; in allocatedSizeFromV4L2Format() local 1452 bytesPerLine = base::checked_cast<int>(format.fmt.pix_mp.plane_fmt[0].bytesperline); in allocatedSizeFromV4L2Format() 1466 bytesPerLine = base::checked_cast<int>(format.fmt.pix.bytesperline); in allocatedSizeFromV4L2Format() 1495 if (sizeimage == 0 || bytesPerLine == 0 || planeHorizBitsPerPixel == 0 || totalBpp == 0 || in allocatedSizeFromV4L2Format() 1496 (bytesPerLine * 8) % planeHorizBitsPerPixel != 0) { in allocatedSizeFromV4L2Format() 1503 int codedWidth = bytesPerLine * 8 / planeHorizBitsPerPixel; in allocatedSizeFromV4L2Format()
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
D | svga_reg.h | 1645 uint32 bytesPerLine; member
|