Home
last modified time | relevance | path

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

/haiku/src/add-ons/media/media-add-ons/radeon/
H A DTheater200.cpp24 CTheater200::CTheater200(CRadeon & radeon, int device) in CTheater200() function in CTheater200
57 CTheater200::~CTheater200() in ~CTheater200()
66 status_t CTheater200::InitCheck() const in InitCheck()
91 void CTheater200::Reset() in Reset()
102 status_t CTheater200::DSPLoadMicrocode(char* micro_path, char* micro_type, struct rt200_microc_data… in DSPLoadMicrocode()
307 void CTheater200::DSPCleanMicrocode(struct rt200_microc_data* microc_datap) in DSPCleanMicrocode()
322 status_t CTheater200::DspInit() in DspInit()
347 status_t CTheater200::DspLoad( struct rt200_microc_data* microc_datap ) in DspLoad()
548 status_t CTheater200::DspSendCommand(uint32 fb_scratch1, uint32 fb_scratch0) in DspSendCommand()
597 void CTheater200::InitTheatre() in InitTheatre()
[all …]
H A DTheater200.h25 class CTheater200 : public CTheater {
27 CTheater200(CRadeon & radeon, int device);
29 ~CTheater200();
H A DVideoIn.cpp68 class CTheater200;
125 fTheater = new CTheater200(fRadeon, device); in InitCheck()