Home | History | Annotate | Download | only in src

Lines Matching defs:pfi

44 	const PixelFormatInfo& pfi = get_pixel_format_info(fmt);
55 mp.num_planes = pfi.num_planes;
57 for (unsigned i = 0; i < pfi.num_planes; ++i) {
58 const PixelFormatPlaneInfo& pfpi = pfi.planes[i];
72 ASSERT(mp.num_planes == pfi.num_planes);
74 for (unsigned i = 0; i < pfi.num_planes; ++i) {
75 const PixelFormatPlaneInfo& pfpi = pfi.planes[i];
82 ASSERT(pfi.num_planes == 1);
87 v4lfmt.fmt.pix.bytesperline = width * pfi.planes[0].bitspp / 8;
95 ASSERT(v4lfmt.fmt.pix.bytesperline == width * pfi.planes[0].bitspp / 8);
117 const PixelFormatInfo& pfi = get_pixel_format_info(fb->format());
122 buf.length = pfi.num_planes;
127 for (unsigned i = 0; i < pfi.num_planes; ++i) {