SIZE 3316 3rdparty/include/dshow/strmif.h SIZE InputSize; SIZE 3317 3rdparty/include/dshow/strmif.h SIZE MinCroppingSize; SIZE 3318 3rdparty/include/dshow/strmif.h SIZE MaxCroppingSize; SIZE 3323 3rdparty/include/dshow/strmif.h SIZE MinOutputSize; SIZE 3324 3rdparty/include/dshow/strmif.h SIZE MaxOutputSize; SIZE 4096 3rdparty/include/dshow/strmif.h virtual HRESULT WINAPI GetMaxAvailableFrameRate(IPin *pPin,long iIndex,SIZE Dimensions,LONGLONG *MaxAvailableFrameRate) = 0; SIZE 4097 3rdparty/include/dshow/strmif.h virtual HRESULT WINAPI GetFrameRateList(IPin *pPin,long iIndex,SIZE Dimensions,long *ListSize,LONGLONG **FrameRates) = 0; SIZE 4109 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *GetMaxAvailableFrameRate)(IAMVideoControl *This,IPin *pPin,long iIndex,SIZE Dimensions,LONGLONG *MaxAvailableFrameRate); SIZE 4110 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *GetFrameRateList)(IAMVideoControl *This,IPin *pPin,long iIndex,SIZE Dimensions,long *ListSize,LONGLONG **FrameRates); SIZE 4136 3rdparty/include/dshow/strmif.h HRESULT WINAPI IAMVideoControl_GetMaxAvailableFrameRate_Proxy(IAMVideoControl *This,IPin *pPin,long iIndex,SIZE Dimensions,LONGLONG *MaxAvailableFrameRate); SIZE 4138 3rdparty/include/dshow/strmif.h HRESULT WINAPI IAMVideoControl_GetFrameRateList_Proxy(IAMVideoControl *This,IPin *pPin,long iIndex,SIZE Dimensions,long *ListSize,LONGLONG **FrameRates); SIZE 8387 3rdparty/include/dshow/strmif.h SIZE szAspectRatio; SIZE 8445 3rdparty/include/dshow/strmif.h SIZE szAspectRatio; SIZE 8449 3rdparty/include/dshow/strmif.h SIZE szNativeSize; SIZE 854 3rdparty/libwebp/enc/picture.c #define SIZE2 (SIZE / 2) SIZE 886 3rdparty/libwebp/enc/picture.c w = pic->width / SIZE; SIZE 887 3rdparty/libwebp/enc/picture.c h = pic->height / SIZE; SIZE 891 3rdparty/libwebp/enc/picture.c const int off_a = (y * pic->a_stride + x) * SIZE; SIZE 892 3rdparty/libwebp/enc/picture.c const int off_y = (y * pic->y_stride + x) * SIZE; SIZE 894 3rdparty/libwebp/enc/picture.c if (is_transparent_area(a_ptr + off_a, pic->a_stride, SIZE)) { SIZE 901 3rdparty/libwebp/enc/picture.c flatten(pic->y + off_y, values[0], pic->y_stride, SIZE); SIZE 116 3rdparty/openexr/IlmImf/ImfChannelListAttribute.cpp char name[Name::SIZE]; SIZE 991 3rdparty/openexr/IlmImf/ImfHeader.cpp char name[Name::SIZE]; SIZE 1003 3rdparty/openexr/IlmImf/ImfHeader.cpp char typeName[Name::SIZE]; SIZE 82 3rdparty/openexr/IlmImf/ImfName.h static const int SIZE = 256; SIZE 83 3rdparty/openexr/IlmImf/ImfName.h static const int MAX_LENGTH = SIZE - 1; SIZE 87 3rdparty/openexr/IlmImf/ImfName.h char _text[SIZE]; SIZE 245 modules/core/misc/java/test/MatTest.java assertEquals(Byte.SIZE / 8 * gray0.channels(), gray0.elemSize()); SIZE 246 modules/core/misc/java/test/MatTest.java assertEquals(Float.SIZE / 8 * gray0_32f.channels(), gray0_32f.elemSize()); SIZE 247 modules/core/misc/java/test/MatTest.java assertEquals(Byte.SIZE / 8 * rgbLena.channels(), rgbLena.elemSize()); SIZE 251 modules/core/misc/java/test/MatTest.java assertEquals(Byte.SIZE / 8, gray255.elemSize1()); SIZE 252 modules/core/misc/java/test/MatTest.java assertEquals(Double.SIZE / 8, gray0_64f.elemSize1()); SIZE 253 modules/core/misc/java/test/MatTest.java assertEquals(Byte.SIZE / 8, rgbLena.elemSize1()); SIZE 62 modules/cudev/include/opencv2/cudev/util/detail/tuple.hpp template <class Tuple, int SIZE, template <typename T> class CvtOp> struct ConvertTuple; SIZE 1021 modules/highgui/src/window_w32.cpp static bool icvGetBitmapData( CvWindow* window, SIZE* size, int* channels, void** data ) SIZE 1060 modules/highgui/src/window_w32.cpp SIZE size = {0,0}; SIZE 1093 modules/highgui/src/window_w32.cpp SIZE size = { 0, 0 }; SIZE 1174 modules/highgui/src/window_w32.cpp SIZE size = { 0, 0 }; SIZE 1426 modules/highgui/src/window_w32.cpp SIZE size = {0,0}; SIZE 1513 modules/highgui/src/window_w32.cpp SIZE size = {0,0}; SIZE 1616 modules/highgui/src/window_w32.cpp SIZE size = {0, 0}; SIZE 1632 modules/highgui/src/window_w32.cpp SIZE size = {0,0}; SIZE 1858 modules/highgui/src/window_w32.cpp SIZE sz; SIZE 2437 modules/imgproc/src/smooth.cpp for( ; j <= size.width - VecOp::SIZE - cn; j += VecOp::SIZE ) SIZE 2537 modules/imgproc/src/smooth.cpp for( ; j <= size.width - VecOp::SIZE - cn*2; j += VecOp::SIZE )