Home
last modified time | relevance | path

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

/external/v4l2_codec2/common/
DV4L2Device.cpp1488 int planeHorizBitsPerPixel = planeHorizontalBitsPerPixel(frameFormat, 0); in allocatedSizeFromV4L2Format() local
1495 if (sizeimage == 0 || bytesPerLine == 0 || planeHorizBitsPerPixel == 0 || totalBpp == 0 || in allocatedSizeFromV4L2Format()
1496 (bytesPerLine * 8) % planeHorizBitsPerPixel != 0) { in allocatedSizeFromV4L2Format()
1503 int codedWidth = bytesPerLine * 8 / planeHorizBitsPerPixel; in allocatedSizeFromV4L2Format()