Home
last modified time | relevance | path

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

/external/v4l2_codec2/common/include/v4l2_codec2/common/
DV4L2Device.h492 std::string getDevicePathFor(V4L2Device::Type type, uint32_t pixFmt);
/external/v4l2_codec2/common/
DV4L2Device.cpp1101 std::string path = getDevicePathFor(type, v4l2PixFmt); in open()
1999 std::string V4L2Device::getDevicePathFor(Type type, uint32_t pixFmt) { in getDevicePathFor() function in android::V4L2Device