Home
last modified time | relevance | path

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

/external/v4l2_codec2/common/include/v4l2_codec2/common/
DVideoPixelFormat.h73 int planeHorizontalBitsPerPixel(VideoPixelFormat format, size_t plane);
/external/v4l2_codec2/common/
DVideoPixelFormat.cpp254 int planeHorizontalBitsPerPixel(VideoPixelFormat format, size_t plane) { in planeHorizontalBitsPerPixel() function
264 return planeHorizontalBitsPerPixel(format, plane) / SampleSize(format, plane).height; in planeBitsPerPixel()
DV4L2Device.cpp1488 int planeHorizBitsPerPixel = planeHorizontalBitsPerPixel(frameFormat, 0); in allocatedSizeFromV4L2Format()