Home
last modified time | relevance | path

Searched defs:h (Results 1 – 25 of 80) sorted by relevance

1234

/cts/tests/camera/src/android/hardware/camera2/cts/
DCtsUtilsTest.java44 final int h = 10; in testCopyYuv() local
62 final int h = 9; in testCopyPad0to0() local
75 final int h = 9; in testCopyPad3to3() local
88 final int h = 9; in testCopyPad3to0() local
101 final int h = 9; in testCopyPad0to3() local
114 final int h = 9; in testCopyPad5to3() local
127 final int h = 9; in testCopyPad3to5() local
137 private static void checkPlane(String planeName, int w, int h, FakePlane src, FakePlane dst) { in checkPlane()
160 private static void drawGradient(FakePlane plane, int w, int h) { in drawGradient()
195 public FakeImage(int format, int w, int h, FakePlane[] planes) { in FakeImage()
[all …]
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DIntrinsicBlur.java48 private void initTest(int w, int h, Element e, Script.LaunchOptions lo) { in initTest()
102 final int h = 97; in testU8_1() local
116 final int h = 97; in testU8_4() local
131 final int h = 97; in testU8_1C() local
146 final int h = 97; in testU8_4C() local
DIntrinsicBase.java75 protected Allocation makeAllocation(int w, int h, Element e, boolean clear) { in makeAllocation()
91 protected Allocation makeAllocation(int w, int h, Element e) { in makeAllocation()
95 protected void makeSource(int w, int h, Element e) { in makeSource()
127 protected void makeBuffers(int w, int h, Element e) { in makeBuffers()
DIntrinsicHistogram.java37 private void createAllocations(int inVSize, int outVSize, int w, int h) { in createAllocations()
62 private void testNorm(int inVSize, int outVSize, int w, int h, boolean clip) { in testNorm()
185 private void testDot(int inVSize, int w, int h, boolean clip) { in testDot()
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()
Dfloat16_gen.c111 half h = *(half *) &s; in half2float() local
117 half h = (half) f; in float2half() local
/cts/apps/CameraITS/tests/scene4/
Dtest_aspect_ratio_and_crop.py138 def _is_checked_aspect_ratio(first_api_level, w, h): argument
317 def _check_fov(circle, ref_fov, w, h, first_api_level): argument
330 def _check_ar(circle, ar_gt, w, h, fmt_iter, fmt_cmpr): argument
358 def _check_crop(circle, cc_gt, w, h, fmt_iter, fmt_cmpr, crop_thresh_factor): argument
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerSpoofingTest.java85 final Handler h = new Handler(Looper.getMainLooper()); in testSpoofingLauncher() local
/cts/tests/tests/media/src/android/media/cts/
DEncodeVirtualDisplayWithCompositionTestImpl.java143 final int w, final int h, final boolean runRemotely, final boolean multipleWindows) in runTestRenderingInSeparateThread()
150 final int w, final int h, final boolean runRemotely, final boolean multipleWindows, in runTestRenderingInSeparateThread()
173 private void doTestRenderingOutput(final Context context, String mimeType, int w, int h, in doTestRenderingOutput()
317 private void renderColorAndCheckResult(Renderer renderer, int w, int h, in renderColorAndCheckResult()
343 private void renderRotationAndCheckResult(Renderer renderer, int w, int h, in renderRotationAndCheckResult()
369 private boolean checkRotatedFrameQuadrants(int w, int h, int degrees) { in checkRotatedFrameQuadrants()
404 private boolean checkSurfaceFrameColor(int w, int h, int color) { in checkSurfaceFrameColor()
521 Surface startEncoding(String mimeType, int w, int h, EncoderEventListener eventListener) { in startEncoding()
694 void startComposition(Surface surface, int w, int h, int numWindows) throws Exception { in startComposition()
974 public GlWindow(GlCompositor compositor, int blX, int blY, int w, int h) { in GlWindow()
[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()
DAudioPlaybackConfigurationTest.java197 final Handler h; in doTestCallbackMediaPlayer() local
272 final Handler h = new Handler(handlerThread.getLooper()); in testCallbackMediaPlayerRelease() local
390 final Handler h = new Handler(handlerThread.getLooper()); in testGetAudioDeviceInfoMediaPlayerStart() local
/cts/tests/tests/view/src/android/view/cts/util/
DDisplayUtils.java49 final int h = displayMetrics.heightPixels; in isCloseToSquareDisplay() local
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DTransitionDrawableTest.java212 private void verifyColorFillRect(Bitmap bmp, int x, int y, int w, int h, int color) { in verifyColorFillRect()
220 private void verifyColorNotFillRect(Bitmap bmp, int x, int y, int w, int h, int color) { in verifyColorNotFillRect()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
DCameraFormatsActivity.java528 Handler h = new Handler(); in startPreview() local
738 int h = mPreviewSize.height; in onPreviewFrame() local
775 int h = mPreviewSize.height; in convertFromUnknown() local
803 int h = mPreviewSize.height; in convertFromNV21() local
846 int h = mPreviewSize.height; in convertFromYV12() local
895 int h = mPreviewSize.height; in convertFromYUY2() local
/cts/hostsidetests/theme/src/android/theme/cts/
DComparisonTask.java93 final int h = generated.getHeight(); in checkNeighbors() local
132 final int h = generated.getHeight(); in compare() local
/cts/tests/tests/media/libmediandkjni/
Dnative_media_decoder_source.cpp60 int32_t w, int32_t h, int32_t colorFormat, float fps, bool looping, in createDecoderSource()
70 int32_t w, int32_t h, int32_t colorFormat, float fps, bool looping, bool regulate) in DecoderSource()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaPerfUtils.java150 String name, String mime, int w, int h, double... measuredFps) { in verifyAchievableFrameRates()
189 String name, String mime, int w, int h, double... requestedFps) { in areAchievableFrameRates()
/cts/tests/video/src/android/video/cts/
DCodecInfo.java58 String codecName, String mimeType, int w, int h, int maxFps) { in getSupportedFormatInfo()
/cts/tests/tests/view/src/android/view/cts/
DGravityTest.java54 private void applyGravity(int gravity, int w, int h, boolean bRtl) { in applyGravity()
/cts/apps/CameraITS/tests/sensor_fusion/
Dtest_sensor_fusion.py94 def _collect_data(cam, fps, w, h, test_length, rot_rig, chart_dist, log_path): argument
292 def _get_cam_rotations(frames, facing, h, log_path): 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/widget/src/android/widget/cts/
DTableLayout_LayoutParamsTest.java219 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()
DRSResizeTest.java34 native boolean resizeTest(String path, int w, int h, float scaleX, float scaleY, in resizeTest()
37 …private void testResize(int w, int h, Element.DataType dt, int vecSize, float scaleX, float scaleY… in testResize()
81 resizeTest(this.getContext().getCacheDir().toString().toString(), w, h, scaleX, scaleY, in testResize() local
/cts/tests/app/app/src/android/app/stubs/
DOrientationTestUtils.java87 final int h = displayInfo.logicalHeight; in isCloseToSquareDisplay() local

1234