Searched refs:fVideoFrame (Results 1 - 14 of 14) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamColorSpaceTransform.h23 virtual BRect VideoFrame() const { return fVideoFrame; };
29 BRect fVideoFrame; member in class:CamColorSpaceTransform
H A DCamColorSpaceTransform.cpp28 fVideoFrame()
H A DCamFilterInterface.cpp16 fVideoFrame = BRect(0,0,-1,-1);
145 fVideoFrame = frame;
H A DCamSensor.h40 virtual BRect VideoFrame() const { return fVideoFrame; };
69 BRect fVideoFrame; member in class:CamSensor
H A DCamBufferedFilterInterface.cpp99 fVideoFrame = frame;
H A DCamFilterInterface.h51 BRect fVideoFrame; member in class:CamFilterInterface
H A DCamSensor.cpp14 fVideoFrame(),
H A DCamDevice.h67 virtual BRect VideoFrame() const { return fVideoFrame; };
153 BRect fVideoFrame; member in class:CamDevice
H A DCamDevice.cpp223 fVideoFrame = frame;
/haiku/src/apps/mediaplayer/
H A DVideoView.cpp30 fVideoFrame(Bounds()),
79 outSideVideoRegion.Exclude(fVideoFrame);
83 FillRect(fVideoFrame & updateRect, B_SOLID_LOW);
187 fVideoFrame, &key, B_FOLLOW_ALL,
193 FillRect(fVideoFrame, B_SOLID_LOW);
205 FillRect(fVideoFrame);
211 SetViewOverlay(bitmap, bitmap->Bounds(), fVideoFrame,
225 Invalidate(fVideoFrame | fSubtitleFrame);
227 && fVideoFrame.Intersects(fSubtitleFrame)) {
228 Invalidate(fVideoFrame);
[all...]
H A DVideoView.h66 BRect fVideoFrame; member in class:VideoView
/haiku/src/add-ons/media/media-add-ons/usb_webcam/sensors/
H A Dtas5130d1b.cpp170 fVideoFrame = rect;
H A Dtas5110c1b.cpp160 fVideoFrame = rect;
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/sonix/
H A DSonixCamDevice.cpp205 fVideoFrame = BRect(0, 0, Sensor()->MaxWidth()-1, Sensor()->MaxHeight()-1);
243 SetVideoFrame(fVideoFrame);

Completed in 100 milliseconds