Searched refs:total_bpp (Results 1 – 1 of 1) sorted by relevance
1415 int total_bpp = 0; in AllocatedSizeFromV4L2Format() local1417 total_bpp += VideoFrame::PlaneBitsPerPixel(frame_format, i); in AllocatedSizeFromV4L2Format()1420 total_bpp == 0 || (bytesperline * 8) % plane_horiz_bits_per_pixel != 0) { in AllocatedSizeFromV4L2Format()1430 int coded_height = sizeimage * 8 / coded_width / total_bpp; in AllocatedSizeFromV4L2Format()