Searched refs:radeon (Results 1 - 12 of 12) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/radeon/
H A DVIPPort.cpp14 CVIPPort::CVIPPort(CRadeon & radeon) argument
15 : fRadeon(radeon)
H A DTheater.cpp17 CTheater::CTheater(CRadeon & radeon, int device) argument
18 : fPort(radeon),
H A DI2CPort.h24 CI2CPort(CRadeon & radeon, int rate = C_RADEON_I2C_DEFAULT_CLOCK_RATE);
H A DCapture.h43 CCapture(CRadeon & radeon);
H A DTheater.h44 CTheater(CRadeon & radeon, int device);
H A DTheater100.h21 CTheater100(CRadeon & radeon, int device);
H A DVIPPort.h45 CVIPPort(CRadeon & radeon);
H A DTheater200.h27 CTheater200(CRadeon & radeon, int device);
H A DCapture.cpp18 CCapture::CCapture(CRadeon & radeon) argument
19 : fRadeon(radeon),
H A DI2CPort.cpp14 CI2CPort::CI2CPort(CRadeon & radeon, int rate) argument
15 : fRadeon(radeon),
H A DTheater200.cpp24 CTheater200::CTheater200(CRadeon & radeon, int device) argument
25 :CTheater(radeon, device),
39 radeon.GetMMParameters(tuner, video, fClock,
H A DTheater100.cpp17 CTheater100::CTheater100(CRadeon & radeon, int device) argument
18 :CTheater(radeon, device)
26 radeon.GetMMParameters(tuner, video, fClock,

Completed in 43 milliseconds