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.java181 runTest(new GLSurfaceViewFactory(), new VideoFormat(fileName)); in testGLViewDecodeAccuracy()
186 runTest(new GLSurfaceViewFactory(), getLargerHeightVideoFormat(new VideoFormat(fileName))); in testGLViewLargerHeightDecodeAccuracy()
191 runTest(new GLSurfaceViewFactory(), getLargerWidthVideoFormat(new VideoFormat(fileName))); in testGLViewLargerWidthDecodeAccuracy()
196 runTest(new SurfaceViewFactory(), new VideoFormat(fileName)); in testSurfaceViewVideoDecodeAccuracy()
201 runTest(new SurfaceViewFactory(), getLargerHeightVideoFormat(new VideoFormat(fileName))); in testSurfaceViewLargerHeightDecodeAccuracy()
206 runTest(new SurfaceViewFactory(), getLargerWidthVideoFormat(new VideoFormat(fileName))); in testSurfaceViewLargerWidthDecodeAccuracy()
209 private void runTest(VideoViewFactory videoViewFactory, VideoFormat vf) { in runTest()
242 private void decodeVideo(VideoFormat videoFormat, VideoViewFactory videoViewFactory) { in decodeVideo()
250 VideoFormat videoFormat, VideoViewSnapshot videoViewSnapshot, int goldenId) { in validateResult()
268 private static VideoFormat getLargerHeightVideoFormat(VideoFormat videoFormat) { in getLargerHeightVideoFormat()
[all …]
DDecodeAccuracyTestBase.java178 Surface surface, VideoFormat videoFormat, int numOfTotalFrames, long msPerFrameCap, in decodeVideoFrames()
200 Surface surface, VideoFormat videoFormat, int numOfTotalFrames) { in decodeVideoFrames()
208 private boolean prepareVideoDecode(VideoFormat videoFormat) { in prepareVideoDecode()
221 private MediaFormat prepareExtractor(VideoFormat videoFormat) { in prepareExtractor()
362 private boolean setExtractorDataSource(VideoFormat videoFormat) { in setExtractorDataSource()
474 private static void configureVideoFormat(MediaFormat mediaFormat, VideoFormat videoFormat) { in configureVideoFormat()
1557 class VideoFormat { class
1571 public VideoFormat(String filename) { in VideoFormat() method in VideoFormat
1575 public VideoFormat(VideoFormat videoFormat) { in VideoFormat() method in VideoFormat
1685 private String codec = VideoFormat.STRING_UNSET;
[all …]