Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dv4l2_device.h146 std::string GetDevicePathFor(Type type, uint32_t pixfmt);
Dv4l2_device.cc211 std::string path = GetDevicePathFor(type, v4l2_pixfmt); in Open()
451 std::string V4L2Device::GetDevicePathFor(Type type, uint32_t pixfmt) { in GetDevicePathFor() function in media::V4L2Device