Searched refs:bytesPerLine (Results 1 – 5 of 5) sorted by relevance
88 void RawFramePrinter::createDataString(const int dataSize, const uint8_t *pData, int bytesPerLine, … in createDataString() argument95 if(lineBytes == bytesPerLine) in createDataString()
58 …void createDataString(const int dataSize, const uint8_t *pData, int bytesPerLine, std::string &dat…
1813 size_t bytesPerLine = 0; in allocatedSizeFromV4L2Format() local1819 bytesPerLine = base::checked_cast<int>(format.fmt.pix_mp.plane_fmt[0].bytesperline); in allocatedSizeFromV4L2Format()1833 bytesPerLine = base::checked_cast<int>(format.fmt.pix.bytesperline); in allocatedSizeFromV4L2Format()1862 if (sizeimage == 0 || bytesPerLine == 0 || planeHorizBitsPerPixel == 0 || totalBpp == 0 || in allocatedSizeFromV4L2Format()1863 (bytesPerLine * 8) % planeHorizBitsPerPixel != 0) { in allocatedSizeFromV4L2Format()1870 int codedWidth = bytesPerLine * 8 / planeHorizBitsPerPixel; in allocatedSizeFromV4L2Format()
835 uint32 bytesPerLine; member
802 __u8 *q = m_capImage->bits() + y * m_capImage->bytesPerLine(); in capVbiFrame()916 (i * 256 + low) * m_capImage->bytesPerLine(); in capSdrFrame()922 q += m_capImage->bytesPerLine(); in capSdrFrame()