Searched refs:theater_standard (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/radeon/
H A DTheater100.h31 void SetStandard(theater_standard standard, theater_source source);
49 void getActiveRange( theater_standard standard, CRadeonRect &rect );
51 void getVBIRange( theater_standard standard, CRadeonRect &rect );
56 void SetClock(theater_standard standard, radeon_video_clock clock);
58 void SetADC(theater_standard standard, theater_source source);
60 void SetHSYNC(theater_standard standard);
64 void SetVSYNC(theater_standard standard);
68 void SetSyncGenerator(theater_standard standard);
70 void SetCombFilter(theater_standard standard, theater_source source);
72 void SetLuminanceProcessor(theater_standard standar
[all...]
H A DTheater200.h37 void SetStandard(theater_standard standard, theater_source source);
56 void getActiveRange( theater_standard standard, CRadeonRect &rect );
59 void getVBIRange( theater_standard standard, CRadeonRect &rect );
99 void SetClock(theater_standard standard, radeon_video_clock clock){;};
102 void SetADC(theater_standard standard, theater_source source);
105 void SetHSYNC(theater_standard standard){;};
110 void SetVSYNC(theater_standard standard){;};
115 void SetSyncGenerator(theater_standard standard){;};
118 void SetCombFilter(theater_standard standard, theater_source source){;};
121 void SetLuminanceProcessor(theater_standard standar
[all...]
H A DTheater.h23 enum theater_standard { enum
54 virtual void SetStandard(theater_standard standard, theater_source source) = 0;
72 virtual void getActiveRange( theater_standard standard, CRadeonRect &rect ) = 0;
74 virtual void getVBIRange( theater_standard standard, CRadeonRect &rect ) = 0;
96 theater_standard fStandard;
H A DTheater100.cpp143 void CTheater100::SetStandard(theater_standard standard, theater_source source)
211 void CTheater100::SetClock(theater_standard standard, radeon_video_clock clock)
308 void CTheater100::SetADC(theater_standard standard, theater_source source)
393 void CTheater100::SetHSYNC(theater_standard standard)
461 void CTheater100::SetVSYNC(theater_standard standard)
513 void CTheater100::SetSyncGenerator(theater_standard standard)
557 void CTheater100::SetCombFilter(theater_standard standard, theater_source source)
974 void CTheater100::SetLuminanceProcessor(theater_standard standard)
1016 void CTheater100::SetLuminanceLevels(theater_standard standard, int brightness, int contrast)
1064 void CTheater100::SetChromaProcessor(theater_standard standar
[all...]
H A DTheater200.cpp806 void CTheater200::SetStandard(theater_standard standard, theater_source source)
879 void CTheater200::SetADC(theater_standard standard, theater_source source)
1012 void CTheater200::SetLuminanceLevels(theater_standard standard, int brightness, int contrast)
1033 void CTheater200::SetChromaLevels(theater_standard standard, int saturation, int hue)
1074 void CTheater200::getActiveRange( theater_standard standard, CRadeonRect &rect )
1083 void CTheater200::getVBIRange( theater_standard standard, CRadeonRect &rect )
1093 void CTheater200::SetScaler(theater_standard standard, int hactive, int vactive, bool deinterlace)
H A DVideoIn.cpp15 static const theater_standard kStandard[] = {

Completed in 71 milliseconds