Home
last modified time | relevance | path

Searched refs:total_bpp (Results 1 – 1 of 1) sorted by relevance

/external/v4l2_codec2/accel/
Dv4l2_device.cc1415 int total_bpp = 0; in AllocatedSizeFromV4L2Format() local
1417 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()