Searched refs:bitspp (Results 1 – 6 of 6) sorted by relevance
70 stride = width * pi.bitspp / 8; in Create()113 uint32_t width_tiler = width * pi.bitspp / bitspertiler; in Create()119 stride = round_up(width * pi.bitspp / 8, PAGE_SIZE); in Create()
20 plane.stride = width * pi.bitspp / 8; in CPUFramebuffer()
83 p.bytesperline = width * pfpi.bitspp / 8; in v4l2_set_format()100 ASSERT(p.bytesperline == width * pfpi.bitspp / 8); in v4l2_set_format()109 v4lfmt.fmt.pix.bytesperline = width * pfi.planes[0].bitspp / 8; in v4l2_set_format()117 ASSERT(v4lfmt.fmt.pix.bytesperline == width * pfi.planes[0].bitspp / 8); in v4l2_set_format()
90 uint8_t bitspp; member
52 creq.bpp = pi.bitspp; in DumbFramebuffer()
82 vector<uint32_t> pitches{ m_in_width * (format_info.planes[0].bitspp / 8) }; in GetDmabufFrameBuffer()