Searched refs:planeHorizontalBitsPerPixel (Results 1 – 3 of 3) sorted by relevance
73 int planeHorizontalBitsPerPixel(VideoPixelFormat format, size_t plane);
254 int planeHorizontalBitsPerPixel(VideoPixelFormat format, size_t plane) { in planeHorizontalBitsPerPixel() function264 return planeHorizontalBitsPerPixel(format, plane) / SampleSize(format, plane).height; in planeBitsPerPixel()
1544 int planeHorizBitsPerPixel = planeHorizontalBitsPerPixel(frameFormat, 0); in allocatedSizeFromV4L2Format()