ReactOS 0.4.16-dev-336-gb667d82
|
Public Attributes | |
BaseInputPin | pin |
IAMStreamControl | IAMStreamControl_iface |
IPropertyBag | IPropertyBag_iface |
IQualityControl | IQualityControl_iface |
REFERENCE_TIME | avg_time_per_frame |
REFERENCE_TIME | stop |
int | stream_id |
LONGLONG | stream_time |
AVISTREAMHEADER | strh |
struct { | |
FOURCC fcc | |
DWORD cb | |
BYTE data [1] | |
} * | strf |
AVISUPERINDEX * | indx |
BYTE | indx_data [FIELD_OFFSET(AVISUPERINDEX, aIndex[AVISUPERINDEX_ENTRIES])] |
int | ix_off |
AVISTDINDEX * | ix |
BYTE | ix_data [FIELD_OFFSET(AVISTDINDEX, aIndex[AVISTDINDEX_ENTRIES])] |
IMediaSample * | samples_head |
IMemAllocator * | samples_allocator |
REFERENCE_TIME AviMuxIn::avg_time_per_frame |
Definition at line 64 of file avimux.c.
Referenced by AviMuxIn_ReceiveConnection().
IAMStreamControl AviMuxIn::IAMStreamControl_iface |
Definition at line 60 of file avimux.c.
Referenced by AviMuxIn_QueryInterface(), and create_input_pin().
AVISUPERINDEX* AviMuxIn::indx |
Definition at line 76 of file avimux.c.
Referenced by create_input_pin(), and flush_queue().
BYTE AviMuxIn::indx_data[FIELD_OFFSET(AVISUPERINDEX, aIndex[AVISUPERINDEX_ENTRIES])] |
Definition at line 80 of file avimux.c.
Referenced by create_input_pin().
IPropertyBag AviMuxIn::IPropertyBag_iface |
Definition at line 61 of file avimux.c.
Referenced by AviMuxIn_QueryInterface(), and create_input_pin().
IQualityControl AviMuxIn::IQualityControl_iface |
Definition at line 62 of file avimux.c.
Referenced by AviMuxIn_QueryInterface(), and create_input_pin().
AVISTDINDEX* AviMuxIn::ix |
Definition at line 85 of file avimux.c.
Referenced by create_input_pin(), and flush_queue().
BYTE AviMuxIn::ix_data[FIELD_OFFSET(AVISTDINDEX, aIndex[AVISTDINDEX_ENTRIES])] |
Definition at line 89 of file avimux.c.
Referenced by create_input_pin(), and flush_queue().
int AviMuxIn::ix_off |
Definition at line 84 of file avimux.c.
Referenced by flush_queue().
BaseInputPin AviMuxIn::pin |
Definition at line 59 of file avimux.c.
Referenced by AviMuxIn_AMStreamControl_AddRef(), AviMuxIn_AMStreamControl_GetInfo(), AviMuxIn_AMStreamControl_QueryInterface(), AviMuxIn_AMStreamControl_Release(), AviMuxIn_AMStreamControl_StartAt(), AviMuxIn_AMStreamControl_StopAt(), AviMuxIn_BeginFlush(), AviMuxIn_Connect(), AviMuxIn_ConnectedTo(), AviMuxIn_ConnectionMediaType(), AviMuxIn_Disconnect(), AviMuxIn_EndFlush(), AviMuxIn_EndOfStream(), AviMuxIn_EnumMediaTypes(), AviMuxIn_MemInputPin_AddRef(), AviMuxIn_MemInputPin_GetAllocator(), AviMuxIn_MemInputPin_GetAllocatorRequirements(), AviMuxIn_MemInputPin_NotifyAllocator(), AviMuxIn_MemInputPin_QueryInterface(), AviMuxIn_MemInputPin_Receive(), AviMuxIn_MemInputPin_ReceiveCanBlock(), AviMuxIn_MemInputPin_ReceiveMultiple(), AviMuxIn_MemInputPin_Release(), AviMuxIn_NewSegment(), AviMuxIn_PropertyBag_AddRef(), AviMuxIn_PropertyBag_QueryInterface(), AviMuxIn_PropertyBag_Read(), AviMuxIn_PropertyBag_Release(), AviMuxIn_PropertyBag_Write(), AviMuxIn_QualityControl_AddRef(), AviMuxIn_QualityControl_Notify(), AviMuxIn_QualityControl_QueryInterface(), AviMuxIn_QualityControl_Release(), AviMuxIn_QualityControl_SetSink(), AviMuxIn_QueryAccept(), AviMuxIn_QueryDirection(), AviMuxIn_QueryId(), AviMuxIn_QueryInterface(), AviMuxIn_QueryInternalConnections(), AviMuxIn_QueryPinInfo(), AviMuxIn_Receive(), AviMuxIn_ReceiveConnection(), and create_input_pin().
IMemAllocator* AviMuxIn::samples_allocator |
Definition at line 93 of file avimux.c.
Referenced by AviMuxIn_Disconnect(), AviMuxIn_Receive(), AviMuxIn_ReceiveConnection(), and create_input_pin().
IMediaSample* AviMuxIn::samples_head |
Definition at line 92 of file avimux.c.
Referenced by AviMuxIn_Disconnect(), create_input_pin(), flush_queue(), and queue_sample().
REFERENCE_TIME AviMuxIn::stop |
Definition at line 65 of file avimux.c.
Referenced by AviMuxIn_Receive(), and AviMuxIn_ReceiveConnection().
int AviMuxIn::stream_id |
Definition at line 66 of file avimux.c.
Referenced by flush_queue().
LONGLONG AviMuxIn::stream_time |
Definition at line 67 of file avimux.c.
Referenced by create_input_pin(), and flush_queue().
struct { ... } * AviMuxIn::strf |
Referenced by AviMuxIn_Disconnect(), AviMuxIn_ReceiveConnection(), and create_input_pin().
AVISTREAMHEADER AviMuxIn::strh |
Definition at line 70 of file avimux.c.
Referenced by AviMuxIn_Receive(), AviMuxIn_ReceiveConnection(), create_input_pin(), and flush_queue().