Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaPlayerFlakyNetworkTest.java100 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 …]
DMediaSyncTest.java396 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()
DDecoderTest.java1931 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 …]
DImageReaderDecoderTest.java246 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()
DVideoDecoderPerfTest.java110 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()
DAdaptivePlaybackTest.java1302 public static Media read(Context context, int video, int numFrames)
1305 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/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;