Home
last modified time | relevance | path

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

/external/v4l2_codec2/common/
DV4L2Device.cpp1491 int totalBpp = 0; in allocatedSizeFromV4L2Format() local
1493 totalBpp += planeBitsPerPixel(frameFormat, i); in allocatedSizeFromV4L2Format()
1495 if (sizeimage == 0 || bytesPerLine == 0 || planeHorizBitsPerPixel == 0 || totalBpp == 0 || in allocatedSizeFromV4L2Format()
1505 int codedHeight = sizeimage * 8 / codedWidth / totalBpp; in allocatedSizeFromV4L2Format()