search for: pfilter

Displaying 4 results from an estimated 4 matches for "pfilter".

Did you mean: filter
2009 Nov 30
3
Specifying sub-filters
...t does not allow for sub-filters. I have modified the applyFilter function to accommodate sub filters. for example if I wanted to filter all houses that are blue and green and also all warehouses irrespective of color now I can use map.addFilter(''Type'', ''eq'', { pFilter: "House", sFilter: [''Color'', ''eq'', ''Blue''] }); map.addFilter(''Type'', ''eq'', { pFilter: "House", sFilte...
2007 Sep 23
0
Add U32 Filter with libnl
...is. Because if I add a filter with tc tool i get this extra info not and this filter functions normal: filter parent 1: protocol ip pref 100 u32 fh 800::802 order 2050 key ht 800 bkt 0 flowid 1:20 match 00160000/ffff0000 at 20 To create a filter with libnl I do the following things: rtnl_cls * pFilter = rtnl_cls_alloc(); rtnl_cls_set_ifindex(pFilter, m_networkDeviceIdx); /* eth0 */ rtnl_cls_set_kind(pFilter, "u32"); rtnl_cls_set_prio(pFilter, 100); rtnl_cls_set_protocol(pFilter, ETH_P_IP); // setting parent class id rtnl_tc_str2handle("1:", &handle); rtnl_cls_set...
2012 Nov 01
1
DirectShow PushSource with theora encoder and Ogg muxer filters
...nt iPosition, CMediaType *pmt) method in PushSourceDesktop.cpp does not assign a value for average time per frame, I added the line below; pvi->AvgTimePerFrame = FPS_10; FPS_10 is the value I used in m_rtFrameLength(FPS_10) also in the constructor CPushPinDesktop(HRESULT *phr, CSource *pFilter). After all, my problem is I tried different values (FPS_10, FPS_20 and FPS_30) in the code I mentioned above, but the length and quality of the output videos are not sufficient or even correct. Especially durations differ between each frame rate (I think there is a linear relation between the du...
2018 Jul 09
0
Wine release 3.12
...winemac.drv: Wake up the display on user input. psapi/tests: Link statically to psapi. psapi/tests: Avoid using PROCESS_ALL_ACCESS. psapi/tests: Avoid failing silently. psapi/tests: Call GetPerformanceInfo() after NtQuerySystemInformation(). strmbase: Avoid leaking pFilter in CBaseFilter::FindPin(). quartz: Use CBaseFilter::FindPin(). strmbase: Use CBaseFilter::FindPin(). qcap: Use CBaseFilter::FindPin(). amstream: Use CBaseFilter::FindPin(). Zhiyi Zhang (4): comctl32/taskdialog: Fix buttons might disappear. comctl32/taskdialog: U...