#include <FLACDecodeInputPin.h>
Inheritance diagram for FLACDecodeInputPin:
Public Member Functions | |
DECLARE_IUNKNOWN STDMETHODIMP | NonDelegatingQueryInterface (REFIID riid, void **ppv) |
FLACDecodeInputPin (AbstractTransformFilter *inFilter, CCritSec *inFilterLock, AbstractTransformOutputPin *inOutputPin, vector< CMediaType * > inAcceptableMediaTypes) | |
virtual | ~FLACDecodeInputPin (void) |
HRESULT | SetMediaType (const CMediaType *inMediaType) |
virtual STDMETHODIMP | BeginFlush () |
virtual STDMETHODIMP | EndOfStream (void) |
virtual STDMETHODIMP | NewSegment (REFERENCE_TIME inStartTime, REFERENCE_TIME inStopTime, double inRate) |
virtual HRESULT | BreakConnect () |
virtual HRESULT | CompleteConnect (IPin *inReceivePin) |
virtual HRESULT | CheckMediaType (const CMediaType *inMediaType) |
virtual HRESULT | GetMediaType (int inPosition, CMediaType *outMediaType) |
virtual STDMETHODIMP | Receive (IMediaSample *pSample) |
virtual STDMETHODIMP | EndFlush () |
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) |
Protected Member Functions | |
virtual bool | ConstructCodec () |
virtual void | DestroyCodec () |
virtual HRESULT | TransformData (unsigned char *inBuf, long inNumBytes) |
virtual bool | SetSampleParams (IMediaSample *outMediaSample, unsigned long inDataSize, REFERENCE_TIME *inStartTime, REFERENCE_TIME *inEndTime) |
Protected Attributes | |
bool | mGotMetaData |
FLACPushDecoder | mFLACDecoder |
CCritSec * | mCodecLock |
unsigned long | mUptoFrame |
HRESULT | mHR |
AbstractTransformOutputPin * | mOutputPin |
AbstractTransformFilter * | mParentFilter |
vector< CMediaType * > | mAcceptableMediaTypes |
CCritSec * | mStreamLock |
IMediaSeeking * | mSeekDelegate |
DWORD | mSeekingCap |
Static Protected Attributes | |
const short | SIZE_16_BITS = 2 |
const signed short | SINT_MAX = 32767 |
const signed short | SINT_MIN = -32768 |
Friends | |
class | AbstractTransformOutputPin |
|
Definition at line 35 of file FLACDecodeInputPin.cpp. References ConstructCodec(), false, and mCodecLock. |
Here is the call graph for this function:
|
Definition at line 48 of file FLACDecodeInputPin.cpp. |
|
Reimplemented from AbstractTransformInputPin. Definition at line 179 of file FLACDecodeInputPin.cpp. References AbstractTransformInputPin::BeginFlush(), FLACPushDecoder::flushCodec(), mCodecLock, and mFLACDecoder. |
Here is the call graph for this function:
|
Definition at line 61 of file AbstractTransformInputPin.cpp. References BasicSeekPassThrough::ReleaseDelegate(). |
Here is the call graph for this function:
|
Reimplemented in OggDemuxSourceFilter. Definition at line 125 of file BasicSeekPassThrough.cpp. References BasicSeekPassThrough::mSeekDelegate. |
|
Definition at line 127 of file AbstractTransformInputPin.cpp. References AbstractTransformInputPin::mAcceptableMediaTypes. |
|
Definition at line 68 of file AbstractTransformInputPin.cpp. References BasicSeekPassThrough::SetDelegate(). |
Here is the call graph for this function:
|
Implements AbstractTransformInputPin. Definition at line 65 of file FLACDecodeInputPin.cpp. References FLACPushDecoder::initCodec(), and mFLACDecoder. Referenced by FLACDecodeInputPin(). |
Here is the call graph for this function:
|
Reimplemented in OggDemuxSourceFilter. Definition at line 246 of file BasicSeekPassThrough.cpp. References BasicSeekPassThrough::mSeekDelegate. |
|
Implements AbstractTransformInputPin. Definition at line 71 of file FLACDecodeInputPin.cpp. |
|
Definition at line 155 of file AbstractTransformInputPin.cpp. References AbstractTransformOutputPin::DeliverEndFlush(), AbstractTransformFilter::mOutputPin, and AbstractTransformInputPin::mParentFilter. |
Here is the call graph for this function:
|
Reimplemented from AbstractTransformInputPin. Definition at line 193 of file FLACDecodeInputPin.cpp. References AbstractTransformInputPin::EndOfStream(), FLACPushDecoder::flushCodec(), mCodecLock, and mFLACDecoder. |
Here is the call graph for this function:
|
Reimplemented in OggDemuxSourceFilter. Definition at line 285 of file BasicSeekPassThrough.cpp. References BasicSeekPassThrough::mSeekDelegate. |
|
Reimplemented in OggDemuxSourceFilter. Definition at line 97 of file BasicSeekPassThrough.cpp. References BasicSeekPassThrough::mSeekDelegate. |
|
Reimplemented in OggDemuxSourceFilter, and OggMuxFilter. Definition at line 234 of file BasicSeekPassThrough.cpp. References BasicSeekPassThrough::mSeekDelegate. |
|
Reimplemented in OggDemuxSourceFilter. Definition at line 211 of file BasicSeekPassThrough.cpp. References BasicSeekPassThrough::mSeekDelegate. |
|
Definition at line 170 of file AbstractTransformInputPin.cpp. References AbstractTransformInputPin::mAcceptableMediaTypes. |
|
Reimplemented in OggDemuxSourceFilter, and OggMuxFilter. Definition at line 274 of file BasicSeekPassThrough.cpp. References BasicSeekPassThrough::mSeekDelegate. Referenced by OggMuxFilter::GetPositions(). |
|
Reimplemented in OggDemuxSourceFilter. Definition at line 316 of file BasicSeekPassThrough.cpp. References BasicSeekPassThrough::mSeekDelegate. |
|
Reimplemented in OggDemuxSourceFilter. Definition at line 306 of file BasicSeekPassThrough.cpp. References BasicSeekPassThrough::mSeekDelegate. |
|
Reimplemented in OggDemuxSourceFilter. Definition at line 223 of file BasicSeekPassThrough.cpp. References BasicSeekPassThrough::mSeekDelegate. |
|
Reimplemented in OggDemuxSourceFilter. Definition at line 201 of file BasicSeekPassThrough.cpp. References BasicSeekPassThrough::mSeekDelegate. |
|
Reimplemented in OggDemuxSourceFilter. Definition at line 150 of file BasicSeekPassThrough.cpp. References BasicSeekPassThrough::mSeekDelegate. |
|
Reimplemented in OggDemuxSourceFilter. Definition at line 326 of file BasicSeekPassThrough.cpp. References BasicSeekPassThrough::mSeekDelegate. |
|
Reimplemented from AbstractTransformInputPin. Definition at line 75 of file FLACDecodeInputPin.cpp. References mUptoFrame, and AbstractTransformInputPin::NewSegment(). |
Here is the call graph for this function:
|
Reimplemented from AbstractTransformInputPin. Definition at line 55 of file FLACDecodeInputPin.cpp. |
|
Reimplemented in OggDemuxSourceFilter. Definition at line 171 of file BasicSeekPassThrough.cpp. References BasicSeekPassThrough::mSeekDelegate. |
|
Definition at line 100 of file AbstractTransformInputPin.cpp. References AbstractTransformInputPin::mStreamLock, and AbstractTransformInputPin::TransformData(). Referenced by SpeexDecodeInputPin::SpeexDecoded(), SpeexEncodeInputPin::SpeexEncoded(), VorbisDecodeInputPin::VorbisDecoded(), and VorbisEncodeInputPin::VorbisEncoded(). |
Here is the call graph for this function:
|
|
|
Implements AbstractTransformInputPin. Definition at line 203 of file FLACDecodeInputPin.cpp. |
|
Reimplemented in OggDemuxSourceFilter. Definition at line 257 of file BasicSeekPassThrough.cpp. References BasicSeekPassThrough::mSeekDelegate. |
|
Reimplemented in OggDemuxSourceFilter. Definition at line 295 of file BasicSeekPassThrough.cpp. References BasicSeekPassThrough::mSeekDelegate. |
|
|
Reimplemented in OggDemuxSourceFilter. Definition at line 189 of file BasicSeekPassThrough.cpp. References BasicSeekPassThrough::mSeekDelegate. |
|
Implements AbstractTransformInputPin. |
|
Definition at line 57 of file AbstractTransformInputPin.h. |
|
Definition at line 103 of file AbstractTransformInputPin.h. Referenced by AbstractTransformInputPin::CheckMediaType(), AbstractTransformInputPin::GetMediaType(), and AbstractTransformInputPin::~AbstractTransformInputPin(). |
|
Definition at line 77 of file FLACDecodeInputPin.h. Referenced by BeginFlush(), EndOfStream(), and FLACDecodeInputPin(). |
|
Definition at line 76 of file FLACDecodeInputPin.h. Referenced by BeginFlush(), ConstructCodec(), and EndOfStream(). |
|
Definition at line 75 of file FLACDecodeInputPin.h. |
|
Reimplemented from BasicSeekPassThrough. Reimplemented in FLACEncodeInputPin, SpeexEncodeInputPin, TheoraEncodeInputPin, VorbisDecodeInputPin, and VorbisEncodeInputPin. Definition at line 98 of file AbstractTransformInputPin.h. |
|
Definition at line 101 of file AbstractTransformInputPin.h. Referenced by SpeexDecodeInputPin::SpeexDecoded(), SpeexEncodeInputPin::SpeexEncoded(), VorbisDecodeInputPin::VorbisDecoded(), and VorbisEncodeInputPin::VorbisEncoded(). |
|
Definition at line 102 of file AbstractTransformInputPin.h. Referenced by AbstractTransformInputPin::BeginFlush(), AbstractTransformInputPin::EndFlush(), AbstractTransformInputPin::EndOfStream(), and AbstractTransformInputPin::NewSegment(). |
|
|
Definition at line 77 of file BasicSeekPassThrough.h. Referenced by BasicSeekPassThrough::BasicSeekPassThrough(). |
|
Definition at line 106 of file AbstractTransformInputPin.h. Referenced by AbstractTransformInputPin::AbstractTransformInputPin(), AbstractTransformInputPin::EndOfStream(), AbstractTransformInputPin::NewSegment(), and AbstractTransformInputPin::Receive(). |
|
Definition at line 78 of file FLACDecodeInputPin.h. Referenced by NewSegment(). |
|
Definition at line 88 of file AbstractTransformInputPin.h. |
|
Definition at line 89 of file AbstractTransformInputPin.h. |
|
Definition at line 87 of file AbstractTransformInputPin.h. |