IAMStats          107 3rdparty/include/dshow/control.h typedef struct IAMStats IAMStats;
IAMStats         1402 3rdparty/include/dshow/control.h   struct IAMStats : public IDispatch {
IAMStats         1414 3rdparty/include/dshow/control.h       HRESULT (WINAPI *QueryInterface)(IAMStats *This,REFIID riid,void **ppvObject);
IAMStats         1415 3rdparty/include/dshow/control.h       ULONG (WINAPI *AddRef)(IAMStats *This);
IAMStats         1416 3rdparty/include/dshow/control.h       ULONG (WINAPI *Release)(IAMStats *This);
IAMStats         1417 3rdparty/include/dshow/control.h       HRESULT (WINAPI *GetTypeInfoCount)(IAMStats *This,UINT *pctinfo);
IAMStats         1418 3rdparty/include/dshow/control.h       HRESULT (WINAPI *GetTypeInfo)(IAMStats *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
IAMStats         1419 3rdparty/include/dshow/control.h       HRESULT (WINAPI *GetIDsOfNames)(IAMStats *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
IAMStats         1420 3rdparty/include/dshow/control.h       HRESULT (WINAPI *Invoke)(IAMStats *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
IAMStats         1421 3rdparty/include/dshow/control.h       HRESULT (WINAPI *Reset)(IAMStats *This);
IAMStats         1422 3rdparty/include/dshow/control.h       HRESULT (WINAPI *get_Count)(IAMStats *This,LONG *plCount);
IAMStats         1423 3rdparty/include/dshow/control.h       HRESULT (WINAPI *GetValueByIndex)(IAMStats *This,long lIndex,BSTR *szName,long *lCount,double *dLast,double *dAverage,double *dStdDev,double *dMin,double *dMax);
IAMStats         1424 3rdparty/include/dshow/control.h       HRESULT (WINAPI *GetValueByName)(IAMStats *This,BSTR szName,long *lIndex,long *lCount,double *dLast,double *dAverage,double *dStdDev,double *dMin,double *dMax);
IAMStats         1425 3rdparty/include/dshow/control.h       HRESULT (WINAPI *GetIndex)(IAMStats *This,BSTR szName,long lCreate,long *plIndex);
IAMStats         1426 3rdparty/include/dshow/control.h       HRESULT (WINAPI *AddValue)(IAMStats *This,long lIndex,double dValue);
IAMStats         1449 3rdparty/include/dshow/control.h   HRESULT WINAPI IAMStats_Reset_Proxy(IAMStats *This);
IAMStats         1451 3rdparty/include/dshow/control.h   HRESULT WINAPI IAMStats_get_Count_Proxy(IAMStats *This,LONG *plCount);
IAMStats         1453 3rdparty/include/dshow/control.h   HRESULT WINAPI IAMStats_GetValueByIndex_Proxy(IAMStats *This,long lIndex,BSTR *szName,long *lCount,double *dLast,double *dAverage,double *dStdDev,double *dMin,double *dMax);
IAMStats         1455 3rdparty/include/dshow/control.h   HRESULT WINAPI IAMStats_GetValueByName_Proxy(IAMStats *This,BSTR szName,long *lIndex,long *lCount,double *dLast,double *dAverage,double *dStdDev,double *dMin,double *dMax);
IAMStats         1457 3rdparty/include/dshow/control.h   HRESULT WINAPI IAMStats_GetIndex_Proxy(IAMStats *This,BSTR szName,long lCreate,long *plIndex);
IAMStats         1459 3rdparty/include/dshow/control.h   HRESULT WINAPI IAMStats_AddValue_Proxy(IAMStats *This,long lIndex,double dValue);