Home
last modified time | relevance | path

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

/external/v4l2_codec2/common/
DV4L2Device.cpp1503 int codedWidth = bytesPerLine * 8 / planeHorizBitsPerPixel; in allocatedSizeFromV4L2Format() local
1505 int codedHeight = sizeimage * 8 / codedWidth / totalBpp; in allocatedSizeFromV4L2Format()
1507 codedSize.set(codedWidth, codedHeight); in allocatedSizeFromV4L2Format()