Searched refs:VideoFormat (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/ |
D | DecodeAccuracyTest.java | 225 runTest(new GLSurfaceViewFactory(), new VideoFormat(fileName), decoderName); in testGLViewDecodeAccuracy() 231 runTest(new GLSurfaceViewFactory(), getLargerHeightVideoFormat(new VideoFormat(fileName)), in testGLViewLargerHeightDecodeAccuracy() 238 runTest(new GLSurfaceViewFactory(), getLargerWidthVideoFormat(new VideoFormat(fileName)), in testGLViewLargerWidthDecodeAccuracy() 245 runTest(new SurfaceViewFactory(), new VideoFormat(fileName), decoderName); in testSurfaceViewVideoDecodeAccuracy() 251 runTest(new SurfaceViewFactory(), getLargerHeightVideoFormat(new VideoFormat(fileName)), in testSurfaceViewLargerHeightDecodeAccuracy() 258 runTest(new SurfaceViewFactory(), getLargerWidthVideoFormat(new VideoFormat(fileName)), in testSurfaceViewLargerWidthDecodeAccuracy() 262 private void runTest(VideoViewFactory videoViewFactory, VideoFormat vf, String decoderName) { in runTest() 295 private void decodeVideo(VideoFormat videoFormat, VideoViewFactory videoViewFactory, in decodeVideo() 304 VideoFormat videoFormat, VideoViewSnapshot videoViewSnapshot, int goldenId, in validateResult() 348 private static VideoFormat getLargerHeightVideoFormat(VideoFormat videoFormat) { in getLargerHeightVideoFormat() [all …]
|
D | DecodeAccuracyTestBase.java | 181 Surface surface, VideoFormat videoFormat, int numOfTotalFrames, long msPerFrameCap, in decodeVideoFrames() 203 Surface surface, VideoFormat videoFormat, int numOfTotalFrames) { in decodeVideoFrames() 211 private boolean prepareVideoDecode(VideoFormat videoFormat) { in prepareVideoDecode() 226 private MediaFormat prepareExtractor(VideoFormat videoFormat) { in prepareExtractor() 367 private boolean setExtractorDataSource(VideoFormat videoFormat) { in setExtractorDataSource() 479 private static void configureVideoFormat(MediaFormat mediaFormat, VideoFormat videoFormat) { in configureVideoFormat() 1578 class VideoFormat { class 1592 public VideoFormat(String filename) { in VideoFormat() method in VideoFormat 1596 public VideoFormat(VideoFormat videoFormat) { in VideoFormat() method in VideoFormat 1704 private String codec = VideoFormat.STRING_UNSET; [all …]
|