/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateVPTests.cpp | 158 const deInt32 frameWidth = referenceFrame.getWidth(); in buildReferenceFrame() local 167 for (int x = 0; x < frameWidth; x++) in buildReferenceFrame() 169 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; in buildReferenceFrame() 205 const deInt32 frameWidth = referenceFrame.getWidth(); in buildReferenceFrame() local 214 for (int x = 0; x < frameWidth; x++) in buildReferenceFrame() 216 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; in buildReferenceFrame() 350 const deInt32 frameWidth = referenceFrame.getWidth(); in iterate() local 359 for (int x = 0; x < frameWidth; x++) in iterate() 361 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; in iterate()
|
D | vktDynamicStateGeneralTests.cpp | 123 const deInt32 frameWidth = referenceFrame.getWidth(); in iterate() local 132 for (int x = 0; x < frameWidth; x++) in iterate() 134 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; in iterate() 233 const deInt32 frameWidth = referenceFrame.getWidth(); in iterate() local 242 for (int x = 0; x < frameWidth; x++) in iterate() 244 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; in iterate() 383 const deInt32 frameWidth = referenceFrame.getWidth(); in iterate() local 392 for (int x = 0; x < frameWidth; x++) in iterate() 394 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; in iterate()
|
D | vktDynamicStateCBTests.cpp | 132 const deInt32 frameWidth = referenceFrame.getWidth(); in iterate() local 141 for (int x = 0; x < frameWidth; x++) in iterate() 143 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; in iterate()
|
D | vktDynamicStateRSTests.cpp | 458 const deInt32 frameWidth = referenceFrame.getWidth(); in iterate() local 467 for (int x = 0; x < frameWidth; x++) in iterate() 469 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; in iterate() 564 const deInt32 frameWidth = referenceFrame.getWidth(); in iterate() local 573 for (int x = 0; x < frameWidth; x++) in iterate() 575 float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; in iterate() 670 const deInt32 frameWidth = referenceFrame.getWidth(); in iterate() local 679 for (int x = 0; x < frameWidth; x++) in iterate() 681 float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; in iterate()
|
D | vktDynamicStateDSTests.cpp | 496 const deInt32 frameWidth = referenceFrame.getWidth(); in iterate() local 505 for (int x = 0; x < frameWidth; x++) in iterate() 507 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; in iterate() 648 const deInt32 frameWidth = referenceFrame.getWidth(); in iterate() local 655 for (int x = 0; x < frameWidth; x++) in iterate() 657 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; in iterate() 818 const deInt32 frameWidth = referenceFrame.getWidth(); in iterate() local 825 for (int x = 0; x < frameWidth; x++) in iterate() 827 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 | 171 const deInt32 frameWidth = referenceFrame.getWidth(); in iterate() local 182 for (int x = 0; x < frameWidth; x++) in iterate() 184 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; in iterate() 279 const deInt32 frameWidth = referenceFrame.getWidth(); in iterate() local 290 for (int x = 0; x < frameWidth; x++) in iterate() 292 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; in iterate()
|
D | vktDrawIndexedTest.cpp | 192 const deInt32 frameWidth = referenceFrame.getWidth(); in iterate() local 203 for (int x = 0; x < frameWidth; x++) in iterate() 205 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; in iterate() 315 const deInt32 frameWidth = referenceFrame.getWidth(); in iterate() local 326 for (int x = 0; x < frameWidth; x++) in iterate() 328 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; in iterate()
|
D | vktDrawIndirectTest.cpp | 430 const deInt32 frameWidth = referenceFrame.getWidth(); in iterate() local 441 for (int x = 0; x < frameWidth; x++) in iterate() 443 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; in iterate() 698 const deInt32 frameWidth = referenceFrame.getWidth(); in iterate() local 709 for (int x = 0; x < frameWidth; x++) in iterate() 711 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; in iterate()
|
/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()
|