/cts/tests/tests/media/src/android/media/cts/ |
D | MediaPlayerFlakyNetworkTest.java | 104 for (String video : TEST_VIDEOS) { in getSupportedVideos() 105 if (MediaUtils.hasCodecsForPath(mContext, "android.resource://" + PKG + "/" + video)) { in getSupportedVideos() 106 supported.add(video); in getSupportedVideos() 122 String video = getRandomTestVideo(random, supported); in doPlayStreams() local 123 doPlayMp4Stream(video, 20000, 5000); in doPlayStreams() 124 doAsyncPrepareAndRelease(video); in doPlayStreams() 125 doRandomOperations(video); in doPlayStreams() 135 private void doPlayMp4Stream(String video, int millisToPrepare, int millisToPlay) in doPlayMp4Stream() argument 138 localHttpStreamTest(video); in doPlayMp4Stream() 151 private void doAsyncPrepareAndRelease(String video) throws Throwable { in doAsyncPrepareAndRelease() argument [all …]
|
D | MediaSyncTest.java | 399 final boolean video, in playAV() argument 401 playAV(inputResourceId, lastBufferTimestampMs, audio, video, timeOutMs, 1.0f); in playAV() 415 final boolean video, in playAV() argument 428 audio, video, playbackRate, state)); in playAV() 473 boolean video, in runPlayAV() argument 481 if (video) { in runPlayAV() 531 if (video) { in runPlayAV()
|
D | .goutputstream-9KZYJZ | 93 // Streaming RTSP video from YouTube 95 playVideoTest("rtsp://v2.cache7.c.youtube.com/video.3gp?cid=0x271de9756065677e" 99 playVideoTest("rtsp://v2.cache7.c.youtube.com/video.3gp?cid=0xc80658495af60617" 104 playVideoTest("rtsp://v2.cache7.c.youtube.com/video.3gp?cid=0x271de9756065677e" 108 playVideoTest("rtsp://v2.cache7.c.youtube.com/video.3gp?cid=0xc80658495af60617" 113 playVideoTest("rtsp://v2.cache7.c.youtube.com/video.3gp?cid=0x271de9756065677e" 117 playVideoTest("rtsp://v2.cache7.c.youtube.com/video.3gp?cid=0xc80658495af60617" 121 // Streaming HTTP video from YouTube 196 // Streaming HLS video from YouTube 586 Log.d(TAG, "Device doesn't have video codec, skipping test");
|
D | ImageReaderDecoderTest.java | 250 int video = asset.getResource(); in videoDecode() local 268 vidFD = mResources.openRawResourceFd(video); in videoDecode() 275 is = mResources.openRawResource(video); in videoDecode() 305 + mResources.getResourceEntryName(video) + ": " + mediaFormat, e); in videoDecode()
|
D | VideoDecoderPerfTest.java | 154 String name, int video, int w, int h, Surface surface, int round, long maxTimeMs) in doDecode() argument 156 AssetFileDescriptor testFd = mResources.openRawResourceFd(video); in doDecode() 315 log.addValue("video_res", video, ResultType.NEUTRAL, ResultUnit.NONE); in doDecode()
|
D | DecoderTest.java | 2391 private void testCodecResets(int video, Surface s) throws Exception { 2392 if (!MediaUtils.checkCodecForResource(mContext, video, 0 /* track */)) { 2396 int frames1 = countFrames(video, RESET_MODE_NONE, -1 /* eosframe */, s); 2397 int frames2 = countFrames(video, RESET_MODE_RECONFIGURE, -1 /* eosframe */, s); 2398 int frames3 = countFrames(video, RESET_MODE_FLUSH, -1 /* eosframe */, s); 2449 private int countFrames(int video, int resetMode, int eosframe, Surface s) 2451 AssetFileDescriptor testFd = mResources.openRawResourceFd(video);
|
D | AdaptivePlaybackTest.java | 1346 public static Media read(Context context, int video, int numFrames) 1349 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/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/ |
D | StorageStatsTest.java | 178 final File video = new File(downloadsDir, System.nanoTime() + ".MP4"); in testVerifyStatsExternal() local 184 useWrite(video, 3 * MB_IN_BYTES); in testVerifyStatsExternal() 197 video.renameTo(new File(dir, System.nanoTime() + ".PnG")); in testVerifyStatsExternal()
|
/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/src/com/android/cts/verifier/camera/video/ |
D | CameraVideoActivity.java | 16 package com.android.cts.verifier.camera.video;
|