ReactOS 0.4.16-dev-306-g647d351
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
NTSTATUS NTAPI | DriverEntry (PDRIVER_OBJECT DriverObject, PUNICODE_STRING RegistryPathName) |
Variables | |
const GUID | PIN_VIDEO_CAPTURE = {0xfb6c4281, 0x0353, 0x11d1, {0x90, 0x5f, 0x0, 0x0, 0xc0, 0xcc, 0x16, 0xba}} |
const GUID | KSPROPSETID_Audio = {0x45FFAAA0, 0x6E1B, 0x11D0, {0xBC, 0xF2, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}} |
const GUID | KSCATEGORY_AUDIO_SPLITTER = {0x9EA331FA, 0xB91B, 0x45F8, {0x92, 0x85, 0xBD, 0x2B, 0xC7, 0x7A, 0xFC, 0xDE}} |
const GUID | KSNAME_Filter = {0x9b365890, 0x165f, 0x11d0, {0xa1, 0x95, 0x00, 0x20, 0xaf, 0xd1, 0x56, 0xe4}} |
const GUID | GUID_NULL = {0x00000000, 0x0000, 0x0000, {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}} |
KSPROPERTY_ITEM | PinPropertyTable [] |
const KSPROPERTY_SET | PinPropertySet [] |
const KSAUTOMATION_TABLE | PinAutomation |
const KSPIN_DISPATCH | PinDispatch |
const KSFILTER_DISPATCH | FilterDispatch |
KSDATARANGE | PinDataFormatRange |
const PKSDATARANGE | PinDataFormatRanges [] |
const KSPIN_DESCRIPTOR_EX | PinDescriptors [] |
const GUID | Categories [] |
const KSNODE_DESCRIPTOR | NodeDescriptor [] |
const KSFILTER_DESCRIPTOR | FilterDescriptor |
const KSFILTER_DESCRIPTOR * | FilterDescriptors |
const KSDEVICE_DESCRIPTOR | DeviceDescriptor |
NTSTATUS NTAPI DriverEntry | ( | PDRIVER_OBJECT | DriverObject, |
PUNICODE_STRING | RegistryPathName | ||
) |
Definition at line 269 of file splitter.c.
Definition at line 208 of file splitter.c.
Referenced by KspRegisterDeviceInterfaces().
const KSDEVICE_DESCRIPTOR DeviceDescriptor |
Definition at line 257 of file splitter.c.
Referenced by BiConvertRegistryDataToElement(), BlGetBootOptionDevice(), DriverEntry(), EfiInitpConvertEfiDevicePath(), USBAudioStartDevice(), USBH_PdoQueryId(), USBHUB_DumpingDeviceDescriptor(), USBPORT_CreateDevice(), USBPORT_DumpingDeviceDescriptor(), USBSTOR_DumpDeviceDescriptor(), and USBSTOR_HandleQueryProperty().
const KSFILTER_DESCRIPTOR FilterDescriptor |
Definition at line 229 of file splitter.c.
Referenced by BdaCreateFilterFactoryEx(), BdaFilterFactoryUpdateCacheData(), BuildUSBAudioFilterTopology(), IKsFilter_CopyFilterDescriptor(), IKsFilter_CreateDescriptors(), KsFilterFactoryUpdateCacheData(), and USBAudioCreateFilterContext().
const KSFILTER_DESCRIPTOR* FilterDescriptors |
Definition at line 250 of file splitter.c.
const KSFILTER_DISPATCH FilterDispatch |
Definition at line 83 of file splitter.c.
const GUID GUID_NULL = {0x00000000, 0x0000, 0x0000, {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}} |
Definition at line 15 of file splitter.c.
const GUID KSCATEGORY_AUDIO_SPLITTER = {0x9EA331FA, 0xB91B, 0x45F8, {0x92, 0x85, 0xBD, 0x2B, 0xC7, 0x7A, 0xFC, 0xDE}} |
Definition at line 13 of file splitter.c.
const GUID KSNAME_Filter = {0x9b365890, 0x165f, 0x11d0, {0xa1, 0x95, 0x00, 0x20, 0xaf, 0xd1, 0x56, 0xe4}} |
Definition at line 14 of file splitter.c.
const GUID KSPROPSETID_Audio = {0x45FFAAA0, 0x6E1B, 0x11D0, {0xBC, 0xF2, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}} |
Definition at line 12 of file splitter.c.
const KSNODE_DESCRIPTOR NodeDescriptor[] |
Definition at line 217 of file splitter.c.
Referenced by DumpFilterDescriptor(), IKsFilter_CreateDescriptors(), IKsFilter_DispatchDeviceIoControl(), PcCreateSubdeviceDescriptor(), and PropertyItemDispatch().
const GUID PIN_VIDEO_CAPTURE = {0xfb6c4281, 0x0353, 0x11d1, {0x90, 0x5f, 0x0, 0x0, 0xc0, 0xcc, 0x16, 0xba}} |
Definition at line 11 of file splitter.c.
const KSAUTOMATION_TABLE PinAutomation |
Definition at line 51 of file splitter.c.
KSDATARANGE PinDataFormatRange |
Definition at line 92 of file splitter.c.
const PKSDATARANGE PinDataFormatRanges[] |
Definition at line 107 of file splitter.c.
const KSPIN_DESCRIPTOR_EX PinDescriptors[] |
Definition at line 154 of file splitter.c.
Referenced by USBAudioPinBuildDescriptors().
const KSPIN_DISPATCH PinDispatch |
const KSPROPERTY_SET PinPropertySet[] |
Definition at line 37 of file splitter.c.
KSPROPERTY_ITEM PinPropertyTable[] |
Definition at line 19 of file splitter.c.