Home
last modified time | relevance | path

Searched refs:ALLOCATOR_PROPERTIES (Results 1 – 25 of 397) sorted by relevance

12345678910>>...16

/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/VirtualCamera/src/dshow/VirtualCamera/src/
H A Dmemallocator.cpp39 ALLOCATOR_PROPERTIES m_properties;
51 memset(&this->d->m_properties, 0, sizeof(ALLOCATOR_PROPERTIES)); in MemAllocator()
64 HRESULT AkVCam::MemAllocator::SetProperties(ALLOCATOR_PROPERTIES *pRequest, in SetProperties()
65 ALLOCATOR_PROPERTIES *pActual) in SetProperties()
82 memcpy(&this->d->m_properties, pRequest, sizeof(ALLOCATOR_PROPERTIES)); in SetProperties()
83 memcpy(pActual, &this->d->m_properties, sizeof(ALLOCATOR_PROPERTIES)); in SetProperties()
88 HRESULT AkVCam::MemAllocator::GetProperties(ALLOCATOR_PROPERTIES *pProps) in GetProperties()
96 memcpy(pProps, &this->d->m_properties, sizeof(ALLOCATOR_PROPERTIES)); in GetProperties()
H A Dmemallocator.h42 HRESULT STDMETHODCALLTYPE SetProperties(ALLOCATOR_PROPERTIES *pRequest,
43 ALLOCATOR_PROPERTIES *pActual);
44 HRESULT STDMETHODCALLTYPE GetProperties(ALLOCATOR_PROPERTIES *pProps);
/dports/net/mediastreamer/mediastreamer-2.16.1/src/
H A Ddxfilter.h58 ALLOCATOR_PROPERTIES props,
105 STDMETHODIMP SetProperties(ALLOCATOR_PROPERTIES *pRequest, ALLOCATOR_PROPERTIES *pActual);
125 ALLOCATOR_PROPERTIES m_allocprops;
132 HRESULT SetDeliveryBuffer( ALLOCATOR_PROPERTIES props, BYTE * m_pBuffer );
172 STDMETHODIMP GetAllocatorRequirements( ALLOCATOR_PROPERTIES *pProps );
230 STDMETHODIMP SetDeliveryBuffer( ALLOCATOR_PROPERTIES props, BYTE * m_pBuffer );
H A Ddxfilter.cpp523 STDMETHODIMP CDXFilter::SetDeliveryBuffer( ALLOCATOR_PROPERTIES props, BYTE * m_pBuffer ) in SetDeliveryBuffer()
651 HRESULT CDXFilterInPin::GetAllocatorRequirements( ALLOCATOR_PROPERTIES *pProps ) in GetAllocatorRequirements()
673 HRESULT CDXFilterInPin::SetDeliveryBuffer( ALLOCATOR_PROPERTIES props, BYTE * pBuffer ) in SetDeliveryBuffer()
845 ALLOCATOR_PROPERTIES *pRequest, in SetProperties()
846 ALLOCATOR_PROPERTIES *pActual in SetProperties()
856 ALLOCATOR_PROPERTIES *pRequired = &(m_pPin->m_allocprops); in SetProperties()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtapi3ds.h92 virtual HRESULT WINAPI SetAllocatorProperties(ALLOCATOR_PROPERTIES *pAllocProperties) = 0;
93 virtual HRESULT WINAPI GetAllocatorProperties(ALLOCATOR_PROPERTIES *pAllocProperties) = 0;
105 …HRESULT (WINAPI *SetAllocatorProperties)(ITAllocatorProperties *This,ALLOCATOR_PROPERTIES *pAllocP…
106 …HRESULT (WINAPI *GetAllocatorProperties)(ITAllocatorProperties *This,ALLOCATOR_PROPERTIES *pAllocP…
128 …operties_SetAllocatorProperties_Proxy(ITAllocatorProperties *This,ALLOCATOR_PROPERTIES *pAllocProp…
130 …operties_GetAllocatorProperties_Proxy(ITAllocatorProperties *This,ALLOCATOR_PROPERTIES *pAllocProp…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtapi3ds.h92 virtual HRESULT WINAPI SetAllocatorProperties(ALLOCATOR_PROPERTIES *pAllocProperties) = 0;
93 virtual HRESULT WINAPI GetAllocatorProperties(ALLOCATOR_PROPERTIES *pAllocProperties) = 0;
105 …HRESULT (WINAPI *SetAllocatorProperties)(ITAllocatorProperties *This,ALLOCATOR_PROPERTIES *pAllocP…
106 …HRESULT (WINAPI *GetAllocatorProperties)(ITAllocatorProperties *This,ALLOCATOR_PROPERTIES *pAllocP…
128 …operties_SetAllocatorProperties_Proxy(ITAllocatorProperties *This,ALLOCATOR_PROPERTIES *pAllocProp…
130 …operties_GetAllocatorProperties_Proxy(ITAllocatorProperties *This,ALLOCATOR_PROPERTIES *pAllocProp…
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/phonon/ds9/
H A Dqmeminputpin.cpp157 STDMETHODIMP QMemInputPin::GetAllocatorRequirements(ALLOCATOR_PROPERTIES *prop) in GetAllocatorRequirements()
243 ALLOCATOR_PROPERTIES QMemInputPin::getDefaultAllocatorProperties() const in getDefaultAllocatorProperties()
246 ALLOCATOR_PROPERTIES prop = {4096, 1, 1, 0}; in getDefaultAllocatorProperties()
257 ALLOCATOR_PROPERTIES prop = getDefaultAllocatorProperties(); in duplicateSampleForOutput()
259 ALLOCATOR_PROPERTIES actual; in duplicateSampleForOutput()
H A Dqmeminputpin.h58 STDMETHODIMP GetAllocatorRequirements(ALLOCATOR_PROPERTIES *);
65 ALLOCATOR_PROPERTIES getDefaultAllocatorProperties() const;
/dports/multimedia/libxine/xine-lib-1.2.11/src/libw32dll/DirectShow/
H A Dinterfaces.h39 } ALLOCATOR_PROPERTIES; typedef
225 /* [in] */ ALLOCATOR_PROPERTIES *pRequest,
226 /* [out] */ ALLOCATOR_PROPERTIES *pActual);
229 /* [out] */ ALLOCATOR_PROPERTIES *pProps);
259 /* [out] */ ALLOCATOR_PROPERTIES *pProps);
/dports/net/pjsip/pjproject-2.11.1/pjmedia/src/pjmedia-videodev/
H A Ddshowclasses.cpp60 ALLOCATOR_PROPERTIES *ppropInputRequest);
95 ALLOCATOR_PROPERTIES *ppropInputRequest) in DecideBufferSize()
97 ALLOCATOR_PROPERTIES properties; in DecideBufferSize()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/loader/dshow/
H A Dinterfaces.h39 } ALLOCATOR_PROPERTIES; typedef
225 /* [in] */ ALLOCATOR_PROPERTIES *pRequest,
226 /* [out] */ ALLOCATOR_PROPERTIES *pActual);
229 /* [out] */ ALLOCATOR_PROPERTIES *pProps);
259 /* [out] */ ALLOCATOR_PROPERTIES *pProps);
/dports/multimedia/mencoder/mplayer-export-2021-12-29/loader/dshow/
H A Dinterfaces.h39 } ALLOCATOR_PROPERTIES; typedef
225 /* [in] */ ALLOCATOR_PROPERTIES *pRequest,
226 /* [out] */ ALLOCATOR_PROPERTIES *pActual);
229 /* [out] */ ALLOCATOR_PROPERTIES *pProps);
259 /* [out] */ ALLOCATOR_PROPERTIES *pProps);
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/directshow/
H A DSourceFilter.cpp160 ALLOCATOR_PROPERTIES* aProps,
338 ALLOCATOR_PROPERTIES* aProps, in RequestAllocator()
348 ALLOCATOR_PROPERTIES props; in RequestAllocator()
349 memcpy(&props, aProps, sizeof(ALLOCATOR_PROPERTIES)); in RequestAllocator()
366 ALLOCATOR_PROPERTIES actualProps; in RequestAllocator()
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/ThirdParty/DirectShowSamples/
H A Dtransip.h79 STDMETHODIMP GetAllocatorRequirements(ALLOCATOR_PROPERTIES *pProps);
171 HRESULT DecideBufferSize(IMemAllocator*, ALLOCATOR_PROPERTIES *);
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/sys/dshowdecwrapper/
H A Dgstdshowfakesrc.cpp83 ALLOCATOR_PROPERTIES *ppropInputRequest) in DecideBufferSize()
85 ALLOCATOR_PROPERTIES properties; in DecideBufferSize()
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/sys/dshowdecwrapper/
H A Dgstdshowfakesrc.cpp83 ALLOCATOR_PROPERTIES *ppropInputRequest) in DecideBufferSize()
85 ALLOCATOR_PROPERTIES properties; in DecideBufferSize()
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/sys/dshowdecwrapper/
H A Dgstdshowfakesrc.cpp83 ALLOCATOR_PROPERTIES *ppropInputRequest) in DecideBufferSize()
85 ALLOCATOR_PROPERTIES properties; in DecideBufferSize()
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/sys/dshowdecwrapper/
H A Dgstdshowfakesrc.cpp83 ALLOCATOR_PROPERTIES *ppropInputRequest) in DecideBufferSize()
85 ALLOCATOR_PROPERTIES properties; in DecideBufferSize()
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/sys/dshowdecwrapper/
H A Dgstdshowfakesrc.cpp83 ALLOCATOR_PROPERTIES *ppropInputRequest) in DecideBufferSize()
85 ALLOCATOR_PROPERTIES properties; in DecideBufferSize()
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/sys/dshowdecwrapper/
H A Dgstdshowfakesrc.cpp83 ALLOCATOR_PROPERTIES *ppropInputRequest) in DecideBufferSize()
85 ALLOCATOR_PROPERTIES properties; in DecideBufferSize()
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/sys/dshowdecwrapper/
H A Dgstdshowfakesrc.cpp83 ALLOCATOR_PROPERTIES *ppropInputRequest) in DecideBufferSize()
85 ALLOCATOR_PROPERTIES properties; in DecideBufferSize()
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/sys/dshowdecwrapper/
H A Dgstdshowfakesrc.cpp83 ALLOCATOR_PROPERTIES *ppropInputRequest) in DecideBufferSize()
85 ALLOCATOR_PROPERTIES properties; in DecideBufferSize()
/dports/multimedia/gstreamer1-plugins-bad/gst-plugins-bad-1.16.2/sys/dshowdecwrapper/
H A Dgstdshowfakesrc.cpp83 ALLOCATOR_PROPERTIES *ppropInputRequest) in DecideBufferSize()
85 ALLOCATOR_PROPERTIES properties; in DecideBufferSize()
/dports/multimedia/gstreamer1-plugins-dts/gst-plugins-bad-1.16.2/sys/dshowdecwrapper/
H A Dgstdshowfakesrc.cpp83 ALLOCATOR_PROPERTIES *ppropInputRequest) in DecideBufferSize()
85 ALLOCATOR_PROPERTIES properties; in DecideBufferSize()
/dports/multimedia/gstreamer1-plugins-aom/gst-plugins-bad-1.16.2/sys/dshowdecwrapper/
H A Dgstdshowfakesrc.cpp83 ALLOCATOR_PROPERTIES *ppropInputRequest) in DecideBufferSize()
85 ALLOCATOR_PROPERTIES properties; in DecideBufferSize()

12345678910>>...16