Home
last modified time | relevance | path

Searched refs:bytesPerLine (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DIndexDataManager.cpp165 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/
Draw_frame_printer.cpp85 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/
Draw_frame_printer.h58 …void createDataString(const int dataSize, const uint8_t *pData, int bytesPerLine, std::string &dat…
/external/v4l2_codec2/common/
DV4L2Device.cpp1446 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/
Dsvga_reg.h1645 uint32 bytesPerLine; member