Home
last modified time | relevance | path

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

/aosp_15_r20/external/v4l2_codec2/v4l2/include/v4l2_codec2/v4l2/
H A DV4L2Device.h525 std::string getDevicePathFor(V4L2Device::Type type, uint32_t pixFmt);
/aosp_15_r20/external/v4l2_codec2/v4l2/
H A DV4L2Device.cpp1159 std::string path = getDevicePathFor(type, v4l2PixFmt); in open()
2508 std::string V4L2Device::getDevicePathFor(Type type, uint32_t pixFmt) { in getDevicePathFor() function in android::V4L2Device