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

/haiku/src/add-ons/media/media-add-ons/radeon/
H A DTheater100.h18 class CTheater100 : public CTheater class in inherits:CTheater
21 CTheater100(CRadeon & radeon, int device);
23 ~CTheater100();
H A DTheater100.cpp17 CTheater100::CTheater100(CRadeon & radeon, int device) function in class:CTheater100
20 PRINT(("CTheater100::CTheater100()\n"));
31 PRINT(("CTheater100::CTheater100() - Unsupported crystal clock!\n"));
38 PRINT(("CTheater100::CTheater100() - Rage Theater not found!\n"));
41 CTheater100::~CTheater100()
[all...]
H A DVideoIn.cpp67 class CTheater100;
120 fTheater = new CTheater100(fRadeon, device);

Completed in 84 milliseconds