Home
last modified time | relevance | path

Searched refs:KSAUTOMATION_TABLE (Results 1 – 7 of 7) sorted by relevance

/reactos/drivers/usb/usbaudio/
H A Dfilter.c490 …ilterDescriptor->NodeDescriptorsCount].AutomationTable = AllocFunction(sizeof(KSAUTOMATION_TABLE)); in BuildUSBAudioFilterTopology()
504 …ilterDescriptor->NodeDescriptorsCount].AutomationTable = AllocFunction(sizeof(KSAUTOMATION_TABLE)); in BuildUSBAudioFilterTopology()
519 …ilterDescriptor->NodeDescriptorsCount].AutomationTable = AllocFunction(sizeof(KSAUTOMATION_TABLE)); in BuildUSBAudioFilterTopology()
540 …ilterDescriptor->NodeDescriptorsCount].AutomationTable = AllocFunction(sizeof(KSAUTOMATION_TABLE)); in BuildUSBAudioFilterTopology()
554 …ilterDescriptor->NodeDescriptorsCount].AutomationTable = AllocFunction(sizeof(KSAUTOMATION_TABLE)); in BuildUSBAudioFilterTopology()
624 …ilterDescriptor->NodeDescriptorsCount].AutomationTable = AllocFunction(sizeof(KSAUTOMATION_TABLE)); in BuildUSBAudioFilterTopology()
637 …ilterDescriptor->NodeDescriptorsCount].AutomationTable = AllocFunction(sizeof(KSAUTOMATION_TABLE)); in BuildUSBAudioFilterTopology()
650 …ilterDescriptor->NodeDescriptorsCount].AutomationTable = AllocFunction(sizeof(KSAUTOMATION_TABLE)); in BuildUSBAudioFilterTopology()
664 …ilterDescriptor->NodeDescriptorsCount].AutomationTable = AllocFunction(sizeof(KSAUTOMATION_TABLE)); in BuildUSBAudioFilterTopology()
721 …ilterDescriptor->NodeDescriptorsCount].AutomationTable = AllocFunction(sizeof(KSAUTOMATION_TABLE)); in BuildUSBAudioFilterTopology()
[all …]
/reactos/drivers/multimedia/bdasup/
H A Dbdasup.c53 KSAUTOMATION_TABLE FilterAutomationTable =
81 KSAUTOMATION_TABLE PinAutomationTable =
312 …, (PVOID*)&FilterDescriptor->AutomationTable, sizeof(KSAUTOMATION_TABLE), sizeof(KSAUTOMATION_TABL… in BdaCreateFilterFactoryEx()
/reactos/drivers/wdm/audio/filters/splitter/
H A Dsplitter.c50 KSAUTOMATION_TABLE
/reactos/sdk/include/psdk/
H A Dks.h2329 } KSAUTOMATION_TABLE, *PKSAUTOMATION_TABLE; typedef
2375 const KSAUTOMATION_TABLE* AutomationTable;
3224 const KSAUTOMATION_TABLE *AutomationTable;
3234 const KSAUTOMATION_TABLE *AutomationTable;
/reactos/drivers/ksfilter/ks/
H A Dfilter.c1304 KSAUTOMATION_TABLE AutomationTable; in IKsFilter_CopyFilterDescriptor()
1322 RtlZeroMemory(&AutomationTable, sizeof(KSAUTOMATION_TABLE)); in IKsFilter_CopyFilterDescriptor()
H A Dpin.c2303 KSAUTOMATION_TABLE AutomationTable; in KspCreatePin()
2466 RtlZeroMemory(&AutomationTable, sizeof(KSAUTOMATION_TABLE)); in KspCreatePin()
H A Dapi.c2319 Table = AllocateItem(NonPagedPool, sizeof(KSAUTOMATION_TABLE)); in KsMergeAutomationTables()