Home
last modified time | relevance | path

Searched refs:CTheater (Results 1 – 7 of 7) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/radeon/
H A DTheater.cpp17 CTheater::CTheater(CRadeon & radeon, int device) in CTheater() function in CTheater
34 CTheater::~CTheater(){}; in ~CTheater()
36 uint32 CTheater::Capabilities() const in Capabilities()
48 int CTheater::Register(int index) in Register()
53 int CTheater::Register(int index, int mask) in Register()
58 void CTheater::SetRegister(int index, int value) in SetRegister()
63 void CTheater::SetRegister(int index, int mask, int value) in SetRegister()
H A DTheater.h42 class CTheater {
44 CTheater(CRadeon & radeon, int device);
46 virtual ~CTheater();
H A DTheater100.h18 class CTheater100 : public CTheater
H A DVideoIn.h131 CTheater* fTheater;
H A DTheater200.h25 class CTheater200 : public CTheater {
H A DTheater200.cpp25 :CTheater(radeon, device), in CTheater200()
H A DTheater100.cpp18 :CTheater(radeon, device) in CTheater100()