Searched refs:bitspp (Results 1 – 6 of 6) sorted by relevance
71 stride = width() * pi.bitspp / 8; in Create()104 uint32_t width_tiler = width() * pi.bitspp / bitspertiler; in Create()110 stride = round_up(width() * pi.bitspp / 8, PAGE_SIZE); in Create()
61 p.bytesperline = width * pfpi.bitspp / 8; in v4l2_set_format()78 ASSERT(p.bytesperline == width * pfpi.bitspp / 8); in v4l2_set_format()87 v4lfmt.fmt.pix.bytesperline = width * pfi.planes[0].bitspp / 8; in v4l2_set_format()95 ASSERT(v4lfmt.fmt.pix.bytesperline == width * pfi.planes[0].bitspp / 8); in v4l2_set_format()
20 plane.stride = width * pi.bitspp / 8; in CPUFramebuffer()
54 uint8_t bitspp; member
55 creq.bpp = pi.bitspp; in Create()
82 vector<uint32_t> pitches { m_in_width * (format_info.planes[0].bitspp / 8) }; in GetExtFrameBuffer()