Searched refs:KSPIN_DATAFLOW_IN (Results 1 – 18 of 18) sorted by relevance
/reactos/drivers/wdm/audio/drivers/CMIDriver/ |
H A D | mintopotables.hpp | 94 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 D | minwavetables.hpp | 229 KSPIN_DATAFLOW_IN, 250 KSPIN_DATAFLOW_IN, 292 KSPIN_DATAFLOW_IN,
|
/reactos/drivers/wdm/audio/filters/splitter/ |
H A D | splitter.c | 191 KSPIN_DATAFLOW_IN,
|
/reactos/drivers/wdm/audio/drivers/ac97/ |
H A D | miniport.cpp | 92 KSPIN_DATAFLOW_IN, // DataFlow 149 KSPIN_DATAFLOW_IN, // DataFlow 192 KSPIN_DATAFLOW_IN, // DataFlow
|
H A D | mintopo.cpp | 737 CurrentPin->KsPinDescriptor.DataFlow = KSPIN_DATAFLOW_IN; in BuildPinDescriptors()
|
/reactos/drivers/wdm/audio/backpln/portcls/ |
H A D | irpstream.cpp | 194 if (m_Descriptor->DataFlow == KSPIN_DATAFLOW_IN) in AddMapping() 351 if (m_Descriptor->DataFlow == KSPIN_DATAFLOW_IN) in GetMapping()
|
H A D | miniport_dmus.cpp | 435 KSPIN_DATAFLOW_IN, // DataFlow 452 KSPIN_DATAFLOW_IN, // DataFlow 486 KSPIN_DATAFLOW_IN, // DataFlow
|
H A D | pin_dmus.cpp | 521 …iptor->Communication == KSPIN_COMMUNICATION_SINK && KsPinDescriptor->DataFlow == KSPIN_DATAFLOW_IN) in Init()
|
H A D | pin_wavert.cpp | 593 …iptor->Communication == KSPIN_COMMUNICATION_SINK && KsPinDescriptor->DataFlow == KSPIN_DATAFLOW_IN) in Init()
|
H A D | pin_wavepci.cpp | 773 …iptor->Communication == KSPIN_COMMUNICATION_SINK && KsPinDescriptor->DataFlow == KSPIN_DATAFLOW_IN) in Init()
|
H A D | pin_wavecyclic.cpp | 1187 …iptor->Communication == KSPIN_COMMUNICATION_SINK && KsPinDescriptor->DataFlow == KSPIN_DATAFLOW_IN) in Init()
|
/reactos/dll/directx/dsound_new/ |
H A D | devicelist.c | 217 if (Communication == KSPIN_COMMUNICATION_SINK && DataFlow == KSPIN_DATAFLOW_IN) in FindAudioFilterPins()
|
/reactos/sdk/lib/drivers/sound/mmixer/ |
H A D | midi.c | 149 if (DataFlow == KSPIN_DATAFLOW_IN && Communication == KSPIN_COMMUNICATION_SINK) in MMixerCheckFilterPinMidiSupport()
|
H A D | controls.c | 791 if (DataFlow == KSPIN_DATAFLOW_IN) in MMixerGetComponentAndTargetType()
|
/reactos/drivers/ksfilter/ks/ |
H A D | pin.c | 1334 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 D | proxy.cpp | 2425 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 D | filter.c | 1306 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 D | ks.h | 1249 KSPIN_DATAFLOW_IN = 1, enumerator
|