Home
last modified time | relevance | path

Searched refs:video (Results 1 – 16 of 16) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DMediaPlayerFlakyNetworkTest.java101 for (String video : TEST_VIDEOS) { in getSupportedVideos()
102 if (MediaUtils.hasCodecsForPath(mContext, "android.resource://" + PKG + "/" + video)) { in getSupportedVideos()
103 supported.add(video); in getSupportedVideos()
119 String video = getRandomTestVideo(random, supported); in doPlayStreams() local
120 doPlayMp4Stream(video, 20000, 5000); in doPlayStreams()
121 doAsyncPrepareAndRelease(video); in doPlayStreams()
122 doRandomOperations(video); in doPlayStreams()
132 private void doPlayMp4Stream(String video, int millisToPrepare, int millisToPlay) in doPlayMp4Stream() argument
135 localHttpStreamTest(video); in doPlayMp4Stream()
148 private void doAsyncPrepareAndRelease(String video) throws Throwable { in doAsyncPrepareAndRelease() argument
[all …]
DMediaSyncTest.java397 final boolean video, in playAV() argument
399 playAV(inputResourceId, lastBufferTimestampMs, audio, video, timeOutMs, 1.0f); in playAV()
413 final boolean video, in playAV() argument
426 audio, video, playbackRate, state)); in playAV()
471 boolean video, in runPlayAV() argument
479 if (video) { in runPlayAV()
529 if (video) { in runPlayAV()
DImageReaderDecoderTest.java247 int video = asset.getResource(); in videoDecode() local
265 vidFD = mResources.openRawResourceFd(video); in videoDecode()
272 is = mResources.openRawResource(video); in videoDecode()
302 + mResources.getResourceEntryName(video) + ": " + mediaFormat, e); in videoDecode()
DVideoDecoderPerfTest.java112 String name, int video, int w, int h, Surface surface, int round, long maxTimeMs) in doDecode() argument
114 AssetFileDescriptor testFd = mResources.openRawResourceFd(video); in doDecode()
273 log.addValue("video_res", video, ResultType.NEUTRAL, ResultUnit.NONE); in doDecode()
DDecoderTest.java2011 private void testCodecResets(int video, Surface s) throws Exception {
2012 if (!MediaUtils.checkCodecForResource(mContext, video, 0 /* track */)) {
2016 int frames1 = countFrames(video, RESET_MODE_NONE, -1 /* eosframe */, s);
2017 int frames2 = countFrames(video, RESET_MODE_RECONFIGURE, -1 /* eosframe */, s);
2018 int frames3 = countFrames(video, RESET_MODE_FLUSH, -1 /* eosframe */, s);
2073 private int countFrames(int video, int resetMode, int eosframe, Surface s)
2075 AssetFileDescriptor testFd = mResources.openRawResourceFd(video);
DAdaptivePlaybackTest.java1304 public static Media read(Context context, int video, int numFrames)
1307 AssetFileDescriptor testFd = context.getResources().openRawResourceFd(video);
/cts/tests/tests/media/res/raw/
Dfootball_qvga_desc.txt1 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/
DProjectionVideoActivity.java17 package com.android.cts.verifier.projection.video;
DVideoPresentation.java17 package com.android.cts.verifier.projection.video;
/cts/tests/video/src/android/video/cts/
DCodecInfo.java17 package android.video.cts;
DVideoEncoderDecoderTest.java17 package android.video.cts;
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/
DProjectionService.java36 import com.android.cts.verifier.projection.video.VideoPresentation;
/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
DStorageStatsTest.java177 final File video = new File(downloadsDir, System.nanoTime() + ".MP4"); in testVerifyStatsExternal() local
183 useWrite(video, 3 * MB_IN_BYTES); in testVerifyStatsExternal()
196 video.renameTo(new File(dir, System.nanoTime() + ".PnG")); in testVerifyStatsExternal()
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DMediaRecorderStressTest.java391 File video = new File(filename); in removeRecodedVideo() local
393 video.delete(); in removeRecodedVideo()
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
DCameraVideoActivity.java16 package com.android.cts.verifier.camera.video;