Home
last modified time | relevance | path

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

/external/v4l2_codec2/common/include/v4l2_codec2/common/
DVideoPixelFormat.h76 int planeBitsPerPixel(VideoPixelFormat format, size_t plane);
/external/v4l2_codec2/common/
DVideoPixelFormat.cpp262 int planeBitsPerPixel(VideoPixelFormat format, size_t plane) { in planeBitsPerPixel() function
DV4L2Device.cpp1549 totalBpp += planeBitsPerPixel(frameFormat, i); in allocatedSizeFromV4L2Format()