Searched refs:standard (Results 1 - 16 of 16) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/radeon/
H A DTheater100.h31 void SetStandard(theater_standard standard, theater_source source);
49 void getActiveRange( theater_standard standard, CRadeonRect &rect );
51 void getVBIRange( theater_standard standard, CRadeonRect &rect );
56 void SetClock(theater_standard standard, radeon_video_clock clock);
58 void SetADC(theater_standard standard, theater_source source);
60 void SetHSYNC(theater_standard standard);
64 void SetVSYNC(theater_standard standard);
68 void SetSyncGenerator(theater_standard standard);
70 void SetCombFilter(theater_standard standard, theater_source source);
72 void SetLuminanceProcessor(theater_standard standard);
[all...]
H A DTheater200.h37 void SetStandard(theater_standard standard, theater_source source);
56 void getActiveRange( theater_standard standard, CRadeonRect &rect );
59 void getVBIRange( theater_standard standard, CRadeonRect &rect );
99 void SetClock(theater_standard standard, radeon_video_clock clock){;}; argument
102 void SetADC(theater_standard standard, theater_source source);
105 void SetHSYNC(theater_standard standard){;}; argument
110 void SetVSYNC(theater_standard standard){;}; argument
115 void SetSyncGenerator(theater_standard standard){;}; argument
118 void SetCombFilter(theater_standard standard, theater_source source){;}; argument
121 void SetLuminanceProcessor(theater_standard standard){;}; argument
[all...]
H A DTheater100.cpp143 void CTheater100::SetStandard(theater_standard standard, theater_source source) argument
148 "SECAM\0\0\0\0\0"+10*standard,
151 fStandard = standard;
211 void CTheater100::SetClock(theater_standard standard, radeon_video_clock clock) argument
216 switch (standard) {
282 PRINT(("CTheater100::SetClock() - Bad standard\n"));
308 void CTheater100::SetADC(theater_standard standard, theater_source source) argument
310 PRINT(("CTheater100::SetADC(%c, %c)\n", "NJ4MNCB6S"[standard], "TCS"[source]));
312 // set HW_DEBUG before setting the standard
315 // select the video standard
393 SetHSYNC(theater_standard standard) argument
461 SetVSYNC(theater_standard standard) argument
513 SetSyncGenerator(theater_standard standard) argument
557 SetCombFilter(theater_standard standard, theater_source source) argument
974 SetLuminanceProcessor(theater_standard standard) argument
1016 SetLuminanceLevels(theater_standard standard, int brightness, int contrast) argument
1064 SetChromaProcessor(theater_standard standard) argument
1122 SetChromaLevels(theater_standard standard, int saturation, int hue) argument
1201 getActiveRange( theater_standard standard, CRadeonRect &rect ) argument
1208 getVBIRange( theater_standard standard, CRadeonRect &rect ) argument
1216 SetClipWindow(theater_standard standard, bool vbi) argument
1255 SetScaler(theater_standard standard, int hactive, int vactive, bool deinterlace) argument
[all...]
H A DVideoIn.cpp147 void CVideoIn::Start(video_in_source source, video_in_standard standard, argument
162 width = Clamp(width, 0, kTiming[standard].active.width);
163 height = Clamp(height, 0, kTiming[standard].active.height / 2);
166 width = Clamp(width, 0, kTiming[standard].active.width);
167 height = Clamp(height, 0, kTiming[standard].active.height);
190 fBufferPeriod = 1000000000LL / getFrameRate( standard );
195 fTheater->SetStandard(kStandard[standard], kSource[source]);
199 fCapture.SetClip(0, kTiming[standard].vbi.height, width - 1, kTiming[standard].vbi.height + (mode != C_VIDEO_IN_WEAVE ? height : height >> 1) - 1);
285 float CVideoIn::FrequencyForChannel(int channel, video_in_standard standard) argument
338 SetChannel(int channel, video_in_standard standard) argument
468 getActiveRange( video_in_standard standard, CRadeonRect &rect ) argument
[all...]
H A DVideoIn.h93 void Start(video_in_source source, video_in_standard standard,
114 float FrequencyForChannel(int channel, video_in_standard standard);
116 bool SetChannel(int channel, video_in_standard standard);
118 int32 getFrameRate( video_in_standard standard );
120 void getActiveRange( video_in_standard standard, CRadeonRect &rect );
H A DTheater.h54 virtual void SetStandard(theater_standard standard, theater_source source) = 0;
72 virtual void getActiveRange( theater_standard standard, CRadeonRect &rect ) = 0;
74 virtual void getVBIRange( theater_standard standard, CRadeonRect &rect ) = 0;
H A DTheater200.cpp806 void CTheater200::SetStandard(theater_standard standard, theater_source source) argument
811 "SECAM\0\0\0\0\0"+10*standard,
814 fStandard = standard;
879 void CTheater200::SetADC(theater_standard standard, theater_source source) argument
885 PRINT(("CTheater200::SetADC(%c, %c)\n", "NJ4MNCB6S"[standard], "TCS"[source]));
887 // set HW_DEBUG before setting the standard
890 // select the video standard
891 switch (standard) {
906 fb_scratch0 = ((standard << 8) & 0xff00) | (52 & 0xff);
910 PRINT(("CTheater200::SetADC() - Bad standard\
1012 SetLuminanceLevels(theater_standard standard, int brightness, int contrast) argument
1033 SetChromaLevels(theater_standard standard, int saturation, int hue) argument
1074 getActiveRange( theater_standard standard, CRadeonRect &rect ) argument
1083 getVBIRange( theater_standard standard, CRadeonRect &rect ) argument
1093 SetScaler(theater_standard standard, int hactive, int vactive, bool deinterlace) argument
[all...]
H A DRadeonProducer.cpp47 // convert Be video standard to video-in standard;
70 int32 VideoInStandardToBe( video_in_standard standard )
72 DPRINT(("VideoInStandardToBe %d \n", standard));
73 switch( standard ) {
154 int32 standard; local
160 C_VIDEO_IN_NTSC, &standard )) != B_OK ||
183 // standard is stored as internal code (which has no "holes" in its numbering);
186 fStandard = VideoInStandardToBe( (video_in_standard)standard );
316 BDiscreteParameter *standard local
[all...]
H A DMSP3430.cpp28 MSP3430_DEM_STANDARD_SEL = 0x0020, // standard selection
34 MSP3430_DEM_STANDARD_RES = 0x007e, // standard detection result
279 // is analog sound standard (FM or AM) active?
309 void CMSP3430::SetStandard(MSP3430_standard standard)
311 fStandard = standard;
314 switch (standard) {
758 // automatic sound standard selection
761 // readback the detected TV sound or FM-radio standard
/haiku/headers/private/graphics/radeon/
H A Dmultimon.h24 status_t GetNthSupportedTVStandard( BScreen *screen, int idx, uint32 *standard );
25 status_t GetTVStandard( BScreen *screen, uint32 *standard );
26 status_t SetTVStandard( BScreen *screen, uint32 standard );
/haiku/src/tests/add-ons/index_server/fulltext_search/
H A DBeaconSearcher.h20 using namespace lucene::analysis::standard ;
/haiku/src/preferences/screen/
H A Dmultimon.cpp162 // get n-th supported TV standard
164 GetNthSupportedTVStandard(BScreen *screen, int idx, uint32 *standard) argument
167 screen, ms_tv_standard, (int32)idx, standard);
173 GetTVStandard(BScreen *screen, uint32 *standard) argument
175 return GetSetting(screen, ms_tv_standard, standard);
181 SetTVStandard(BScreen *screen, uint32 standard) argument
183 return SetSetting(screen, ms_tv_standard, standard);
/haiku/headers/private/shared/
H A DScopeExit.h10 #error This file requires compiler support for the C++11 standard.
/haiku/src/add-ons/index_server/fulltext/
H A DCLuceneDataBase.h22 using namespace lucene::analysis::standard;
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Ddevice_scan.cpp124 int standard = B_BENDIAN_TO_HOST_INT16( local
128 if (standard != previousStandard && standard != 0)
129 SHOW_INFO(3, "standard: %04x", standard);
131 previousStandard = standard;
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex167 A general remark regarding the byte ordering: Resources have no standard

Completed in 100 milliseconds