Home
last modified time | relevance | path

Searched refs:frameWidth (Results 1 – 19 of 19) sorted by relevance

/external/opencv3/modules/videoio/src/
Dcap_pvapi.cpp100 bool resizeCaptureFrame (int frameWidth, int frameHeight);
187 tPvUint32 frameWidth, frameHeight; in open() local
190 PvAttrUint32Get(Camera.Handle, "Width", &frameWidth); in open()
203 resizeCaptureFrame(frameWidth, frameHeight); in open()
519 bool CvCaptureCAM_PvAPI::resizeCaptureFrame (int frameWidth, int frameHeight) in resizeCaptureFrame() argument
543 if ((frameWidth < 0) || ((tPvUint32)frameWidth > sensorWidth)) in resizeCaptureFrame()
545 frameWidth = sensorWidth; in resizeCaptureFrame()
559 if (PvAttrUint32Set(Camera.Handle, "Width", frameWidth) != ePvErrSuccess) in resizeCaptureFrame()
570 frame = cvCreateImage(cvSize((int)frameWidth, (int)frameHeight), IPL_DEPTH_8U, 1); in resizeCaptureFrame()
571 frame->widthStep = (int)frameWidth; in resizeCaptureFrame()
[all …]
Dcap_dc1394_v2.cpp226 int frameWidth, frameHeight; member in CvCaptureCAM_DC1394_v2_CPP
288 frameWidth = 640; in CvCaptureCAM_DC1394_v2_CPP()
366 frameWidth = (int)width; in startCapture()
371 if (userMode == -1 && (frameWidth > 0 || frameHeight > 0)) in startCapture()
387 if ((int)width == frameWidth || (int)height == frameHeight) in startCapture()
664 return frameWidth ? frameWidth : frameHeight*4 / 3; in getProperty()
666 return frameHeight ? frameHeight : frameWidth*3 / 4; in getProperty()
712 frameWidth = cvRound(value); in setProperty()
718 frameWidth = 0; in setProperty()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateVPTests.cpp155 const deInt32 frameWidth = referenceFrame.getWidth(); in buildReferenceFrame() local
164 for (int x = 0; x < frameWidth; x++) in buildReferenceFrame()
166 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; in buildReferenceFrame()
202 const deInt32 frameWidth = referenceFrame.getWidth(); in buildReferenceFrame() local
211 for (int x = 0; x < frameWidth; x++) in buildReferenceFrame()
213 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; in buildReferenceFrame()
347 const deInt32 frameWidth = referenceFrame.getWidth(); in iterate() local
356 for (int x = 0; x < frameWidth; x++) in iterate()
358 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; in iterate()
DvktDynamicStateGeneralTests.cpp120 const deInt32 frameWidth = referenceFrame.getWidth(); in iterate() local
129 for (int x = 0; x < frameWidth; x++) in iterate()
131 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; in iterate()
230 const deInt32 frameWidth = referenceFrame.getWidth(); in iterate() local
239 for (int x = 0; x < frameWidth; x++) in iterate()
241 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; in iterate()
380 const deInt32 frameWidth = referenceFrame.getWidth(); in iterate() local
389 for (int x = 0; x < frameWidth; x++) in iterate()
391 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; in iterate()
DvktDynamicStateCBTests.cpp129 const deInt32 frameWidth = referenceFrame.getWidth(); in iterate() local
138 for (int x = 0; x < frameWidth; x++) in iterate()
140 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; in iterate()
DvktDynamicStateRSTests.cpp455 const deInt32 frameWidth = referenceFrame.getWidth(); in iterate() local
464 for (int x = 0; x < frameWidth; x++) in iterate()
466 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; in iterate()
561 const deInt32 frameWidth = referenceFrame.getWidth(); in iterate() local
570 for (int x = 0; x < frameWidth; x++) in iterate()
572 float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; in iterate()
667 const deInt32 frameWidth = referenceFrame.getWidth(); in iterate() local
676 for (int x = 0; x < frameWidth; x++) in iterate()
678 float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; in iterate()
DvktDynamicStateDSTests.cpp494 const deInt32 frameWidth = referenceFrame.getWidth(); in iterate() local
503 for (int x = 0; x < frameWidth; x++) in iterate()
505 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; in iterate()
646 const deInt32 frameWidth = referenceFrame.getWidth(); in iterate() local
653 for (int x = 0; x < frameWidth; x++) in iterate()
655 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; in iterate()
816 const deInt32 frameWidth = referenceFrame.getWidth(); in iterate() local
823 for (int x = 0; x < frameWidth; x++) in iterate()
825 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; in iterate()
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
DVideoCapturerAndroidTestFixtures.java60 public int frameWidth() { in frameWidth() method in VideoCapturerAndroidTestFixtures.RendererCallbacks
106 private int frameWidth = 0; field in VideoCapturerAndroidTestFixtures.FakeCapturerObserver
127 frameWidth = width; in onByteBufferFrameCaptured()
139 frameWidth = width; in onTextureFrameCaptured()
170 int frameWidth() { in frameWidth() method in VideoCapturerAndroidTestFixtures.FakeCapturerObserver
172 return frameWidth; in frameWidth()
384 final boolean identicalResolution = (observer.frameWidth() == format.width in startStopWithDifferentResolutions()
386 final boolean flippedResolution = (observer.frameWidth() == format.height in startStopWithDifferentResolutions()
389 fail("Wrong resolution, got: " + observer.frameWidth() + "x" + observer.frameHeight() in startStopWithDifferentResolutions()
586 final int startWidth = renderer.frameWidth(); in scaleCameraOutput()
[all …]
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DSurfaceViewRenderer.java99 private int frameWidth; field in SurfaceViewRenderer
253 frameWidth = 0; in release()
342 if (frameWidth == 0 || frameHeight == 0) { in onMeasure()
537 if (frameWidth == 0 || frameHeight == 0) { in frameAspectRatio()
540 return (frameRotation % 180 == 0) ? (float) frameWidth / frameHeight in frameAspectRatio()
541 : (float) frameHeight / frameWidth; in frameAspectRatio()
548 if (frameWidth != frame.width || frameHeight != frame.height in updateFrameDimensionsAndReportEvents()
555 frameWidth = frame.width; in updateFrameDimensionsAndReportEvents()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawIndexedTest.cpp175 const deInt32 frameWidth = referenceFrame.getWidth(); in iterate() local
186 for (int x = 0; x < frameWidth; x++) in iterate()
188 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; in iterate()
298 const deInt32 frameWidth = referenceFrame.getWidth(); in iterate() local
309 for (int x = 0; x < frameWidth; x++) in iterate()
311 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; in iterate()
DvktDrawSimpleTest.cpp169 const deInt32 frameWidth = referenceFrame.getWidth(); in iterate() local
180 for (int x = 0; x < frameWidth; x++) in iterate()
182 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; in iterate()
277 const deInt32 frameWidth = referenceFrame.getWidth(); in iterate() local
288 for (int x = 0; x < frameWidth; x++) in iterate()
290 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; in iterate()
DvktDrawIndirectTest.cpp293 const deInt32 frameWidth = referenceFrame.getWidth(); in iterate() local
304 for (int x = 0; x < frameWidth; x++) in iterate()
306 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; in iterate()
479 const deInt32 frameWidth = referenceFrame.getWidth(); in iterate() local
490 for (int x = 0; x < frameWidth; x++) in iterate()
492 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; in iterate()
/external/opencv3/samples/winrt/OcvImageProcessing/OcvImageProcessing/
DMainPage.xaml.cpp74 frameWidth = frame->PixelWidth; in MainPage()
83 Lena = cv::Mat(frameHeight, frameWidth, CV_8UC4); in MainPage()
84 memcpy(Lena.data, srcPixels->Data, 4*frameWidth*frameHeight); in MainPage()
DMainPage.xaml.h49 unsigned int frameWidth, frameHeight; variable
/external/skia/src/codec/
DSkGifCodec.cpp368 int frameWidth = desc.Width; local
374 width = SkTMax(width, frameWidth + frameLeft);
380 if (frameLeft < 0 || frameTop < 0 || frameWidth < 0 || frameHeight < 0 || width <= 0 ||
385 frameRect->setXYWH(frameLeft, frameTop, frameWidth, frameHeight);
/external/opencv3/modules/cudacodec/src/
Dvideo_decoder.hpp75 unsigned long frameWidth() const { return createInfo_.ulWidth; } in frameWidth() function in cv::cudacodec::detail::VideoDecoder
Dvideo_parser.cpp106 format->coded_width != thiz->videoDecoder_->frameWidth() || in HandleVideoSequence()
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DHudFragment.java143 String frameWidth = reportMap.get("googFrameWidthReceived"); in updateEncoderStatistics() local
144 if (frameWidth != null) { in updateEncoderStatistics()
/external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
DDirect3DInterop.h77 unsigned int frameWidth, frameHeight; variable