Home
last modified time | relevance | path

Searched refs:KSPIN_DATAFLOW_IN (Results 1 – 18 of 18) sorted by relevance

/reactos/drivers/wdm/audio/drivers/CMIDriver/
H A Dmintopotables.hpp94 KSPIN_DATAFLOW_IN, // DataFlow
113 KSPIN_DATAFLOW_IN, // DataFlow
132 KSPIN_DATAFLOW_IN, // DataFlow
151 KSPIN_DATAFLOW_IN, // DataFlow
170 KSPIN_DATAFLOW_IN, // DataFlow
189 KSPIN_DATAFLOW_IN, // DataFlow
208 KSPIN_DATAFLOW_IN, // DataFlow
265 KSPIN_DATAFLOW_IN, // DataFlow
H A Dminwavetables.hpp229 KSPIN_DATAFLOW_IN,
250 KSPIN_DATAFLOW_IN,
292 KSPIN_DATAFLOW_IN,
/reactos/drivers/wdm/audio/filters/splitter/
H A Dsplitter.c191 KSPIN_DATAFLOW_IN,
/reactos/drivers/wdm/audio/drivers/ac97/
H A Dminiport.cpp92 KSPIN_DATAFLOW_IN, // DataFlow
149 KSPIN_DATAFLOW_IN, // DataFlow
192 KSPIN_DATAFLOW_IN, // DataFlow
H A Dmintopo.cpp737 CurrentPin->KsPinDescriptor.DataFlow = KSPIN_DATAFLOW_IN; in BuildPinDescriptors()
/reactos/drivers/wdm/audio/backpln/portcls/
H A Dirpstream.cpp194 if (m_Descriptor->DataFlow == KSPIN_DATAFLOW_IN) in AddMapping()
351 if (m_Descriptor->DataFlow == KSPIN_DATAFLOW_IN) in GetMapping()
H A Dminiport_dmus.cpp435 KSPIN_DATAFLOW_IN, // DataFlow
452 KSPIN_DATAFLOW_IN, // DataFlow
486 KSPIN_DATAFLOW_IN, // DataFlow
H A Dpin_dmus.cpp521 …iptor->Communication == KSPIN_COMMUNICATION_SINK && KsPinDescriptor->DataFlow == KSPIN_DATAFLOW_IN) in Init()
H A Dpin_wavert.cpp593 …iptor->Communication == KSPIN_COMMUNICATION_SINK && KsPinDescriptor->DataFlow == KSPIN_DATAFLOW_IN) in Init()
H A Dpin_wavepci.cpp773 …iptor->Communication == KSPIN_COMMUNICATION_SINK && KsPinDescriptor->DataFlow == KSPIN_DATAFLOW_IN) in Init()
H A Dpin_wavecyclic.cpp1187 …iptor->Communication == KSPIN_COMMUNICATION_SINK && KsPinDescriptor->DataFlow == KSPIN_DATAFLOW_IN) in Init()
/reactos/dll/directx/dsound_new/
H A Ddevicelist.c217 if (Communication == KSPIN_COMMUNICATION_SINK && DataFlow == KSPIN_DATAFLOW_IN) in FindAudioFilterPins()
/reactos/sdk/lib/drivers/sound/mmixer/
H A Dmidi.c149 if (DataFlow == KSPIN_DATAFLOW_IN && Communication == KSPIN_COMMUNICATION_SINK) in MMixerCheckFilterPinMidiSupport()
H A Dcontrols.c791 if (DataFlow == KSPIN_DATAFLOW_IN) in MMixerGetComponentAndTargetType()
/reactos/drivers/ksfilter/ks/
H A Dpin.c1334 if (This->Pin.Descriptor->PinDescriptor.DataFlow == KSPIN_DATAFLOW_IN) in IKsPin_PrepareStreamHeader()
1600 if (This->Pin.Descriptor->PinDescriptor.DataFlow == KSPIN_DATAFLOW_IN) in KsStreamPointerClone()
1655 if (This->Pin.Descriptor->PinDescriptor.DataFlow == KSPIN_DATAFLOW_IN) in KsStreamPointerAdvanceOffsets()
2604 if (This->Pin.Descriptor->PinDescriptor.DataFlow == KSPIN_DATAFLOW_IN) in KspCreatePin()
/reactos/dll/directx/ksproxy/
H A Dproxy.cpp2425 if (DataFlow == KSPIN_DATAFLOW_IN) in GetPinName()
2517 if (DataFlow == KSPIN_DATAFLOW_IN) in CreatePins()
2533 if (DataFlow == KSPIN_DATAFLOW_IN) in CreatePins()
/reactos/drivers/usb/usbaudio/
H A Dfilter.c1306 Pins[Index].PinDescriptor.DataFlow = KSPIN_DATAFLOW_IN; in USBAudioPinBuildDescriptors()
1333 Pins[Index].PinDescriptor.DataFlow = KSPIN_DATAFLOW_IN; in USBAudioPinBuildDescriptors()
/reactos/sdk/include/psdk/
H A Dks.h1249 KSPIN_DATAFLOW_IN = 1, enumerator