Searched refs:SetHue (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/radeon/
H A DTheater.h68 virtual void SetHue(int hue) = 0;
H A DTheater100.h45 void SetHue(int hue);
H A DVideoIn.h108 void SetHue(int hue);
H A DTheater200.h51 void SetHue(int hue);
H A DVideoIn.cpp263 void CVideoIn::SetHue(int hue) function in class:CVideoIn
265 Trace("CVideoIn::SetHue()");
267 fTheater->SetHue(hue);
H A DTheater200.cpp95 SetHue(0);
870 void CTheater200::SetHue(int hue) function in class:CTheater200
872 PRINT(("CTheater200::SetHue(%d)\n", hue));
H A DTheater100.cpp64 SetHue(0);
201 void CTheater100::SetHue(int hue) function in class:CTheater100
203 PRINT(("CTheater100::SetHue(%d)\n", hue));
H A DRadeonProducer.cpp1390 fVideoIn.SetHue(fHue);
1806 fVideoIn.SetHue(fHue);

Completed in 115 milliseconds