Searched refs:BYTE (Results 1 - 25 of 41) sorted by relevance

12

/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCGdDspCommObject.h66 BYTE m_byGDCurrentSpdifStatus;
67 BYTE m_byGDCurrentClockState;
76 BYTE SelectGinaDarlaSpdifStatus( DWORD dwNewSampleRate );
H A DCLayla24DspCommObject.h72 BYTE byNewMode
93 BYTE * pbyAsicNeeded,
102 BYTE * m_pbyAsic; // Current ASIC code
H A DCMonaDspCommObject.h59 BYTE byNewMode
79 BYTE * m_pbyAsic; // Current ASIC code
H A DCGdDspCommObject.cpp116 BYTE byGDClockState, byGDSpdifStatus;
194 BYTE CGdDspCommObject::SelectGinaDarlaSpdifStatus( DWORD dwNewSampleRate )
196 BYTE byNewStatus = 0;
220 } // BYTE CGdDspCommObject::SelectGinaDarlaSpdifStatus( DWORD dwNewSampleRate )
H A DOsSupportBeOS.h67 typedef uint8 BYTE; typedef
147 BYTE OsGetVersion();
148 BYTE OsGetRevision();
149 BYTE OsGetRelease();
H A DCGina24DspCommObject.h71 BYTE * m_pbyAsic; // Current ASIC code
H A DCDspCommObject.h582 BYTE VUMeter[ DSP_MAXPIPES ];
584 BYTE PeakMeter[ DSP_MAXPIPES ];
586 BYTE OutLineLevel[ DSP_MAXAUDIOOUTPUTS ];
588 BYTE InLineLevel[ DSP_MAXAUDIOINPUTS ];
590 BYTE byMonitors[ MONITOR_ARRAY_SIZE ];
598 BYTE byGDClockState; // Chg Gina/Darla clock state 0xb60 4
599 BYTE byGDSpdifStatus; // Chg. Gina/Darla S/PDIF state
600 BYTE byGDResamplerState; // Should always be 3
601 BYTE byFiller2;
614 BYTE byFille
[all...]
H A DCGMLDspCommObject.h57 BYTE byNewMode
H A DCLayla24DspCommObject.cpp355 BYTE byNewMode
407 BYTE * pbyAsicNeeded,
419 BYTE byMonitors[ MONITOR_ARRAY_SIZE ];
H A DOsSupportBeOS.cpp43 BYTE OsGetVersion()
47 } // BYTE OsGetVersion()
49 BYTE OsGetRevision()
53 } // BYTE OsGetRevision()
55 BYTE OsGetRelease()
59 } // BYTE OsGetRelease()
H A DCDspCommObjectVmixer.cpp173 m_pDspCommPage->byVmixerLevel[ dwIndex ] = (BYTE) iGain;
245 m_pDspCommPage->OutLineLevel[ wBusOut ] = (BYTE) iGain;
H A DCDarla24DspCommObject.cpp131 BYTE bClock;
H A DCMonaDspCommObject.cpp184 BYTE * pbyAsicNeeded;
373 BYTE *pbyAsicNeeded;
535 BYTE byNewMode
543 BYTE *pbAsic96;
H A DCMonitorCtrl.h56 BYTE *m_Mutes;
H A DCPipeOutCtrl.h53 BYTE *m_Mutes;
H A DCLaylaDspCommObject.h63 BYTE m_byInputTrims[LAYLA20_INPUT_TRIMS]; // Input trims for Layla20's 8 analog
H A DCLaylaDspCommObject.cpp314 m_byInputTrims[wBusIn] = (BYTE) iGain;
319 BYTE byMinus10;
H A DCGMLDspCommObject.cpp222 BYTE byNewMode
H A DCPipeOutCtrl.cpp89 dwBytes = sizeof(BYTE) * m_wNumPipesOut * wNumStereoBusses;
185 dwBytes = sizeof(BYTE) * m_wNumPipesOut;
468 m_Mutes[ wIndex ] = (BYTE) bMute;
H A DCLineLevel.cpp215 (BYTE) ( GENERIC_TO_DSP( iGain ) ) );
H A DCEchoGals.h226 virtual BYTE GetDigitalMode()
228 ? (BYTE) DIGITAL_MODE_SPDIF_RCA
296 virtual ECHOSTATUS SetDigitalMode( BYTE byDigitalMode );
728 BYTE m_byPipeState[ ECHO_MAXAUDIOPIPES ];
H A DC3gDco.h81 BYTE byNewMode
H A DCDspCommObject.cpp1578 m_pDspCommPage->OutLineLevel[ wPipeOut ] = (BYTE) iGain;
1670 m_pDspCommPage->InLineLevel[wBusIn] = (BYTE) iGain;
1757 *pbyState = (BYTE)
1805 m_pDspCommPage->byMonitors[ wOffset ] = (BYTE) (iGain);
1854 BYTE muted;
1856 muted = (BYTE) GENERIC_TO_DSP(ECHOGAIN_MUTED);
2118 BYTE *pOutBuffer;
2162 *pOutBuffer = (BYTE) dwWriteCount;
H A DCMonitorCtrl.cpp102 dwBytes = sizeof(BYTE) * dwArraySize;
399 m_Mutes[ wIndex ] = (BYTE) bMute;
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DNoWindows.h26 typedef unsigned char BYTE; typedef

Completed in 70 milliseconds

12