Home
last modified time | relevance | path

Searched refs:pFilter (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavdevice/
H A Ddshow_capture.h354 void ff_dshow_show_filter_properties(IBaseFilter *pFilter, AVFormatContext *avctx);
H A Ddshow_pin.c112 info->pFilter = (IBaseFilter *) this->filter; in ff_dshow_pin_QueryPinInfo()
H A Ddshow.c402 IBaseFilter_Release(info.pFilter); in dshow_get_device_media_types()
1213 IBaseFilter_Release(info.pFilter); in dshow_cycle_pins()
/third_party/lame/dshow/
H A DMpegac.h271 CMpegAudEncOutPin( CMpegAudEnc * pFilter, HRESULT * pHr );
H A DMpegac.cpp1605 CMpegAudEncOutPin::CMpegAudEncOutPin( CMpegAudEnc * pFilter, HRESULT * pHr ) : in CMpegAudEncOutPin() argument
1606 CTransformOutputPin( NAME("LameEncoderOutputPin"), pFilter, pHr, L"Output\0" ), in CMpegAudEncOutPin()
1607 m_pFilter(pFilter) in CMpegAudEncOutPin()
/third_party/mesa3d/src/mesa/main/
H A Dblit.c365 const uint pFilter = ((filter == GL_NEAREST) in do_blit_framebuffer() local
477 blit.filter = pFilter; in do_blit_framebuffer()
/third_party/mesa3d/include/D3D9/
H A Dd3d9.h103 virtual UINT WINAPI GetAdapterModeCountEx(UINT Adapter, const D3DDISPLAYMODEFILTER *pFilter) = 0;
104 virtual HRESULT WINAPI EnumAdapterModesEx(UINT Adapter, const D3DDISPLAYMODEFILTER *pFilter, UINT Mode, D3DDISPLAYMODEEX *pMode) = 0;
508 UINT (WINAPI *GetAdapterModeCountEx)(IDirect3D9Ex *This, UINT Adapter, const D3DDISPLAYMODEFILTER *pFilter);
509 HRESULT (WINAPI *EnumAdapterModesEx)(IDirect3D9Ex *This, UINT Adapter, const D3DDISPLAYMODEFILTER *pFilter, UINT Mode, D3DDISPLAYMODEEX *pMode);
/third_party/sqlite/src/
H A Dsqlite3.c19711 ** TK_FILTER. In this case the only field used is Window.pFilter.
19730 Expr *pFilter; /* The FILTER expression */ member
144557 Expr *pFilter = pF->pFExpr->y.pWin->pFilter; global() local
164175 Expr *pFilter = sqlite3ExprDup(db, pWin->pFilter, 0); global() local
179834 Fts3SegFilter *pFilter; /* Pointer to filter object */ global() member
192782 Fts3SegFilter *pFilter = pCsr->pFilter; global() local
194804 Fts3SegFilter *pFilter; /* Filter used with cursor pCsr */ global() local
[all...]

Completed in 138 milliseconds