Home
last modified time | relevance | path

Searched refs:VideoFormat (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DDecodeAccuracyTest.java188 runTest(new GLSurfaceViewFactory(), new VideoFormat(fileName)); in testGLViewDecodeAccuracy()
194 runTest(new GLSurfaceViewFactory(), getLargerHeightVideoFormat(new VideoFormat(fileName))); in testGLViewLargerHeightDecodeAccuracy()
200 runTest(new GLSurfaceViewFactory(), getLargerWidthVideoFormat(new VideoFormat(fileName))); in testGLViewLargerWidthDecodeAccuracy()
206 runTest(new SurfaceViewFactory(), new VideoFormat(fileName)); in testSurfaceViewVideoDecodeAccuracy()
212 runTest(new SurfaceViewFactory(), getLargerHeightVideoFormat(new VideoFormat(fileName))); in testSurfaceViewLargerHeightDecodeAccuracy()
218 runTest(new SurfaceViewFactory(), getLargerWidthVideoFormat(new VideoFormat(fileName))); in testSurfaceViewLargerWidthDecodeAccuracy()
221 private void runTest(VideoViewFactory videoViewFactory, VideoFormat vf) { in runTest()
254 private void decodeVideo(VideoFormat videoFormat, VideoViewFactory videoViewFactory) { in decodeVideo()
262 VideoFormat videoFormat, VideoViewSnapshot videoViewSnapshot, int goldenId) { in validateResult()
294 private static VideoFormat getLargerHeightVideoFormat(VideoFormat videoFormat) { in getLargerHeightVideoFormat()
[all …]
DDecodeAccuracyTestBase.java180 Surface surface, VideoFormat videoFormat, int numOfTotalFrames, long msPerFrameCap, in decodeVideoFrames()
202 Surface surface, VideoFormat videoFormat, int numOfTotalFrames) { in decodeVideoFrames()
210 private boolean prepareVideoDecode(VideoFormat videoFormat) { in prepareVideoDecode()
223 private MediaFormat prepareExtractor(VideoFormat videoFormat) { in prepareExtractor()
364 private boolean setExtractorDataSource(VideoFormat videoFormat) { in setExtractorDataSource()
476 private static void configureVideoFormat(MediaFormat mediaFormat, VideoFormat videoFormat) { in configureVideoFormat()
1559 class VideoFormat { class
1573 public VideoFormat(String filename) { in VideoFormat() method in VideoFormat
1577 public VideoFormat(VideoFormat videoFormat) { in VideoFormat() method in VideoFormat
1685 private String codec = VideoFormat.STRING_UNSET;
[all …]