/cts/tests/tests/media/src/android/media/cts/ |
D | MediaPlayerFlakyNetworkTest.java | 100 for (String video : TEST_VIDEOS) { in getSupportedVideos() 101 if (MediaUtils.hasCodecsForPath(mContext, "android.resource://" + PKG + "/" + video)) { in getSupportedVideos() 102 supported.add(video); in getSupportedVideos() 118 String video = getRandomTestVideo(random, supported); in doPlayStreams() local 119 doPlayMp4Stream(video, 20000, 5000); in doPlayStreams() 120 doAsyncPrepareAndRelease(video); in doPlayStreams() 121 doRandomOperations(video); in doPlayStreams() 131 private void doPlayMp4Stream(String video, int millisToPrepare, int millisToPlay) in doPlayMp4Stream() argument 134 localHttpStreamTest(video); in doPlayMp4Stream() 147 private void doAsyncPrepareAndRelease(String video) throws Throwable { in doAsyncPrepareAndRelease() argument [all …]
|
D | MediaSyncTest.java | 396 final boolean video, in playAV() argument 398 playAV(inputResourceId, lastBufferTimestampMs, audio, video, timeOutMs, 1.0f); in playAV() 412 final boolean video, in playAV() argument 425 audio, video, playbackRate, state)); in playAV() 470 boolean video, in runPlayAV() argument 478 if (video) { in runPlayAV() 528 if (video) { in runPlayAV()
|
D | DecoderTest.java | 1931 private void testCodecResets(int video, Surface s) throws Exception { 1932 if (!MediaUtils.checkCodecForResource(mContext, video, 0 /* track */)) { 1936 int frames1 = countFrames(video, RESET_MODE_NONE, -1 /* eosframe */, s); 1937 int frames2 = countFrames(video, RESET_MODE_RECONFIGURE, -1 /* eosframe */, s); 1938 int frames3 = countFrames(video, RESET_MODE_FLUSH, -1 /* eosframe */, s); 1993 private int countFrames(int video, int resetMode, int eosframe, Surface s) 1995 AssetFileDescriptor testFd = mResources.openRawResourceFd(video); 2772 private int video; 2776 public DecodeRunnable(int video) { 2777 this.video = video; [all …]
|
D | ImageReaderDecoderTest.java | 246 int video = asset.getResource(); in videoDecode() local 264 vidFD = mResources.openRawResourceFd(video); in videoDecode() 271 is = mResources.openRawResource(video); in videoDecode() 301 + mResources.getResourceEntryName(video) + ": " + mediaFormat, e); in videoDecode()
|
D | VideoDecoderPerfTest.java | 110 String name, int video, int w, int h, Surface surface, int round, long maxTimeMs) in doDecode() argument 112 AssetFileDescriptor testFd = mResources.openRawResourceFd(video); in doDecode() 249 log.addValue("video_res", video, ResultType.NEUTRAL, ResultUnit.NONE); in doDecode()
|
D | AdaptivePlaybackTest.java | 1302 public static Media read(Context context, int video, int numFrames) 1305 AssetFileDescriptor testFd = context.getResources().openRawResourceFd(video);
|
/cts/tests/tests/media/res/raw/ |
D | football_qvga_desc.txt | 1 Football_qvga.yuv contains 3 seconds of raw 320x240 yuv420 video @ 30 fps. 2 Extracted from http://media.xiph.org/video/derf/y4m/football_cif.y4m.
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/video/ |
D | ProjectionVideoActivity.java | 17 package com.android.cts.verifier.projection.video;
|
D | VideoPresentation.java | 17 package com.android.cts.verifier.projection.video;
|
/cts/tests/video/src/android/video/cts/ |
D | CodecInfo.java | 17 package android.video.cts;
|
D | VideoEncoderDecoderTest.java | 17 package android.video.cts;
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/ |
D | ProjectionService.java | 36 import com.android.cts.verifier.projection.video.VideoPresentation;
|
/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
D | MediaRecorderStressTest.java | 391 File video = new File(filename); in removeRecodedVideo() local 393 video.delete(); in removeRecodedVideo()
|
/cts/apps/CtsVerifier/libs/ |
D | opencv3-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/ |
D | CameraVideoActivity.java | 16 package com.android.cts.verifier.camera.video;
|