/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateVPTests.cpp | 155 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()
|
D | vktDynamicStateGeneralTests.cpp | 120 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()
|
D | vktDynamicStateCBTests.cpp | 129 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()
|
D | vktDynamicStateRSTests.cpp | 455 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()
|
D | vktDynamicStateDSTests.cpp | 494 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/ |
D | VideoCapturerAndroidTestFixtures.java | 60 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/ |
D | SurfaceViewRenderer.java | 99 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/ |
D | vktDrawSimpleTest.cpp | 169 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()
|
D | vktDrawIndexedTest.cpp | 175 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()
|
D | vktDrawIndirectTest.cpp | 293 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/skia/src/codec/ |
D | SkGifCodec.cpp | 368 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/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
D | HudFragment.java | 143 String frameWidth = reportMap.get("googFrameWidthReceived"); in updateEncoderStatistics() local 144 if (frameWidth != null) { in updateEncoderStatistics()
|
/external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Post/ |
D | FXAA.frag | 29 vec2 rcpFrame) // Constant {1.0/frameWidth, 1.0/frameHeight}.
|