Searched refs:AcceptVideoFrame (Results 1 - 9 of 9) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/usb_webcam/sensors/
H A Dtas5130d1b.cpp32 virtual status_t AcceptVideoFrame(uint32 &width, uint32 &height);
138 TAS5130D1BSensor::AcceptVideoFrame(uint32 &width, uint32 &height) function in class:TAS5130D1BSensor
141 status_t err = CamSensor::AcceptVideoFrame(width, height);
H A Dtas5110c1b.cpp30 virtual status_t AcceptVideoFrame(uint32 &width, uint32 &height);
135 TAS5110C1BSensor::AcceptVideoFrame(uint32 &width, uint32 &height) function in class:TAS5110C1BSensor
138 status_t err = CamSensor::AcceptVideoFrame(width, height);
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamSensor.cpp74 CamSensor::AcceptVideoFrame(uint32 &width, uint32 &height) function in class:CamSensor
H A DCamSensor.h38 virtual status_t AcceptVideoFrame(uint32 &width, uint32 &height);
H A DCamDevice.h65 virtual status_t AcceptVideoFrame(uint32 &width, uint32 &height);
H A DCamDevice.cpp208 CamDevice::AcceptVideoFrame(uint32 &width, uint32 &height) function in class:CamDevice
212 err = Sensor()->AcceptVideoFrame(width, height);
H A DProducer.cpp378 err = fCamDevice->AcceptVideoFrame(width, height);
519 err = fCamDevice->AcceptVideoFrame(
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/uvc/
H A DUVCCamDevice.h26 virtual status_t AcceptVideoFrame(uint32 &width,
H A DUVCCamDevice.cpp561 // As in AcceptVideoFrame(), the suggestion should probably just be the
566 if (!AcceptVideoFrame(width, height)) {
577 UVCCamDevice::AcceptVideoFrame(uint32& width, uint32& height) function in class:UVCCamDevice
579 printf("UVCCamDevice::AcceptVideoFrame(%" B_PRIu32 ", %" B_PRIu32 ")\n", width, height);
606 fprintf(stderr, "UVCCamDevice::AcceptVideoFrame() Invalid frame dimensions"

Completed in 70 milliseconds