ReactOS 0.4.16-dev-297-gc569aee
|
#include "usbaudio.h"
Go to the source code of this file.
Macros | |
#define | PACKET_COUNT 10 |
Definition at line 438 of file pin.c.
Referenced by InitCapturePin().
Definition at line 275 of file pin.c.
Referenced by InitCapturePin().
Definition at line 380 of file pin.c.
Referenced by CaptureAvoidPipeStarvationWorker(), PinCaptureProcess(), and StartCaptureIsocTransfer().
Definition at line 1359 of file pin.c.
Referenced by USBAudioPinSetDeviceState().
ULONG GetDataRangeIndexForFormat | ( | IN PKSDATARANGE | ConnectionFormat, |
IN const PKSDATARANGE * | DataRanges, | ||
IN ULONG | DataRangesCount | ||
) |
Definition at line 698 of file pin.c.
Referenced by USBAudioPinCreate().
NTSTATUS GetMaxPacketSizeForInterface | ( | IN PUSB_CONFIGURATION_DESCRIPTOR | ConfigurationDescriptor, |
IN PUSB_INTERFACE_DESCRIPTOR | InterfaceDescriptor, | ||
KSPIN_DATAFLOW | DataFlow | ||
) |
Definition at line 16 of file pin.c.
Referenced by InitCapturePin().
Definition at line 490 of file pin.c.
Referenced by USBAudioPinCreate().
Definition at line 630 of file pin.c.
Referenced by USBAudioPinCreate().
Definition at line 1121 of file pin.c.
Referenced by USBAudioPinProcess().
Definition at line 957 of file pin.c.
Referenced by PinRenderProcess().
Definition at line 987 of file pin.c.
Referenced by USBAudioPinProcess().
NTSTATUS RenderInitializeUrbAndIrp | ( | IN PKSPIN | Pin, |
IN PPIN_CONTEXT | PinContext, | ||
IN OUT PIRP | Irp, | ||
IN PVOID | TransferBuffer, | ||
IN ULONG | TransferBufferSize, | ||
IN ULONG | PacketSize | ||
) |
Definition at line 312 of file pin.c.
Referenced by PinRenderProcess().
Definition at line 1316 of file pin.c.
Referenced by CapturePinStateChange().
NTSTATUS UsbAudioAllocCaptureUrbIso | ( | IN USBD_PIPE_HANDLE | PipeHandle, |
IN ULONG | MaxPacketSize, | ||
IN PVOID | Buffer, | ||
IN ULONG | BufferLength, | ||
OUT PURB * | OutUrb | ||
) |
Definition at line 52 of file pin.c.
Referenced by InitCapturePin().
NTSTATUS NTAPI UsbAudioCaptureComplete | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp, | ||
IN PVOID | Context | ||
) |
Definition at line 909 of file pin.c.
Referenced by CaptureInitializeUrbAndIrp(), and InitCapturePin().
Definition at line 764 of file pin.c.
NTSTATUS NTAPI UsbAudioPinDataIntersect | ( | _In_ PVOID | Context, |
_In_ PIRP | Irp, | ||
_In_ PKSP_PIN | Pin, | ||
_In_ PKSDATARANGE | DataRange, | ||
_In_ PKSDATARANGE | MatchingDataRange, | ||
_In_ ULONG | DataBufferSize, | ||
_Out_ PVOID | Data, | ||
_Out_ PULONG | DataSize | ||
) |
Definition at line 1416 of file pin.c.
Referenced by USBAudioPinBuildDescriptors().
NTSTATUS NTAPI USBAudioPinSetDataFormat | ( | _In_ PKSPIN | Pin, |
_In_opt_ PKSDATAFORMAT | OldFormat, | ||
_In_opt_ PKSMULTIPLE_ITEM | OldAttributeList, | ||
_In_ const KSDATARANGE * | DataRange, | ||
_In_opt_ const KSATTRIBUTE_LIST * | AttributeRange | ||
) |
NTSTATUS NTAPI USBAudioPinSetDeviceState | ( | _In_ PKSPIN | Pin, |
_In_ KSSTATE | ToState, | ||
_In_ KSSTATE | FromState | ||
) |
Definition at line 1392 of file pin.c.
NTSTATUS NTAPI UsbAudioRenderComplete | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp, | ||
IN PVOID | Context | ||
) |
Definition at line 853 of file pin.c.
Referenced by InitStreamPin(), and RenderInitializeUrbAndIrp().
NTSTATUS USBAudioSelectAudioStreamingInterface | ( | IN PKSPIN | Pin, |
IN PPIN_CONTEXT | PinContext, | ||
IN PDEVICE_EXTENSION | DeviceExtension, | ||
IN PUSB_CONFIGURATION_DESCRIPTOR | ConfigurationDescriptor, | ||
IN ULONG | FormatDescriptorIndex | ||
) |
Definition at line 168 of file pin.c.
Referenced by USBAudioPinCreate().
Definition at line 94 of file pin.c.
Referenced by InitCapturePin(), and USBAudioPinSetDataFormat().