Searched refs:UVCDevice (Results 1 – 2 of 2) sorted by relevance
114 Status UVCProvider::UVCDevice::openV4L2DeviceAndSubscribe(const std::string& videoNode) { in openV4L2DeviceAndSubscribe()199 void UVCProvider::UVCDevice::getFrameIntervals(ConfigFrame* frame, ConfigFormat* format) { in getFrameIntervals()234 void UVCProvider::UVCDevice::getFormatFrames(ConfigFormat* format) { in getFormatFrames()271 std::vector<ConfigFormat> UVCProvider::UVCDevice::getFormats() { in getFormats()295 std::shared_ptr<UVCProperties> UVCProvider::UVCDevice::parseUvcProperties() { in parseUvcProperties()304 UVCProvider::UVCDevice::UVCDevice(std::weak_ptr<UVCProvider> parent, in UVCDevice() function in android::webcam::UVCProvider::UVCDevice328 void UVCProvider::UVCDevice::closeUVCFd() { in closeUVCFd()364 bool UVCProvider::UVCDevice::isInited() const { in isInited()368 void UVCProvider::UVCDevice::processSetupControlEvent(const struct usb_ctrlrequest* control, in processSetupControlEvent()375 void UVCProvider::UVCDevice::processSetupStreamingEvent(const struct usb_ctrlrequest* request, in processSetupStreamingEvent()[all …]
118 class UVCDevice : public BufferCreatorAndDestroyer {120 explicit UVCDevice(std::weak_ptr<UVCProvider> parent,122 ~UVCDevice() override = default;193 std::shared_ptr<UVCDevice> mUVCDevice;