Home
last modified time | relevance | path

Searched defs:decoderName (Results 1 – 25 of 28) sorted by relevance

12

/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DDecodeAccuracyTest.java153 private String decoderName; field in DecodeAccuracyTest
157 public DecodeAccuracyTest(String decoderName, String fileName, String testName) { in DecodeAccuracyTest()
262 private void runTest(VideoViewFactory videoViewFactory, VideoFormat vf, String decoderName) { in runTest()
296 String decoderName) { in decodeVideo()
305 String decoderName) { in validateResult()
DDecoderTestXheAac.java640 String effectTypeName, int nCh, int aggressiveDrc, String decoderName) in checkUsacDrcEffectType()
690 String decoderName) throws Exception in checkUsacStreamSwitching()
713 private void checkUsacSamplingRate(int testinput, String decoderName) throws Exception { in checkUsacSamplingRate()
740 private void checkUsacSamplingRateWoLoudness(int testinput, String decoderName) throws Exception in checkUsacSamplingRateWoLoudness()
761 private void checkUsacDrcAlbumMode(int testinput, String decoderName) throws Exception { in checkUsacDrcAlbumMode()
792 int nCh, String decoderName) throws Exception { in checkUsacDrcBoostAndAttenuation()
832 …private void checkUsacDrcLoudnessPreference(int testInput, float normFactor, String decoderName) t… in checkUsacDrcLoudnessPreference()
857 int expectedOutputLoudness, String decoderName) throws Exception { in checkUsacDrcOutputLoudness()
869 private void checkUsacSyncSampleSeeking(int testInput, String decoderName) throws Exception { in checkUsacSyncSampleSeeking()
DDecoderTestAacDrc.java426 String decoderName) throws Exception { in checkUsacLoudness()
481 …int testInput, int decoderTargetLevel, int expectedOutputLoudness, String decoderName) throws Exce… in checkAacDrcOutputLoudness()
537 List<Long> timestamps, DrcParams drcParams, String decoderName, boolean runtimeChange, in decodeToMemory()
743 int eossample, List<Long> timestamps, DrcParams drcParams, String decoderName) in decodeToMemory()
752 int eossample, List<Long> timestamps, DrcParams drcParams, String decoderName, in decodeToMemory()
DDecoderTestAacFormat.java154 private void decodeUpdateFormat(String decoderName, final String testInput, in decodeUpdateFormat()
DDecoderConformanceTest.java174 private Status decodeTestVector(String mime, String decoderName, String vectorName) in decodeTestVector()
DDecoderLowLatencyTest.java74 String decoderName) { in DecoderLowLatencyTest()
DVideoDecoderPerfTest.java417 private void perf(final String decoderName, final String[] resources) throws Exception { in perf()
/cts/tests/video/src/android/video/cts/
DCodecDecoderPerformanceTest.java41 public CodecDecoderPerformanceTest(String decoderName, String testFile, int keyPriority, in CodecDecoderPerformanceTest()
DCodecDecoderPerformanceTestBase.java41 public CodecDecoderPerformanceTestBase(String decoderName, String testFile, int keyPriority, in CodecDecoderPerformanceTestBase()
DCodecEncoderPerformanceTest.java51 public CodecEncoderPerformanceTest(String decoderName, String testFile, String encoderMime, in CodecEncoderPerformanceTest()
DCodecEncoderPerformanceTestBase.java73 public CodecEncoderPerformanceTestBase(String decoderName, String testFile, String encoderMime, in CodecEncoderPerformanceTestBase()
DCodecPerformanceTestBase.java136 public CodecPerformanceTestBase(String decoderName, String testFile, int keyPriority, in CodecPerformanceTestBase()
/cts/tests/media/src/android/mediav2/cts/
DDecoderColorAspectsTest.java67 public DecoderColorAspectsTest(String decoderName, String mediaType, String testFile, int range, in DecoderColorAspectsTest()
DCodecEncoderSurfaceTest.java279 String decoderName = (String) arg[2]; in input() local
/cts/tests/mediapc/src/android/mediapc/cts/
DAdaptivePlaybackFrameDropTest.java44 public AdaptivePlaybackFrameDropTest(String mediaType, String decoderName, boolean isAsync) { in AdaptivePlaybackFrameDropTest()
DFrameDropTest.java43 public FrameDropTest(String mediaType, String decoderName, boolean isAsync) { in FrameDropTest()
DMultiDecoderPerfTest.java57 public MultiDecoderPerfTest(String mediaType, String decoderName, boolean isAsync) { in MultiDecoderPerfTest()
DAudioPlaybackLoad.java40 AudioPlaybackLoad(String mediaType, String testFile, String decoderName, in AudioPlaybackLoad()
DCodecTranscoderTestBase.java403 Transcode(String mediaType, String testFile, String decoderName, String encoderName, in Transcode()
470 TranscodeLoad(String mediaType, String testFile, String decoderName, String encoderName, in TranscodeLoad()
DPlaybackFrameDrop.java134 PlaybackFrameDrop(String mediaType, String decoderName, String[] testFiles, Surface surface, in PlaybackFrameDrop()
DCodecTestBase.java933 Decode(String mediaType, String testFile, String decoderName, boolean isAsync) { in Decode()
937 Decode(String mediaType, String testFile, String decoderName, boolean isAsync, in Decode()
1022 DecodeToSurface(String mediaType, String testFile, String decoderName, Surface surface, in DecodeToSurface()
DFrameDropTestBase.java160 public FrameDropTestBase(String mediaType, String decoderName, boolean isAsync) { in FrameDropTestBase()
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DEncodeVirtualDisplayWithCompositionTestImpl.java146 final int degrees, final String decoderName) throws Throwable { in runTestRenderingInSeparateThread()
170 String decoderName) throws Throwable { in doTestRenderingOutput()
1491 String mimeType, int w, int h, int bitRate, String decoderName) { in isConcurrentEncodingDecodingSupported()
/cts/tests/videocodec/src/android/videocodec/cts/
DVideoDecodeEditEncodeTest.java423 String decoderName = decoders.get(0); in editVideoFile() local
/cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/
DMediaBitstreamsTest.java426 String decoderName = lines[i++]; in parse() local

12