Home
last modified time | relevance | path

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

/external/v4l2_codec2/accel/
Dgeneric_v4l2_device.cc128 if (!OpenDevicePath(path, type)) { in Open()
182 if (!OpenDevicePath(device.first, type)) { in GetSupportedImageProcessorPixelformats()
206 if (!OpenDevicePath(device.first, type)) { in GetSupportedDecodeProfiles()
228 if (!OpenDevicePath(device.first, type)) { in GetSupportedEncodeProfiles()
257 bool GenericV4L2Device::OpenDevicePath(const std::string& path, Type type) { in OpenDevicePath() function in media::GenericV4L2Device
314 if (!OpenDevicePath(path, type)) in EnumerateDevicesForType()
Dgeneric_v4l2_device.h76 bool OpenDevicePath(const std::string& path, Type type);