/external/opencv3/samples/winrt/OcvImageProcessing/OcvImageProcessing/ |
MainPage.xaml.h | 49 unsigned int frameWidth, frameHeight;
|
/hardware/qcom/camera/QCamera2/HAL/tsMakeuplib/include/ |
ts_makeup_image.h | 26 int frameWidth; //NV21 Frame width.MUST > 0. 37 int frameWidth; //NV21 Frame width.MUST > 0.
|
/external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/ |
Direct3DInterop.h | 77 unsigned int frameWidth, frameHeight;
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
vktDrawIndexedTest.cpp | 175 const deInt32 frameWidth = referenceFrame.getWidth(); 186 for (int x = 0; x < frameWidth; x++) 188 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; 298 const deInt32 frameWidth = referenceFrame.getWidth(); 309 for (int x = 0; x < frameWidth; x++) 311 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f;
|
vktDrawSimpleTest.cpp | 169 const deInt32 frameWidth = referenceFrame.getWidth(); 180 for (int x = 0; x < frameWidth; x++) 182 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; 277 const deInt32 frameWidth = referenceFrame.getWidth(); 288 for (int x = 0; x < frameWidth; x++) 290 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f;
|
vktDrawIndirectTest.cpp | 293 const deInt32 frameWidth = referenceFrame.getWidth(); 304 for (int x = 0; x < frameWidth; x++) 306 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; 479 const deInt32 frameWidth = referenceFrame.getWidth(); 490 for (int x = 0; x < frameWidth; x++) 492 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f;
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
vktDynamicStateCBTests.cpp | 129 const deInt32 frameWidth = referenceFrame.getWidth(); 138 for (int x = 0; x < frameWidth; x++) 140 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f;
|
vktDynamicStateGeneralTests.cpp | 120 const deInt32 frameWidth = referenceFrame.getWidth(); 129 for (int x = 0; x < frameWidth; x++) 131 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; 230 const deInt32 frameWidth = referenceFrame.getWidth(); 239 for (int x = 0; x < frameWidth; x++) 241 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; 380 const deInt32 frameWidth = referenceFrame.getWidth(); 389 for (int x = 0; x < frameWidth; x++) 391 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f;
|
vktDynamicStateVPTests.cpp | 155 const deInt32 frameWidth = referenceFrame.getWidth(); 164 for (int x = 0; x < frameWidth; x++) 166 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; 202 const deInt32 frameWidth = referenceFrame.getWidth(); 211 for (int x = 0; x < frameWidth; x++) 213 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; 347 const deInt32 frameWidth = referenceFrame.getWidth(); 356 for (int x = 0; x < frameWidth; x++) 358 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f;
|
vktDynamicStateRSTests.cpp | 455 const deInt32 frameWidth = referenceFrame.getWidth(); 464 for (int x = 0; x < frameWidth; x++) 466 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; 561 const deInt32 frameWidth = referenceFrame.getWidth(); 570 for (int x = 0; x < frameWidth; x++) 572 float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; 667 const deInt32 frameWidth = referenceFrame.getWidth(); 676 for (int x = 0; x < frameWidth; x++) 678 float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f;
|
vktDynamicStateDSTests.cpp | 494 const deInt32 frameWidth = referenceFrame.getWidth(); 503 for (int x = 0; x < frameWidth; x++) 505 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; 646 const deInt32 frameWidth = referenceFrame.getWidth(); 653 for (int x = 0; x < frameWidth; x++) 655 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; [all...] |
/external/opencv3/modules/cudacodec/src/ |
video_decoder.hpp | 75 unsigned long frameWidth() const { return createInfo_.ulWidth; }
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
CircleButtonsLayout.java | 68 final int frameWidth = mCircleView.getMeasuredWidth(); 70 final int minBound = Math.min(frameWidth, frameHeight); 77 if (minBound == frameWidth) { 78 resetAddParams.bottomMargin += (frameHeight - frameWidth) / 2; 85 if (minBound == frameWidth) { 86 labelParams.topMargin += (frameHeight-frameWidth)/2;
|
/external/opencv3/modules/videoio/src/ |
cap_pvapi.cpp | 100 bool resizeCaptureFrame (int frameWidth, int frameHeight); 187 tPvUint32 frameWidth, frameHeight; 190 PvAttrUint32Get(Camera.Handle, "Width", &frameWidth); 203 resizeCaptureFrame(frameWidth, frameHeight); 519 bool CvCaptureCAM_PvAPI::resizeCaptureFrame (int frameWidth, int frameHeight) 543 if ((frameWidth < 0) || ((tPvUint32)frameWidth > sensorWidth)) 545 frameWidth = sensorWidth; 559 if (PvAttrUint32Set(Camera.Handle, "Width", frameWidth) != ePvErrSuccess) 570 frame = cvCreateImage(cvSize((int)frameWidth, (int)frameHeight), IPL_DEPTH_8U, 1) [all...] |
cap_dc1394_v2.cpp | 226 int frameWidth, frameHeight; 288 frameWidth = 640; 366 frameWidth = (int)width; 371 if (userMode == -1 && (frameWidth > 0 || frameHeight > 0)) 387 if ((int)width == frameWidth || (int)height == frameHeight) 664 return frameWidth ? frameWidth : frameHeight*4 / 3; 666 return frameHeight ? frameHeight : frameWidth*3 / 4; 712 frameWidth = cvRound(value); 718 frameWidth = 0 [all...] |
/external/skia/src/codec/ |
SkGifCodec.cpp | 368 int frameWidth = desc.Width; 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/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
HudFragment.java | 143 String frameWidth = reportMap.get("googFrameWidthReceived"); 144 if (frameWidth != null) {
|
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
SurfaceViewRenderer.java | 99 private int frameWidth; 253 frameWidth = 0; 342 if (frameWidth == 0 || frameHeight == 0) { 537 if (frameWidth == 0 || frameHeight == 0) { 540 return (frameRotation % 180 == 0) ? (float) frameWidth / frameHeight 541 : (float) frameHeight / frameWidth; 548 if (frameWidth != frame.width || frameHeight != frame.height 555 frameWidth = frame.width;
|
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/ |
VideoCapturerAndroidTestFixtures.java | 60 public int frameWidth() { 106 private int frameWidth = 0; 127 frameWidth = width; 139 frameWidth = width; 170 int frameWidth() { 172 return frameWidth; 384 final boolean identicalResolution = (observer.frameWidth() == format.width 386 final boolean flippedResolution = (observer.frameWidth() == format.height 389 fail("Wrong resolution, got: " + observer.frameWidth() + "x" + observer.frameHeight() 586 final int startWidth = renderer.frameWidth(); [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
RVCVXCheckAnalyzer.java | 451 public int frameWidth; 490 frameWidth = json.getInt("width"); 805 if (frameSize.width != meta.frameWidth || frameSize.height != meta.frameHeight) { 816 float fc = (float)(meta.frameWidth/2.0/Math.tan(meta.fovWidth/2.0)); [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
Vp8CodecTestBase.java | 207 public int frameWidth; 241 int frameWidth, 266 params.frameWidth = Math.min(frameWidth * resolutionScales[i], 1280); 290 int frameWidth, 303 frameWidth, 520 int frameWidth = ivf.getWidth(); 523 int frameStride = frameWidth; 525 assertTrue(frameWidth > 0); 548 ". " + frameWidth + " x " + frameHeight) [all...] |
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
omx_vdec_hevc_swvdec.cpp | [all...] |
omx_vdec_msm8974.cpp | [all...] |
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
omx_vdec_hevc_swvdec.cpp | [all...] |
omx_vdec_v4l2.cpp | [all...] |