Searched refs:hactive (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/radeon/
H A DTheater100.h33 void SetSize(int hactive, int vactive);
82 void SetScaler(theater_standard standard, int hactive, int vactive, bool deinterlace);
H A DTheater200.h39 void SetSize(int hactive, int vactive);
134 void SetScaler(theater_standard standard, int hactive, int vactive, bool deinterlace);
H A DTheater.h56 virtual void SetSize(int hactive, int vactive) = 0;
H A DTheater100.cpp155 void CTheater100::SetSize(int hactive, int vactive) argument
157 PRINT(("CTheater100::SetSize(%d, %d)\n", hactive, vactive));
159 fHActive = hactive;
1255 void CTheater100::SetScaler(theater_standard standard, int hactive, int vactive, bool deinterlace) argument
1287 SetRegister(VIP_SCALER_OUT_WINDOW, H_OUT_WIND_WIDTH, hactive << 0);
1290 SetRegister(VIP_H_SCALER_CONTROL, H_SCALE_RATIO, (((uint32)h_active_width << 16) / hactive) << 0);
1295 h_active_width == hactive ? H_BYPASS : 0);
1309 hactive, vactive,
H A DTheater200.cpp818 void CTheater200::SetSize(int hactive, int vactive) argument
820 PRINT(("CTheater200::SetSize(%d, %d)\n", hactive, vactive));
822 fHActive = hactive;
1093 void CTheater200::SetScaler(theater_standard standard, int hactive, int vactive, bool deinterlace) argument
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Dbios.cpp176 uint16 hactive; member in struct:generic_dtd_entry
626 "hactive %d hfront_porch %d hsync %d hblank %d "
628 dtd->pixel_clock, dtd->hactive, dtd->hfront_porch, dtd->hsync, dtd->hblank,
632 "in BIOS VBT tables\n", dtd->hactive, dtd->vactive));
635 panelTiming->h_sync_start = dtd->hactive + dtd->hfront_porch;
637 panelTiming->h_total = dtd->hactive + dtd->hblank;
638 panelTiming->h_display = dtd->hactive;

Completed in 102 milliseconds