Searched refs:fStreamingIndex (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/uvc/ |
H A D | UVCCamDevice.cpp | 129 fStreamingIndex = interface->Index(); in UVCCamDevice() 625 printf("UVCCamDevice::fStreamingIndex = %" B_PRIu32 "\n", fStreamingIndex); in _ProbeCommitFormat() 645 USB_VIDEO_VS_PROBE_CONTROL << 8, fStreamingIndex, length, &request); in _ProbeCommitFormat() 672 USB_VIDEO_VS_PROBE_CONTROL << 8, fStreamingIndex, length, &response); in _ProbeCommitFormat() 687 USB_VIDEO_VS_COMMIT_CONTROL << 8, fStreamingIndex, length, &request); in _ProbeCommitFormat() 711 const BUSBInterface* streaming = config->InterfaceAt(fStreamingIndex); in _SelectBestAlternate() 760 const BUSBInterface* streaming = config->InterfaceAt(fStreamingIndex); in _SelectIdleAlternate()
|
H A D | UVCCamDevice.h | 73 uint32 fStreamingIndex; variable
|