Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/source/pkt_printers/
Draw_frame_printer.cpp88 void RawFramePrinter::createDataString(const int dataSize, const uint8_t *pData, int bytesPerLine, … in createDataString() argument
95 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/v4l2/
DV4L2Device.cpp1813 size_t bytesPerLine = 0; in allocatedSizeFromV4L2Format() local
1819 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()
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga_reg.h835 uint32 bytesPerLine; member
/external/v4l-utils/utils/qv4l2/
Dqv4l2.cpp802 __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()