Lines Matching refs:sizeimage
761 format.fmt.pix_mp.plane_fmt[0].sizeimage = buffer_size; in SetFormat()
1366 size_t sizeimage = 0; in AllocatedSizeFromV4L2Format() local
1373 sizeimage += in AllocatedSizeFromV4L2Format()
1374 base::checked_cast<int>(format.fmt.pix_mp.plane_fmt[i].sizeimage); in AllocatedSizeFromV4L2Format()
1387 sizeimage = base::checked_cast<int>(format.fmt.pix.sizeimage); in AllocatedSizeFromV4L2Format()
1419 if (sizeimage == 0 || bytesperline == 0 || plane_horiz_bits_per_pixel == 0 || in AllocatedSizeFromV4L2Format()
1430 int coded_height = sizeimage * 8 / coded_width / total_bpp; in AllocatedSizeFromV4L2Format()
1438 DCHECK_LE(sizeimage, VideoFrame::AllocationSize(frame_format, coded_size)); in AllocatedSizeFromV4L2Format()
1487 << ", sizeimage: " << pix.sizeimage; in V4L2FormatToString()
1499 s << ", plane_fmt[" << i << "].sizeimage: " << plane_fmt.sizeimage in V4L2FormatToString()
1582 plane_format.sizeimage); in V4L2FormatToVideoFrameLayout()