Home
last modified time | relevance | path

Searched refs:IMemAllocator (Results 1 – 25 of 339) sorted by relevance

12345678910>>...14

/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/ThirdParty/DirectShowSamples/
H A Dtransip.h66 STDMETHODIMP GetAllocator(IMemAllocator ** ppAllocator);
70 STDMETHODIMP NotifyAllocator(IMemAllocator * pAllocator,
75 IMemAllocator * PeekAllocator() const in PeekAllocator()
123 void SetAllocator(IMemAllocator * pAllocator);
130 IMemAllocator * PeekAllocator() const in PeekAllocator()
171 HRESULT DecideBufferSize(IMemAllocator*, ALLOCATOR_PROPERTIES *);
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/video_capture/windows/
H A DBaseInputPin.h16 _COM_SMARTPTR_TYPEDEF(IMemAllocator, __uuidof(IMemAllocator));
41 STDMETHODIMP GetAllocator(IMemAllocator **aAllocator);
42 STDMETHODIMP NotifyAllocator(IMemAllocator *aAllocator, BOOL aReadOnly);
H A DBaseInputPin.cpp90 BaseInputPin::GetAllocator(IMemAllocator **aAllocator) in GetAllocator()
97 BaseInputPin::NotifyAllocator(IMemAllocator *aAllocator, BOOL aReadOnly) in NotifyAllocator()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/video_capture/windows/
H A DBaseInputPin.h16 _COM_SMARTPTR_TYPEDEF(IMemAllocator, __uuidof(IMemAllocator));
41 STDMETHODIMP GetAllocator(IMemAllocator **aAllocator);
42 STDMETHODIMP NotifyAllocator(IMemAllocator *aAllocator, BOOL aReadOnly);
H A DBaseInputPin.cpp90 BaseInputPin::GetAllocator(IMemAllocator **aAllocator) in TimeUntilNextProcess()
97 BaseInputPin::NotifyAllocator(IMemAllocator *aAllocator, BOOL aReadOnly) in Process()
/dports/multimedia/libxine/xine-lib-1.2.11/src/libw32dll/DirectShow/
H A Dallocator.c113 IMemAllocator* p; in MemAllocator_CreateAllocator()
121 p = (IMemAllocator*) MemAllocatorCreate(); in MemAllocator_CreateAllocator()
128 static HRESULT STDCALL MemAllocator_SetProperties(IMemAllocator * This, in MemAllocator_SetProperties()
150 static HRESULT STDCALL MemAllocator_GetProperties(IMemAllocator * This, in MemAllocator_GetProperties()
163 static HRESULT STDCALL MemAllocator_Commit(IMemAllocator * This) in MemAllocator_Commit()
174 CMediaSample* sample = CMediaSampleCreate((IMemAllocator*)me, in MemAllocator_Commit()
187 static HRESULT STDCALL MemAllocator_Decommit(IMemAllocator * This) in MemAllocator_Decommit()
211 static HRESULT STDCALL MemAllocator_GetBuffer(IMemAllocator * This, in MemAllocator_GetBuffer()
248 static HRESULT STDCALL MemAllocator_ReleaseBuffer(IMemAllocator* This, in MemAllocator_ReleaseBuffer()
H A Dinterfaces.h218 typedef struct _IMemAllocator IMemAllocator; typedef
224 HRESULT STDCALL ( *SetProperties )(IMemAllocator* This,
228 HRESULT STDCALL ( *GetProperties )(IMemAllocator* This,
231 HRESULT STDCALL ( *Commit )(IMemAllocator* This);
233 HRESULT STDCALL ( *Decommit )(IMemAllocator* This);
235 HRESULT STDCALL ( *GetBuffer )(IMemAllocator* This,
241 HRESULT STDCALL ( *ReleaseBuffer )(IMemAllocator* This,
254 /* [out] */ IMemAllocator **ppAllocator);
256 /* [in] */ IMemAllocator *pAllocator,
H A Dcmediasample.h12 IMemAllocator* all;
28 CMediaSample* CMediaSampleCreate(IMemAllocator* allocator, int _size);
/dports/multimedia/mplayer/mplayer-export-2021-12-29/loader/dshow/
H A Dinterfaces.h218 typedef struct IMemAllocator IMemAllocator; typedef
224 HRESULT STDCALL ( *SetProperties )(IMemAllocator* This,
228 HRESULT STDCALL ( *GetProperties )(IMemAllocator* This,
231 HRESULT STDCALL ( *Commit )(IMemAllocator* This);
233 HRESULT STDCALL ( *Decommit )(IMemAllocator* This);
235 HRESULT STDCALL ( *GetBuffer )(IMemAllocator* This,
241 HRESULT STDCALL ( *ReleaseBuffer )(IMemAllocator* This,
244 struct IMemAllocator { IMemAllocator_vt* vt; }; argument
254 /* [out] */ IMemAllocator **ppAllocator);
256 /* [in] */ IMemAllocator *pAllocator,
H A Dallocator.c134 static HRESULT STDCALL MemAllocator_SetProperties(IMemAllocator * This, in MemAllocator_SetProperties()
162 static HRESULT STDCALL MemAllocator_GetProperties(IMemAllocator * This, in MemAllocator_GetProperties()
175 static HRESULT STDCALL MemAllocator_Commit(IMemAllocator * This) in MemAllocator_Commit()
186 CMediaSample* sample = CMediaSampleCreate((IMemAllocator*)me, in MemAllocator_Commit()
199 static HRESULT STDCALL MemAllocator_Decommit(IMemAllocator * This) in MemAllocator_Decommit()
223 static HRESULT STDCALL MemAllocator_GetBuffer(IMemAllocator * This, in MemAllocator_GetBuffer()
257 static HRESULT STDCALL MemAllocator_ReleaseBuffer(IMemAllocator* This, in MemAllocator_ReleaseBuffer()
H A Dcmediasample.h12 IMemAllocator* all;
28 CMediaSample* CMediaSampleCreate(IMemAllocator* allocator, int size);
/dports/multimedia/mencoder/mplayer-export-2021-12-29/loader/dshow/
H A Dinterfaces.h218 typedef struct IMemAllocator IMemAllocator; typedef
224 HRESULT STDCALL ( *SetProperties )(IMemAllocator* This,
228 HRESULT STDCALL ( *GetProperties )(IMemAllocator* This,
231 HRESULT STDCALL ( *Commit )(IMemAllocator* This);
233 HRESULT STDCALL ( *Decommit )(IMemAllocator* This);
235 HRESULT STDCALL ( *GetBuffer )(IMemAllocator* This,
241 HRESULT STDCALL ( *ReleaseBuffer )(IMemAllocator* This,
244 struct IMemAllocator { IMemAllocator_vt* vt; }; struct
254 /* [out] */ IMemAllocator **ppAllocator);
256 /* [in] */ IMemAllocator *pAllocator,
H A Dallocator.c134 static HRESULT STDCALL MemAllocator_SetProperties(IMemAllocator * This, in MemAllocator_SetProperties()
162 static HRESULT STDCALL MemAllocator_GetProperties(IMemAllocator * This, in MemAllocator_GetProperties()
175 static HRESULT STDCALL MemAllocator_Commit(IMemAllocator * This) in MemAllocator_Commit()
186 CMediaSample* sample = CMediaSampleCreate((IMemAllocator*)me, in MemAllocator_Commit()
199 static HRESULT STDCALL MemAllocator_Decommit(IMemAllocator * This) in MemAllocator_Decommit()
223 static HRESULT STDCALL MemAllocator_GetBuffer(IMemAllocator * This, in MemAllocator_GetBuffer()
257 static HRESULT STDCALL MemAllocator_ReleaseBuffer(IMemAllocator* This, in MemAllocator_ReleaseBuffer()
H A Dcmediasample.h12 IMemAllocator* all;
28 CMediaSample* CMediaSampleCreate(IMemAllocator* allocator, int size);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/phonon/ds9/
H A Dqmeminputpin.h56 STDMETHODIMP GetAllocator(IMemAllocator **);
57 STDMETHODIMP NotifyAllocator(IMemAllocator *,BOOL);
64 IMediaSample *duplicateSampleForOutput(IMediaSample *, IMemAllocator *);
H A Dqpin.h75 void setMemoryAllocator(IMemAllocator *alloc);
76 IMemAllocator *memoryAllocator(bool = false) const;
101 IMemAllocator *m_memAlloc;
H A Dqasyncreader.h46 STDMETHODIMP RequestAllocator(IMemAllocator *,ALLOCATOR_PROPERTIES *,IMemAllocator **);
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/directshow/common/
H A Ddirectshowpin.h131 IMemAllocator *m_allocator = nullptr;
157 STDMETHODIMP GetAllocator(IMemAllocator **ppAllocator) override;
158 STDMETHODIMP NotifyAllocator(IMemAllocator *pAllocator, BOOL bReadOnly) override;
169 IMemAllocator *m_allocator = nullptr;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/video_capture/windows/
H A Dsink_filter_ds.h83 STDMETHOD(GetAllocator)(IMemAllocator** allocator) override;
84 STDMETHOD(NotifyAllocator)(IMemAllocator* allocator, BOOL read_only) override;
100 rtc::scoped_refptr<IMemAllocator> allocator_ RTC_GUARDED_BY(main_checker_);
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/video_capture/windows/
H A Dsink_filter_ds.h83 STDMETHOD(GetAllocator)(IMemAllocator** allocator) override;
84 STDMETHOD(NotifyAllocator)(IMemAllocator* allocator, BOOL read_only) override;
100 rtc::scoped_refptr<IMemAllocator> allocator_ RTC_GUARDED_BY(main_checker_);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/video_capture/windows/
H A Dsink_filter_ds.h83 STDMETHOD(GetAllocator)(IMemAllocator** allocator) override;
84 STDMETHOD(NotifyAllocator)(IMemAllocator* allocator, BOOL read_only) override;
100 rtc::scoped_refptr<IMemAllocator> allocator_ RTC_GUARDED_BY(main_checker_);
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/video_capture/windows/
H A Dsink_filter_ds.h83 STDMETHOD(GetAllocator)(IMemAllocator** allocator) override;
84 STDMETHOD(NotifyAllocator)(IMemAllocator* allocator, BOOL read_only) override;
100 rtc::scoped_refptr<IMemAllocator> allocator_ RTC_GUARDED_BY(main_checker_);
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/video_capture/windows/
H A Dsink_filter_ds.h83 STDMETHOD(GetAllocator)(IMemAllocator** allocator) override;
84 STDMETHOD(NotifyAllocator)(IMemAllocator* allocator, BOOL read_only) override;
100 rtc::scoped_refptr<IMemAllocator> allocator_ RTC_GUARDED_BY(main_checker_);
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/video_capture/windows/
H A Dsink_filter_ds.h83 STDMETHOD(GetAllocator)(IMemAllocator** allocator) override;
84 STDMETHOD(NotifyAllocator)(IMemAllocator* allocator, BOOL read_only) override;
100 rtc::scoped_refptr<IMemAllocator> allocator_ RTC_GUARDED_BY(main_checker_);
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/video_capture/windows/
H A Dsink_filter_ds.h83 STDMETHOD(GetAllocator)(IMemAllocator** allocator) override;
84 STDMETHOD(NotifyAllocator)(IMemAllocator* allocator, BOOL read_only) override;
100 rtc::scoped_refptr<IMemAllocator> allocator_ RTC_GUARDED_BY(main_checker_);

12345678910>>...14