Param 4937 3rdparty/include/dshow/strmif.h virtual HRESULT WINAPI GetTransportBasicParameters(long Param,long *pValue,LPOLESTR *ppszData) = 0; Param 4938 3rdparty/include/dshow/strmif.h virtual HRESULT WINAPI SetTransportBasicParameters(long Param,long Value,LPCOLESTR pszData) = 0; Param 4939 3rdparty/include/dshow/strmif.h virtual HRESULT WINAPI GetTransportVideoParameters(long Param,long *pValue) = 0; Param 4940 3rdparty/include/dshow/strmif.h virtual HRESULT WINAPI SetTransportVideoParameters(long Param,long Value) = 0; Param 4941 3rdparty/include/dshow/strmif.h virtual HRESULT WINAPI GetTransportAudioParameters(long Param,long *pValue) = 0; Param 4942 3rdparty/include/dshow/strmif.h virtual HRESULT WINAPI SetTransportAudioParameters(long Param,long Value) = 0; Param 4955 3rdparty/include/dshow/strmif.h virtual HRESULT WINAPI GetEditProperty(long EditID,long Param,long *pValue) = 0; Param 4956 3rdparty/include/dshow/strmif.h virtual HRESULT WINAPI SetEditProperty(long EditID,long Param,long Value) = 0; Param 4972 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *GetTransportBasicParameters)(IAMExtTransport *This,long Param,long *pValue,LPOLESTR *ppszData); Param 4973 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *SetTransportBasicParameters)(IAMExtTransport *This,long Param,long Value,LPCOLESTR pszData); Param 4974 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *GetTransportVideoParameters)(IAMExtTransport *This,long Param,long *pValue); Param 4975 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *SetTransportVideoParameters)(IAMExtTransport *This,long Param,long Value); Param 4976 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *GetTransportAudioParameters)(IAMExtTransport *This,long Param,long *pValue); Param 4977 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *SetTransportAudioParameters)(IAMExtTransport *This,long Param,long Value); Param 4990 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *GetEditProperty)(IAMExtTransport *This,long EditID,long Param,long *pValue); Param 4991 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *SetEditProperty)(IAMExtTransport *This,long EditID,long Param,long Value); Param 5009 3rdparty/include/dshow/strmif.h #define IAMExtTransport_GetTransportBasicParameters(This,Param,pValue,ppszData) (This)->lpVtbl->GetTransportBasicParameters(This,Param,pValue,ppszData) Param 5010 3rdparty/include/dshow/strmif.h #define IAMExtTransport_SetTransportBasicParameters(This,Param,Value,pszData) (This)->lpVtbl->SetTransportBasicParameters(This,Param,Value,pszData) Param 5011 3rdparty/include/dshow/strmif.h #define IAMExtTransport_GetTransportVideoParameters(This,Param,pValue) (This)->lpVtbl->GetTransportVideoParameters(This,Param,pValue) Param 5012 3rdparty/include/dshow/strmif.h #define IAMExtTransport_SetTransportVideoParameters(This,Param,Value) (This)->lpVtbl->SetTransportVideoParameters(This,Param,Value) Param 5013 3rdparty/include/dshow/strmif.h #define IAMExtTransport_GetTransportAudioParameters(This,Param,pValue) (This)->lpVtbl->GetTransportAudioParameters(This,Param,pValue) Param 5014 3rdparty/include/dshow/strmif.h #define IAMExtTransport_SetTransportAudioParameters(This,Param,Value) (This)->lpVtbl->SetTransportAudioParameters(This,Param,Value) Param 5027 3rdparty/include/dshow/strmif.h #define IAMExtTransport_GetEditProperty(This,EditID,Param,pValue) (This)->lpVtbl->GetEditProperty(This,EditID,Param,pValue) Param 5028 3rdparty/include/dshow/strmif.h #define IAMExtTransport_SetEditProperty(This,EditID,Param,Value) (This)->lpVtbl->SetEditProperty(This,EditID,Param,Value) Param 5045 3rdparty/include/dshow/strmif.h HRESULT WINAPI IAMExtTransport_GetTransportBasicParameters_Proxy(IAMExtTransport *This,long Param,long *pValue,LPOLESTR *ppszData); Param 5047 3rdparty/include/dshow/strmif.h HRESULT WINAPI IAMExtTransport_SetTransportBasicParameters_Proxy(IAMExtTransport *This,long Param,long Value,LPCOLESTR pszData); Param 5049 3rdparty/include/dshow/strmif.h HRESULT WINAPI IAMExtTransport_GetTransportVideoParameters_Proxy(IAMExtTransport *This,long Param,long *pValue); Param 5051 3rdparty/include/dshow/strmif.h HRESULT WINAPI IAMExtTransport_SetTransportVideoParameters_Proxy(IAMExtTransport *This,long Param,long Value); Param 5053 3rdparty/include/dshow/strmif.h HRESULT WINAPI IAMExtTransport_GetTransportAudioParameters_Proxy(IAMExtTransport *This,long Param,long *pValue); Param 5055 3rdparty/include/dshow/strmif.h HRESULT WINAPI IAMExtTransport_SetTransportAudioParameters_Proxy(IAMExtTransport *This,long Param,long Value); Param 5081 3rdparty/include/dshow/strmif.h HRESULT WINAPI IAMExtTransport_GetEditProperty_Proxy(IAMExtTransport *This,long EditID,long Param,long *pValue); Param 5083 3rdparty/include/dshow/strmif.h HRESULT WINAPI IAMExtTransport_SetEditProperty_Proxy(IAMExtTransport *This,long EditID,long Param,long Value); Param 5124 3rdparty/include/dshow/strmif.h virtual HRESULT WINAPI GetTCRMode(long Param,long *pValue) = 0; Param 5125 3rdparty/include/dshow/strmif.h virtual HRESULT WINAPI SetTCRMode(long Param,long Value) = 0; Param 5136 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *GetTCRMode)(IAMTimecodeReader *This,long Param,long *pValue); Param 5137 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *SetTCRMode)(IAMTimecodeReader *This,long Param,long Value); Param 5150 3rdparty/include/dshow/strmif.h #define IAMTimecodeReader_GetTCRMode(This,Param,pValue) (This)->lpVtbl->GetTCRMode(This,Param,pValue) Param 5151 3rdparty/include/dshow/strmif.h #define IAMTimecodeReader_SetTCRMode(This,Param,Value) (This)->lpVtbl->SetTCRMode(This,Param,Value) Param 5157 3rdparty/include/dshow/strmif.h HRESULT WINAPI IAMTimecodeReader_GetTCRMode_Proxy(IAMTimecodeReader *This,long Param,long *pValue); Param 5159 3rdparty/include/dshow/strmif.h HRESULT WINAPI IAMTimecodeReader_SetTCRMode_Proxy(IAMTimecodeReader *This,long Param,long Value); Param 5179 3rdparty/include/dshow/strmif.h virtual HRESULT WINAPI GetTCGMode(long Param,long *pValue) = 0; Param 5180 3rdparty/include/dshow/strmif.h virtual HRESULT WINAPI SetTCGMode(long Param,long Value) = 0; Param 5192 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *GetTCGMode)(IAMTimecodeGenerator *This,long Param,long *pValue); Param 5193 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *SetTCGMode)(IAMTimecodeGenerator *This,long Param,long Value); Param 5207 3rdparty/include/dshow/strmif.h #define IAMTimecodeGenerator_GetTCGMode(This,Param,pValue) (This)->lpVtbl->GetTCGMode(This,Param,pValue) Param 5208 3rdparty/include/dshow/strmif.h #define IAMTimecodeGenerator_SetTCGMode(This,Param,Value) (This)->lpVtbl->SetTCGMode(This,Param,Value) Param 5215 3rdparty/include/dshow/strmif.h HRESULT WINAPI IAMTimecodeGenerator_GetTCGMode_Proxy(IAMTimecodeGenerator *This,long Param,long *pValue); Param 5217 3rdparty/include/dshow/strmif.h HRESULT WINAPI IAMTimecodeGenerator_SetTCGMode_Proxy(IAMTimecodeGenerator *This,long Param,long Value); Param 5241 3rdparty/include/dshow/strmif.h virtual HRESULT WINAPI GetTCDisplay(long Param,long *pValue) = 0; Param 5242 3rdparty/include/dshow/strmif.h virtual HRESULT WINAPI SetTCDisplay(long Param,long Value) = 0; Param 5252 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *GetTCDisplay)(IAMTimecodeDisplay *This,long Param,long *pValue); Param 5253 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *SetTCDisplay)(IAMTimecodeDisplay *This,long Param,long Value); Param 5265 3rdparty/include/dshow/strmif.h #define IAMTimecodeDisplay_GetTCDisplay(This,Param,pValue) (This)->lpVtbl->GetTCDisplay(This,Param,pValue) Param 5266 3rdparty/include/dshow/strmif.h #define IAMTimecodeDisplay_SetTCDisplay(This,Param,Value) (This)->lpVtbl->SetTCDisplay(This,Param,Value) Param 5273 3rdparty/include/dshow/strmif.h HRESULT WINAPI IAMTimecodeDisplay_GetTCDisplay_Proxy(IAMTimecodeDisplay *This,long Param,long *pValue); Param 5275 3rdparty/include/dshow/strmif.h HRESULT WINAPI IAMTimecodeDisplay_SetTCDisplay_Proxy(IAMTimecodeDisplay *This,long Param,long Value); Param 87 3rdparty/libtiff/tif_fax3.h uint32 Param; /* unsigned 32-bit run length in bits */ Param 200 3rdparty/libtiff/tif_fax3.h StateNames[TabEnt->State], TabEnt->Param); \ Param 212 3rdparty/libtiff/tif_fax3.h StateNames[TabEnt->State], TabEnt->Param); \ Param 326 3rdparty/libtiff/tif_fax3.h SETVALUE(TabEnt->Param); \ Param 330 3rdparty/libtiff/tif_fax3.h a0 += TabEnt->Param; \ Param 331 3rdparty/libtiff/tif_fax3.h RunLength += TabEnt->Param; \ Param 348 3rdparty/libtiff/tif_fax3.h SETVALUE(TabEnt->Param); \ Param 352 3rdparty/libtiff/tif_fax3.h a0 += TabEnt->Param; \ Param 353 3rdparty/libtiff/tif_fax3.h RunLength += TabEnt->Param; \ Param 405 3rdparty/libtiff/tif_fax3.h SETVALUE(TabEnt->Param); \ Param 409 3rdparty/libtiff/tif_fax3.h a0 += TabEnt->Param; \ Param 410 3rdparty/libtiff/tif_fax3.h RunLength += TabEnt->Param; \ Param 421 3rdparty/libtiff/tif_fax3.h SETVALUE(TabEnt->Param); \ Param 425 3rdparty/libtiff/tif_fax3.h a0 += TabEnt->Param; \ Param 426 3rdparty/libtiff/tif_fax3.h RunLength += TabEnt->Param; \ Param 438 3rdparty/libtiff/tif_fax3.h SETVALUE(TabEnt->Param); \ Param 442 3rdparty/libtiff/tif_fax3.h a0 += TabEnt->Param; \ Param 443 3rdparty/libtiff/tif_fax3.h RunLength += TabEnt->Param; \ Param 454 3rdparty/libtiff/tif_fax3.h SETVALUE(TabEnt->Param); \ Param 458 3rdparty/libtiff/tif_fax3.h a0 += TabEnt->Param; \ Param 459 3rdparty/libtiff/tif_fax3.h RunLength += TabEnt->Param; \ Param 476 3rdparty/libtiff/tif_fax3.h SETVALUE(b1 - a0 + TabEnt->Param); \ Param 481 3rdparty/libtiff/tif_fax3.h if (b1 <= (int) (a0 + TabEnt->Param)) { \ Param 482 3rdparty/libtiff/tif_fax3.h if (b1 < (int) (a0 + TabEnt->Param) || pa != thisrun) { \ Param 487 3rdparty/libtiff/tif_fax3.h SETVALUE(b1 - a0 - TabEnt->Param); \ Param 3019 modules/core/include/opencv2/core.hpp enum { type = Param::BOOLEAN }; Param 3027 modules/core/include/opencv2/core.hpp enum { type = Param::INT }; Param 3035 modules/core/include/opencv2/core.hpp enum { type = Param::REAL }; Param 3043 modules/core/include/opencv2/core.hpp enum { type = Param::STRING }; Param 3051 modules/core/include/opencv2/core.hpp enum { type = Param::MAT }; Param 3059 modules/core/include/opencv2/core.hpp enum { type = Param::MAT_VECTOR }; Param 3067 modules/core/include/opencv2/core.hpp enum { type = Param::ALGORITHM }; Param 3075 modules/core/include/opencv2/core.hpp enum { type = Param::FLOAT }; Param 3083 modules/core/include/opencv2/core.hpp enum { type = Param::UNSIGNED_INT }; Param 3091 modules/core/include/opencv2/core.hpp enum { type = Param::UINT64 }; Param 3099 modules/core/include/opencv2/core.hpp enum { type = Param::UCHAR }; Param 42 modules/core/src/command_line_parser.cpp if( type == Param::INT ) Param 44 modules/core/src/command_line_parser.cpp if( type == Param::BOOLEAN ) Param 46 modules/core/src/command_line_parser.cpp if( type == Param::UNSIGNED_INT ) Param 48 modules/core/src/command_line_parser.cpp if( type == Param::UINT64 ) Param 50 modules/core/src/command_line_parser.cpp if( type == Param::FLOAT ) Param 52 modules/core/src/command_line_parser.cpp if( type == Param::REAL ) Param 54 modules/core/src/command_line_parser.cpp if( type == Param::STRING ) Param 62 modules/core/src/command_line_parser.cpp if( type == Param::INT ) Param 64 modules/core/src/command_line_parser.cpp else if( type == Param::BOOLEAN ) Param 70 modules/core/src/command_line_parser.cpp else if( type == Param::UNSIGNED_INT ) Param 72 modules/core/src/command_line_parser.cpp else if( type == Param::UINT64 ) Param 74 modules/core/src/command_line_parser.cpp else if( type == Param::FLOAT ) Param 76 modules/core/src/command_line_parser.cpp else if( type == Param::REAL ) Param 78 modules/core/src/command_line_parser.cpp else if( type == Param::STRING )