Searched refs:_SelectBestAlternate (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/uvc/
H A DUVCCamDevice.h46 status_t _SelectBestAlternate();
H A DUVCCamDevice.cpp543 if (_ProbeCommitFormat() != B_OK || _SelectBestAlternate() != B_OK)
698 UVCCamDevice::_SelectBestAlternate() function in class:UVCCamDevice
700 printf("UVCCamDevice::_SelectBestAlternate()\n");
728 fprintf(stderr, "UVCCamDevice::_SelectBestAlternate()"
733 printf("UVCCamDevice::_SelectBestAlternate() %" B_PRIu32 "\n", bestBandwidth);
735 fprintf(stderr, "UVCCamDevice::_SelectBestAlternate()"

Completed in 185 milliseconds