Home
last modified time | relevance | path

Searched defs:w (Results 1 – 25 of 70) sorted by relevance

123

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DIntrinsicBlur.java33 private void initTest(int w, int h, Element e, Script.LaunchOptions lo) { in initTest()
86 final int w = 97; in testU8_1() local
100 final int w = 97; in testU8_4() local
115 final int w = 97; in testU8_1C() local
130 final int w = 97; in testU8_4C() local
DIntrinsicBase.java63 protected Allocation makeAllocation(int w, int h, Element e, boolean clear) { in makeAllocation()
79 protected Allocation makeAllocation(int w, int h, Element e) { in makeAllocation()
83 protected void makeSource(int w, int h, Element e) { in makeSource()
118 protected void makeBuffers(int w, int h, Element e) { in makeBuffers()
DSampleTest.java41 int w = t.getY(); in createAlloc() local
DIntrinsicConvolve5x5.java24 Element e, float cf[], String name, int num, int w, int h, in test5()
76 …private void testConvolve5(int w, int h, Element.DataType dt, int vecSize, Script.LaunchOptions sc… in testConvolve5()
DIntrinsicHistogram.java26 private void createAllocations(int inVSize, int outVSize, int w, int h) { in createAllocations()
51 private void testNorm(int inVSize, int outVSize, int w, int h, boolean clip) { in testNorm()
172 private void testDot(int inVSize, int w, int h, boolean clip) { in testDot()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DDrawableTestingUtils.java26 final int w = Math.max(d.getIntrinsicWidth(), x + 1); in getPixel() local
DDrawableContainerStateTest.java338 public void setMinimumWidth(int w) { in setMinimumWidth()
346 public void setIntrinsicWidth(int w) { in setIntrinsicWidth()
DTransitionDrawableTest.java196 private void assertColorFillRect(Bitmap bmp, int x, int y, int w, int h, int color) { in assertColorFillRect()
204 private void assertColorNotFillRect(Bitmap bmp, int x, int y, int w, int h, int color) { in assertColorNotFillRect()
/cts/tools/cfassembler/src/dxconvext/
DClassFileParser.java84 Writer w; in process() local
103 void processFileBytes(Writer w, String name, final byte[] allbytes) throws IOException { in processFileBytes()
/cts/tests/tests/app/src/android/app/cts/
DWallpaperManagerTest.java45 final int w = min.x * 3; in testSuggestDesiredDimensions() local
DProgressDialogTest.java280 Window w = dialog.getWindow(); in testSetProgressDrawable() local
295 Window w = dialog.getWindow(); in testSetIndeterminateDrawable() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DLogt.java30 public static void w(String tag, String msg) { in w() method in Logt
DItsUtils.java57 int x,y,w,h; in getJsonWeightedRectsFromArray() local
206 int w = (i == 0) ? width : width / 2; in getDataFromImage() local
/cts/tests/tests/media/src/android/media/cts/
DEncodeVirtualDisplayWithCompositionTest.java206 private void runTestRenderingInSeparateThread(final int w, final int h, in runTestRenderingInSeparateThread()
227 private void doTestRenderingOutput(int w, int h, boolean runRemotely, boolean multipleWindows) in doTestRenderingOutput()
349 private void renderColorAndCheckResult(Renderer renderer, int w, int h, in renderColorAndCheckResult()
375 private boolean checkSurfaceFrameColor(int w, int h, int color) { in checkSurfaceFrameColor()
487 Surface startEncoding(int w, int h, EncoderEventListener eventListener) { in startEncoding()
640 void startComposition(Surface surface, int w, int h, int numWindows) throws Exception { in startComposition()
685 GlWindow w = mTopWindow; in onFrameAvailable() local
920 public GlWindow(GlCompositor compositor, int blX, int blY, int w, int h) { in GlWindow()
1073 VirtualDisplayPresentation(Context context, Surface surface, int w, int h) { in VirtualDisplayPresentation()
1240 TopWindowVirtualDisplayPresentation(Context context, Surface surface, int w, int h, in TopWindowVirtualDisplayPresentation()
[all …]
DRemoteVirtualDisplayService.java96 private void start(Surface surface, int w, int h) { in start()
119 VirtualDisplayPresentation(Context context, Surface surface, int w, int h) { in VirtualDisplayPresentation()
/cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
DCodecInfo.java56 String codecName, String mimeType, int w, int h) { in getSupportedFormatInfo()
DVideoEncoderDecoderTest.java375 private void doTestGoog(String mimeType, int w, int h) throws Exception { in doTestGoog()
383 private void doTestOther(String mimeType, int w, int h) throws Exception { in doTestOther()
391 private void doTestDefault(String mimeType, int w, int h) throws Exception { in doTestDefault()
414 private void doTest(boolean isGoog, String mimeType, int w, int h) in doTest()
438 String encoderName, String decoderName, String mimeType, int w, int h) in doTestByName()
835 YUVPlane(int w, int h, int rowStride, int pixelStride, in YUVPlane()
1003 int w = mRandom.nextInt(mVideoWidth); in runDecoder() local
1021 int w = mRandom.nextInt(mVideoWidth); in runDecoder() local
1097 private void initYUVPlane(int w, int h) { in initYUVPlane()
/cts/suite/cts/deviceTests/browserbench/assets/octane/
Draytrace.js167 blend: function(c1, c2, w){ argument
244 cross : function(w) { argument
251 dot : function(w) { argument
255 add : function(v, w) { argument
259 subtract : function(v, w) { argument
264 multiplyVector : function(v, w) { argument
268 multiplyScalar : function(v, w) { argument
/cts/apps/CameraITS/pymodules/its/
Dimage.py375 w, h, argument
428 w, h, argument
466 def load_yuv420_planar_to_yuv_planes(yuv_fname, w, h): argument
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DMediaFrameworkTest.java75 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { in surfaceChanged()
/cts/tests/tests/view/src/android/view/cts/
DGravityTest.java44 … private void applyGravity(int gravity, int w, int h, Rect container, Rect outRect, boolean bRtl) { in applyGravity()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
DCameraFormatsActivity.java630 int w = mPreviewSize.width; in onPreviewFrame() local
667 int w = mPreviewSize.width; in convertFromUnknown() local
695 int w = mPreviewSize.width; in convertFromNV21() local
738 int w = mPreviewSize.width; in convertFromYV12() local
787 int w = mPreviewSize.width; in convertFromYUY2() local
/cts/tests/tests/widget/src/android/widget/cts/
DTableLayout_LayoutParamsTest.java189 public MockTableLayout_LayoutParams(int w, int h) { in MockTableLayout_LayoutParams()
/cts/tests/tests/rscpp/src/android/cts/rscpp/
DRSCppTest.java91 protected Allocation makeAllocation(int w, int h, Element e) { in makeAllocation()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVCameraPreview.java121 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { in surfaceChanged()

123