#include <AbstractVideoEncodeInputPin.h>
Inheritance diagram for AbstractVideoEncodeInputPin:
Public Member Functions | |
AbstractVideoEncodeInputPin (AbstractVideoEncodeFilter *inParentFilter, CCritSec *inFilterLock, AbstractVideoEncodeOutputPin *inOutputPin, CHAR *inObjectName, LPCWSTR inPinDisplayName) | |
virtual | ~AbstractVideoEncodeInputPin (void) |
DECLARE_IUNKNOWN STDMETHODIMP | NonDelegatingQueryInterface (REFIID riid, void **ppv) |
virtual long | encodeData (unsigned char *inBuf, long inNumBytes)=0 |
virtual bool | ConstructCodec ()=0 |
virtual void | DestroyCodec ()=0 |
virtual HRESULT | CompleteConnect (IPin *inReceivePin) |
STDMETHODIMP | Receive (IMediaSample *pSample) |
virtual HRESULT | CheckMediaType (const CMediaType *inMediaType) |
virtual HRESULT | GetMediaType (int inPosition, CMediaType *outMediaType) |
virtual HRESULT | SetMediaType (const CMediaType *inMediaType) |
virtual void | ResetFrameCount () |
virtual STDMETHODIMP | EndOfStream (void) |
virtual STDMETHODIMP | BeginFlush () |
virtual STDMETHODIMP | EndFlush () |
virtual STDMETHODIMP | NewSegment (REFERENCE_TIME tStart, REFERENCE_TIME tStop, double dRate) |
bool | SetDelegate (IMediaSeeking *inDelegate) |
bool | ReleaseDelegate () |
virtual STDMETHODIMP | GetCapabilities (DWORD *pCapabilities) |
virtual STDMETHODIMP | CheckCapabilities (DWORD *pCapabilities) |
virtual STDMETHODIMP | IsFormatSupported (const GUID *pFormat) |
virtual STDMETHODIMP | QueryPreferredFormat (GUID *pFormat) |
virtual STDMETHODIMP | SetTimeFormat (const GUID *pFormat) |
virtual STDMETHODIMP | GetTimeFormat (GUID *pFormat) |
virtual STDMETHODIMP | GetDuration (LONGLONG *pDuration) |
virtual STDMETHODIMP | GetStopPosition (LONGLONG *pStop) |
virtual STDMETHODIMP | GetCurrentPosition (LONGLONG *pCurrent) |
virtual STDMETHODIMP | ConvertTimeFormat (LONGLONG *pTarget, const GUID *pTargetFormat, LONGLONG Source, const GUID *pSourceFormat) |
virtual STDMETHODIMP | SetPositions (LONGLONG *pCurrent, DWORD dwCurrentFlags, LONGLONG *pStop, DWORD dwStopFlags) |
virtual STDMETHODIMP | GetPositions (LONGLONG *pCurrent, LONGLONG *pStop) |
virtual STDMETHODIMP | GetAvailable (LONGLONG *pEarliest, LONGLONG *pLatest) |
virtual STDMETHODIMP | SetRate (double dRate) |
virtual STDMETHODIMP | GetRate (double *dRate) |
virtual STDMETHODIMP | GetPreroll (LONGLONG *pllPreroll) |
virtual STDMETHODIMP | IsUsingTimeFormat (const GUID *pFormat) |
Static Public Attributes | |
const short | SIZE_16_BITS = 2 |
const unsigned long | HUNDRED_NANOS = 10000000 |
const signed short | SINT_MAX = 32767 |
const signed short | SINT_MIN = -32768 |
Protected Member Functions | |
virtual bool | SetSampleParams (IMediaSample *outMediaSample, unsigned long inDataSize, REFERENCE_TIME *inStartTime, REFERENCE_TIME *inEndTime) |
Protected Attributes | |
HRESULT | mHR |
bool | mBegun |
AbstractVideoEncodeOutputPin * | mOutputPin |
__int64 | mUptoFrame |
AbstractVideoEncodeFilter * | mParentFilter |
CMediaType | mPinInputType |
VIDEOINFOHEADER * | mVideoFormat |
long | mHeight |
long | mWidth |
IMediaSeeking * | mSeekDelegate |
DWORD | mSeekingCap |
|
Definition at line 34 of file AbstractVideoEncodeInputPin.cpp. References false, mOutputPin, NonDelegatingQueryInterface(), and BasicSeekable::SetDelegate(). |
Here is the call graph for this function:
|
Definition at line 54 of file AbstractVideoEncodeInputPin.cpp. |
|
Definition at line 149 of file AbstractVideoEncodeInputPin.cpp. References AbstractVideoEncodeOutputPin::DeliverBeginFlush(), AbstractVideoEncodeFilter::mOutputPin, and mParentFilter. |
Here is the call graph for this function:
|
Definition at line 91 of file BasicSeekable.cpp. References BasicSeekable::mSeekDelegate. |
|
Definition at line 123 of file AbstractVideoEncodeInputPin.cpp. |
|
Definition at line 85 of file AbstractVideoEncodeInputPin.cpp. References BasicSeekable::SetDelegate(). |
Here is the call graph for this function:
|
Implemented in DiracEncodeInputPin. |
|
Definition at line 212 of file BasicSeekable.cpp. References BasicSeekable::mSeekDelegate. |
|
Implemented in DiracEncodeInputPin. |
|
Implemented in DiracEncodeInputPin. Referenced by Receive(). |
|
Definition at line 154 of file AbstractVideoEncodeInputPin.cpp. References AbstractVideoEncodeOutputPin::DeliverEndFlush(), AbstractVideoEncodeFilter::mOutputPin, and mParentFilter. |
Here is the call graph for this function:
|
Definition at line 145 of file AbstractVideoEncodeInputPin.cpp. References AbstractVideoEncodeOutputPin::DeliverEndOfStream(), AbstractVideoEncodeFilter::mOutputPin, and mParentFilter. |
Here is the call graph for this function:
|
Definition at line 251 of file BasicSeekable.cpp. References BasicSeekable::mSeekDelegate. |
|
Definition at line 63 of file BasicSeekable.cpp. References BasicSeekable::mSeekDelegate. |
|
Definition at line 200 of file BasicSeekable.cpp. References BasicSeekable::mSeekDelegate. |
|
Definition at line 177 of file BasicSeekable.cpp. References BasicSeekable::mSeekDelegate. |
|
Definition at line 188 of file AbstractVideoEncodeInputPin.cpp. |
|
Definition at line 240 of file BasicSeekable.cpp. References BasicSeekable::mSeekDelegate. |
|
Definition at line 282 of file BasicSeekable.cpp. References BasicSeekable::mSeekDelegate. |
|
Definition at line 272 of file BasicSeekable.cpp. References BasicSeekable::mSeekDelegate. |
|
Definition at line 189 of file BasicSeekable.cpp. References BasicSeekable::mSeekDelegate. |
|
Definition at line 167 of file BasicSeekable.cpp. References BasicSeekable::mSeekDelegate. |
|
Definition at line 116 of file BasicSeekable.cpp. References BasicSeekable::mSeekDelegate. |
|
Definition at line 292 of file BasicSeekable.cpp. References BasicSeekable::mSeekDelegate. |
|
Definition at line 161 of file AbstractVideoEncodeInputPin.cpp. References AbstractVideoEncodeOutputPin::DeliverNewSegment(), AbstractVideoEncodeFilter::mOutputPin, and mParentFilter. |
Here is the call graph for this function:
|
Definition at line 60 of file AbstractVideoEncodeInputPin.cpp. Referenced by AbstractVideoEncodeInputPin(). |
|
Definition at line 137 of file BasicSeekable.cpp. References BasicSeekable::mSeekDelegate. |
|
Definition at line 94 of file AbstractVideoEncodeInputPin.cpp. References encodeData(). |
Here is the call graph for this function:
|
|
Definition at line 70 of file AbstractVideoEncodeInputPin.cpp. References mUptoFrame. Referenced by AbstractVideoEncodeFilter::Stop(). |
|
|
Reimplemented in DiracEncodeInputPin. Definition at line 165 of file AbstractVideoEncodeInputPin.cpp. References mPinInputType, and mVideoFormat. Referenced by DiracEncodeInputPin::SetMediaType(). |
|
Definition at line 223 of file BasicSeekable.cpp. References BasicSeekable::mSeekDelegate. |
|
Definition at line 261 of file BasicSeekable.cpp. References BasicSeekable::mSeekDelegate. |
|
Definition at line 74 of file AbstractVideoEncodeInputPin.cpp. Referenced by DiracEncodeInputPin::deliverData(). |
|
Definition at line 155 of file BasicSeekable.cpp. References BasicSeekable::mSeekDelegate. |
|
Definition at line 48 of file AbstractVideoEncodeInputPin.h. |
|
Definition at line 81 of file AbstractVideoEncodeInputPin.h. |
|
Definition at line 93 of file AbstractVideoEncodeInputPin.h. |
|
Reimplemented from BasicSeekable. Reimplemented in DiracEncodeInputPin. Definition at line 80 of file AbstractVideoEncodeInputPin.h. |
|
Definition at line 82 of file AbstractVideoEncodeInputPin.h. Referenced by AbstractVideoEncodeInputPin(). |
|
Definition at line 84 of file AbstractVideoEncodeInputPin.h. Referenced by BeginFlush(), EndFlush(), EndOfStream(), and NewSegment(). |
|
Definition at line 85 of file AbstractVideoEncodeInputPin.h. Referenced by SetMediaType(). |
|
|
Definition at line 47 of file BasicSeekable.h. Referenced by BasicSeekable::BasicSeekable(). |
|
Definition at line 83 of file AbstractVideoEncodeInputPin.h. Referenced by ResetFrameCount(). |
|
Definition at line 92 of file AbstractVideoEncodeInputPin.h. Referenced by SetMediaType(). |
|
Definition at line 94 of file AbstractVideoEncodeInputPin.h. |
|
Definition at line 49 of file AbstractVideoEncodeInputPin.h. |
|
Definition at line 50 of file AbstractVideoEncodeInputPin.h. |
|
Definition at line 47 of file AbstractVideoEncodeInputPin.h. |