Searched refs:vbi (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/radeon/
H A DTheater100.h29 void SetEnable(bool enable, bool vbi);
80 void SetClipWindow(theater_standard standard, bool vbi);
H A DTheater200.h35 void SetEnable(bool enable, bool vbi);
131 void SetClipWindow(theater_standard standard, bool vbi);
H A DCapture.h58 void Start(bool vbi = false);
H A DTheater.h52 virtual void SetEnable(bool enable, bool vbi) = 0;
H A DCapture.cpp87 void CCapture::Start(bool vbi) argument
89 PRINT(("CCapture::Start(%d)\n", vbi));
272 (vbi ? C_RADEON_CAP0_VBI_EN : 0));
H A DVideoIn.cpp51 } vbi; member in struct:__anon2577
199 fCapture.SetClip(0, kTiming[standard].vbi.height, width - 1, kTiming[standard].vbi.height + (mode != C_VIDEO_IN_WEAVE ? height : height >> 1) - 1);
H A DTheater100.cpp72 void CTheater100::SetEnable(bool enable, bool vbi) argument
74 PRINT(("CTheater100::SetEnable(%d, %d)\n", enable, vbi));
117 SetClipWindow(fStandard, vbi);
1216 void CTheater100::SetClipWindow(theater_standard standard, bool vbi) argument
1239 vbi ? VBI_CAPTURE_EN : VBI_CAPTURE_DIS);
1241 PRINT(("CTheater100::SetClipWindow(active=%d/%d/%d/%d, vbi=%d/%d/%d/%d)\n",
H A DTheater200.cpp783 void CTheater200::SetEnable(bool enable, bool vbi) argument
786 PRINT(("CTheater200::SetEnable(%d, %d)\n", enable, vbi));

Completed in 195 milliseconds