frameHeight 107 modules/cudacodec/src/video_parser.cpp format->coded_height != thiz->videoDecoder_->frameHeight() || frameHeight 226 modules/videoio/src/cap_dc1394_v2.cpp int frameWidth, frameHeight; frameHeight 289 modules/videoio/src/cap_dc1394_v2.cpp frameHeight = 480; frameHeight 367 modules/videoio/src/cap_dc1394_v2.cpp frameHeight = (int)height; frameHeight 371 modules/videoio/src/cap_dc1394_v2.cpp if (userMode == -1 && (frameWidth > 0 || frameHeight > 0)) frameHeight 387 modules/videoio/src/cap_dc1394_v2.cpp if ((int)width == frameWidth || (int)height == frameHeight) frameHeight 664 modules/videoio/src/cap_dc1394_v2.cpp return frameWidth ? frameWidth : frameHeight*4 / 3; frameHeight 666 modules/videoio/src/cap_dc1394_v2.cpp return frameHeight ? frameHeight : frameWidth*3 / 4; frameHeight 713 modules/videoio/src/cap_dc1394_v2.cpp frameHeight = 0; frameHeight 719 modules/videoio/src/cap_dc1394_v2.cpp frameHeight = cvRound(value); frameHeight 100 modules/videoio/src/cap_pvapi.cpp bool resizeCaptureFrame (int frameWidth, int frameHeight); frameHeight 187 modules/videoio/src/cap_pvapi.cpp tPvUint32 frameWidth, frameHeight; frameHeight 191 modules/videoio/src/cap_pvapi.cpp PvAttrUint32Get(Camera.Handle, "Height", &frameHeight); frameHeight 203 modules/videoio/src/cap_pvapi.cpp resizeCaptureFrame(frameWidth, frameHeight); frameHeight 519 modules/videoio/src/cap_pvapi.cpp bool CvCaptureCAM_PvAPI::resizeCaptureFrame (int frameWidth, int frameHeight) frameHeight 548 modules/videoio/src/cap_pvapi.cpp if ((frameHeight < 0) || ((tPvUint32)frameHeight > sensorHeight)) frameHeight 550 modules/videoio/src/cap_pvapi.cpp frameHeight = sensorHeight; frameHeight 554 modules/videoio/src/cap_pvapi.cpp if (PvAttrUint32Set(Camera.Handle, "Height", frameHeight) != ePvErrSuccess) frameHeight 570 modules/videoio/src/cap_pvapi.cpp frame = cvCreateImage(cvSize((int)frameWidth, (int)frameHeight), IPL_DEPTH_8U, 1); frameHeight 577 modules/videoio/src/cap_pvapi.cpp frame = cvCreateImage(cvSize((int)frameWidth, (int)frameHeight), IPL_DEPTH_16U, 1); frameHeight 584 modules/videoio/src/cap_pvapi.cpp frame = cvCreateImage(cvSize((int)frameWidth, (int)frameHeight), IPL_DEPTH_8U, 3); frameHeight 591 modules/videoio/src/cap_pvapi.cpp frame = cvCreateImage(cvSize((int)frameWidth, (int)frameHeight), IPL_DEPTH_8U, 4); frameHeight 75 samples/winrt/OcvImageProcessing/OcvImageProcessing/MainPage.xaml.cpp frameHeight = frame->PixelHeight; frameHeight 83 samples/winrt/OcvImageProcessing/OcvImageProcessing/MainPage.xaml.cpp Lena = cv::Mat(frameHeight, frameWidth, CV_8UC4); frameHeight 84 samples/winrt/OcvImageProcessing/OcvImageProcessing/MainPage.xaml.cpp memcpy(Lena.data, srcPixels->Data, 4*frameWidth*frameHeight); frameHeight 49 samples/winrt/OcvImageProcessing/OcvImageProcessing/MainPage.xaml.h unsigned int frameWidth, frameHeight; frameHeight 77 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.h unsigned int frameWidth, frameHeight;