Home
last modified time | relevance | path

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

/external/v4l2_codec2/common/include/v4l2_codec2/common/
DV4L2Device.h370 static size_t getNumPlanesOfV4L2PixFmt(uint32_t pixFmt);
/external/v4l2_codec2/common/
DV4L2Device.cpp63 format.fmt.pix_mp.num_planes = V4L2Device::getNumPlanesOfV4L2PixFmt(fourcc); in buildV4L2Format()
1692 size_t V4L2Device::getNumPlanesOfV4L2PixFmt(uint32_t pixFmt) { in getNumPlanesOfV4L2PixFmt() function in android::V4L2Device