Home
last modified time | relevance | path

Searched refs:decodeToMemory (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DDecoderTestAacDrc.java75 short[] decSamples = decodeToMemory(decParams, R.raw.sine_2ch_48khz_aot5_drclevel_mp4, in testDecodeAacDrcLevelM4a()
88 short[] decSamples = decodeToMemory(decParams, R.raw.sine_2ch_48khz_aot5_drcfull_mp4, in testDecodeAacDrcFullM4a()
103 short[] decSamples = decodeToMemory(decParams, R.raw.sine_2ch_48khz_aot2_drchalf_mp4, in testDecodeAacDrcHalfM4a()
118 short[] decSamples = decodeToMemory(decParams, R.raw.sine_2ch_48khz_aot5_drcoff_mp4, in testDecodeAacDrcOffM4a()
133 short[] decSamples = decodeToMemory(decParams, R.raw.sine_2ch_48khz_aot2_drcheavy_mp4, in testDecodeAacDrcHeavyM4a()
146 short[] decSamples = decodeToMemory(decParams, R.raw.sine_2ch_48khz_aot5_drcclip_mp4, in testDecodeAacDrcClipM4a()
160 short[] decSamples = decodeToMemory(decParams, R.raw.sine_2ch_48khz_aot2_internalclip_mp4, in testDecodeAacInternalClipM4a()
437 short[] decSamples_def = decodeToMemory(decParams, in checkUsacLoudness()
440 short[] decSamples_test = decodeToMemory(decParams, in checkUsacLoudness()
488 short[] decSamples_test = decodeToMemory(decParams, testInput, -1, null, in checkAacDrcOutputLoudness()
[all …]
DDecoderTestXheAac.java635 short[] decSamples_def = decodeToMemory(decParams, testinput, in checkUsacDrcEffectType()
637 short[] decSamples_test = decodeToMemory(decParams, testinput, in checkUsacDrcEffectType()
669 short[] decSamples = decodeToMemory(decParams, testinput, in checkUsacStreamSwitching()
691 short[] decSamples_def = decodeToMemory(decParams, testinput, in checkUsacSamplingRate()
693 short[] decSamples_test = decodeToMemory(decParams, testinput, in checkUsacSamplingRate()
718 short[] decSamples = decodeToMemory(decParams, testinput, -1, null, drcParams, decoderName); in checkUsacSamplingRateWoLoudness()
740 short[] decSamples_album_off = decodeToMemory( in checkUsacDrcAlbumMode()
742 short[] decSamples_album_on = decodeToMemory( in checkUsacDrcAlbumMode()
778 short[] decSamples_def = decodeToMemory(decParams, testinput, -1, null, in checkUsacDrcBoostAndAttenuation()
780 short[] decSamples_test = decodeToMemory(decParams, testinput, -1, null, in checkUsacDrcBoostAndAttenuation()
[all …]
/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderTest.java306 decodeToMemory(mTestFile, mCodecName, pts, mode, Integer.MAX_VALUE); in testFlush()
428 decodeToMemory(mTestFile, mCodecName, startTs, mode, Integer.MAX_VALUE); in testReconfigure()
430 decodeToMemory(mReconfigFile, mCodecName, seekTs, mode, Integer.MAX_VALUE); in testReconfigure()
752 decodeToMemory(mTestFile, mCodecName, 0, MediaExtractor.SEEK_TO_CLOSEST_SYNC, in testDecodePartialFrame()
DCodecDecoderValidationTest.java488 decodeToMemory(file, mCodecName, 0, mode, Integer.MAX_VALUE); in testDecodeAndValidate()
DCodecTestBase.java1327 void decodeToMemory(String file, String decoder, long pts, int mode, int frameLimit) in decodeToMemory() method in CodecDecoderTestBase
DExtractorTest.java1374 cdtb.decodeToMemory(mRefFile, listOfDecoders.get(0), 0,
/cts/tests/media/jni/
DNativeCodecDecoderTest.cpp54 bool decodeToMemory(const char* decoder, AMediaFormat* format, int frameLimit,
279 bool CodecDecoderTest::decodeToMemory(const char* decoder, AMediaFormat* format, int frameLimit, in decodeToMemory() function in CodecDecoderTest
418 if (!decodeToMemory(decoder, mInpDecFormat, INT32_MAX, ref, pts, mode)) { in testFlush()