|
ReactOS 0.4.17-dev-934-g091855f
|

Public Attributes | |
| IAMMediaStream | IAMMediaStream_iface |
| IDirectDrawMediaStream | IDirectDrawMediaStream_iface |
| IMemInputPin | IMemInputPin_iface |
| IPin | IPin_iface |
| LONG | ref |
| LONG | sample_refs |
| IMultiMediaStream * | parent |
| MSPID | purpose_id |
| STREAM_TYPE | stream_type |
| IDirectDraw * | ddraw |
| CRITICAL_SECTION | cs |
| IMediaStreamFilter * | filter |
| IFilterGraph * | graph |
| IPin * | peer |
| IMemAllocator * | allocator |
| AM_MEDIA_TYPE | mt |
| struct format | format |
| FILTER_STATE | state |
| REFERENCE_TIME | segment_start |
| BOOL | eos |
| BOOL | flushing |
| CONDITION_VARIABLE | update_queued_cv |
| struct list | update_queue |
Definition at line 39 of file ddrawstream.c.
| IMemAllocator* ddraw_stream::allocator |
Definition at line 57 of file ddrawstream.c.
Referenced by ddraw_meminput_NotifyAllocator().
| CRITICAL_SECTION ddraw_stream::cs |
Definition at line 52 of file ddrawstream.c.
| IDirectDraw* ddraw_stream::ddraw |
Definition at line 51 of file ddrawstream.c.
Referenced by ddraw_IDirectDrawMediaStream_SetDirectDraw().
| BOOL ddraw_stream::eos |
Definition at line 62 of file ddrawstream.c.
| IMediaStreamFilter* ddraw_stream::filter |
Definition at line 53 of file ddrawstream.c.
Referenced by ddraw_IAMMediaStream_JoinFilter(), and ddraw_meminput_Receive().
| BOOL ddraw_stream::flushing |
Definition at line 63 of file ddrawstream.c.
Definition at line 59 of file ddrawstream.c.
| IFilterGraph* ddraw_stream::graph |
Definition at line 54 of file ddrawstream.c.
| IAMMediaStream ddraw_stream::IAMMediaStream_iface |
Definition at line 41 of file ddrawstream.c.
Referenced by impl_from_IAMMediaStream().
| IDirectDrawMediaStream ddraw_stream::IDirectDrawMediaStream_iface |
Definition at line 42 of file ddrawstream.c.
Referenced by impl_from_IDirectDrawMediaStream().
| IMemInputPin ddraw_stream::IMemInputPin_iface |
Definition at line 43 of file ddrawstream.c.
Referenced by impl_from_IMemInputPin().
| IPin ddraw_stream::IPin_iface |
Definition at line 44 of file ddrawstream.c.
Referenced by impl_from_IPin().
| AM_MEDIA_TYPE ddraw_stream::mt |
Definition at line 58 of file ddrawstream.c.
Referenced by ddraw_sink_Connect(), ddraw_sink_ConnectionMediaType(), ddraw_sink_QueryAccept(), and ddraw_sink_ReceiveConnection().
| IMultiMediaStream* ddraw_stream::parent |
Definition at line 48 of file ddrawstream.c.
| IPin* ddraw_stream::peer |
Definition at line 56 of file ddrawstream.c.
Referenced by ddraw_sink_Connect(), ddraw_sink_ConnectedTo(), and ddraw_sink_ReceiveConnection().
| MSPID ddraw_stream::purpose_id |
Definition at line 49 of file ddrawstream.c.
Referenced by ddraw_IAMMediaStream_GetInformation(), ddraw_IAMMediaStream_Initialize(), and ddraw_IDirectDrawMediaStream_GetInformation().
| LONG ddraw_stream::ref |
Definition at line 45 of file ddrawstream.c.
Referenced by ddraw_IAMMediaStream_AddRef(), and ddraw_IAMMediaStream_Release().
| LONG ddraw_stream::sample_refs |
Definition at line 46 of file ddrawstream.c.
| REFERENCE_TIME ddraw_stream::segment_start |
Definition at line 61 of file ddrawstream.c.
| FILTER_STATE ddraw_stream::state |
Definition at line 60 of file ddrawstream.c.
| STREAM_TYPE ddraw_stream::stream_type |
Definition at line 50 of file ddrawstream.c.
Referenced by ddraw_IAMMediaStream_Initialize().
Definition at line 65 of file ddrawstream.c.
| CONDITION_VARIABLE ddraw_stream::update_queued_cv |
Definition at line 64 of file ddrawstream.c.