Home
last modified time | relevance | path

Searched refs:CTheater100 (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/radeon/
H A DTheater100.cpp17 CTheater100::CTheater100(CRadeon & radeon, int device) in CTheater100() function in CTheater100
41 CTheater100::~CTheater100() in ~CTheater100()
49 status_t CTheater100::InitCheck() const in InitCheck()
60 void CTheater100::Reset() in Reset()
72 void CTheater100::SetEnable(bool enable, bool vbi) in SetEnable()
143 void CTheater100::SetStandard(theater_standard standard, theater_source source) in SetStandard()
155 void CTheater100::SetSize(int hactive, int vactive) in SetSize()
163 void CTheater100::SetDeinterlace(bool deinterlace) in SetDeinterlace()
170 void CTheater100::SetSharpness(int sharpness) in SetSharpness()
177 void CTheater100::SetBrightness(int brightness) in SetBrightness()
[all …]
H A DTheater100.h18 class CTheater100 : public CTheater
21 CTheater100(CRadeon & radeon, int device);
23 ~CTheater100();
H A DVideoIn.cpp67 class CTheater100;
120 fTheater = new CTheater100(fRadeon, device); in InitCheck()