Home
last modified time | relevance | path

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

/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DDecoderTestAacDrc.java74 short[] decSamples = decodeToMemory(decParams, R.raw.sine_2ch_48khz_aot5_drclevel_mp4, in testDecodeAacDrcLevelM4a()
87 short[] decSamples = decodeToMemory(decParams, R.raw.sine_2ch_48khz_aot5_drcfull_mp4, in testDecodeAacDrcFullM4a()
102 short[] decSamples = decodeToMemory(decParams, R.raw.sine_2ch_48khz_aot2_drchalf_mp4, in testDecodeAacDrcHalfM4a()
117 short[] decSamples = decodeToMemory(decParams, R.raw.sine_2ch_48khz_aot5_drcoff_mp4, in testDecodeAacDrcOffM4a()
132 short[] decSamples = decodeToMemory(decParams, R.raw.sine_2ch_48khz_aot2_drcheavy_mp4, in testDecodeAacDrcHeavyM4a()
145 short[] decSamples = decodeToMemory(decParams, R.raw.sine_2ch_48khz_aot5_drcclip_mp4, in testDecodeAacDrcClipM4a()
159 short[] decSamples = decodeToMemory(decParams, R.raw.sine_2ch_48khz_aot2_internalclip_mp4, in testDecodeAacInternalClipM4a()
436 short[] decSamples_def = decodeToMemory(decParams, in checkUsacLoudness()
439 short[] decSamples_test = decodeToMemory(decParams, in checkUsacLoudness()
487 short[] decSamples_test = decodeToMemory(decParams, testInput, -1, null, in checkAacDrcOutputLoudness()
[all …]
DDecoderTestXheAac.java662 short[] decSamples_def = decodeToMemory(decParams, testinput, in checkUsacDrcEffectType()
664 short[] decSamples_test = decodeToMemory(decParams, testinput, in checkUsacDrcEffectType()
696 short[] decSamples = decodeToMemory(decParams, testinput, in checkUsacStreamSwitching()
718 short[] decSamples_def = decodeToMemory(decParams, testinput, in checkUsacSamplingRate()
720 short[] decSamples_test = decodeToMemory(decParams, testinput, in checkUsacSamplingRate()
745 short[] decSamples = decodeToMemory(decParams, testinput, -1, null, drcParams, decoderName); in checkUsacSamplingRateWoLoudness()
767 short[] decSamples_album_off = decodeToMemory( in checkUsacDrcAlbumMode()
769 short[] decSamples_album_on = decodeToMemory( in checkUsacDrcAlbumMode()
805 short[] decSamples_def = decodeToMemory(decParams, testinput, -1, null, in checkUsacDrcBoostAndAttenuation()
807 short[] decSamples_test = decodeToMemory(decParams, testinput, -1, null, in checkUsacDrcBoostAndAttenuation()
[all …]
DDecoderTest.java448 decodeToMemory(codecName, "sinesweep51m4a.m4a", RESET_MODE_NONE, CONFIG_MODE_NONE, -1, in testDecode51M4a()
456 decodeToMemory(codecName, res, RESET_MODE_NONE, CONFIG_MODE_NONE, -1, timestamps); in testTimeStampOrdering()
1061 short[] decSamples = decodeToMemory(codecName, decParams, in testDecodeAacLcMcM4a()
1067 decSamples = decodeToMemory(codecName, decParams, "noise_5ch_44khz_aot2_mp4.m4a", in testDecodeAacLcMcM4a()
1095 short[] decSamples = decodeToMemory(codecName, decParams, in testDecodeHeAacM4a()
1117 short[] decSamples = decodeToMemory(codecName, decParams, in testDecodeHeAacMcM4a()
1139 short[] decSamples = decodeToMemory(codecName, decParams, sample, in testDecodeHeAacV2M4a()
1184 short[] decSamples = decodeToMemory(codecName, decParams, in testDecodeAacEldM4a()
1434 short[] decoded = decodeToMemory(codecName, decParams, testinput,
1445 short [] mono = decodeToMemory(codecName, res,
[all …]
/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderBlockModelMultiAccessUnitTest.java123 cdtb.decodeToMemory(mTestFile, mCodecName, 0, MediaExtractor.SEEK_TO_CLOSEST_SYNC, in testSimpleDecode()
130 cdbmtb.decodeToMemory(mTestFile, mCodecName, test, 0, in testSimpleDecode()
209 cdtb.decodeToMemory(mTestFile, mCodecName, pts, MediaExtractor.SEEK_TO_CLOSEST_SYNC, in testFlush()
312 cdtbA.decodeToMemory(mTestFile, mCodecName, 0, MediaExtractor.SEEK_TO_CLOSEST_SYNC, in testReconfigure()
319 cdtbB.decodeToMemory(mReconfigFile, mCodecName, 0, MediaExtractor.SEEK_TO_CLOSEST_SYNC, in testReconfigure()
DCodecDecoderMultiAccessUnitTest.java203 cdtb.decodeToMemory(mTestFile, mCodecName, 0, MediaExtractor.SEEK_TO_CLOSEST_SYNC, in testSimpleDecode()
289 cdtb.decodeToMemory(mTestFile, mCodecName, pts, MediaExtractor.SEEK_TO_CLOSEST_SYNC, in testFlush()
403 cdtb1.decodeToMemory(mTestFile, mCodecName, 0, MediaExtractor.SEEK_TO_CLOSEST_SYNC, in testReconfigure()
410 cdtb2.decodeToMemory(mReconfigFile, mCodecName, pts, MediaExtractor.SEEK_TO_CLOSEST_SYNC, in testReconfigure()
DCodecDecoderTest.java425 cdbmtb.decodeToMemory(mTestFile, mCodecName, test, 0, in testSimpleDecode()
485 decodeToMemory(mTestFile, mCodecName, pts, mode, Integer.MAX_VALUE); in testFlush()
632 decodeToMemory(mTestFile, mCodecName, startTs, mode, Integer.MAX_VALUE); in testReconfigure()
634 decodeToMemory(mReconfigFile, mCodecName, seekTs, mode, Integer.MAX_VALUE); in testReconfigure()
905 decodeToMemory(mTestFile, mCodecName, 0, MediaExtractor.SEEK_TO_CLOSEST_SYNC, in testDecodePartialFrame()
DAudioEncoderTest.java172 cdtb.decodeToMemory(mOutputBuff.getBuffer(), mInfoList, mOutFormat, listOfDecoders.get(0)); in encodeAndValidate()
DExtractorTest.java1416 cdtb.decodeToMemory(MEDIA_DIR + mRefFile, listOfDecoders.get(0), 0,
/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/
DCodecDecoderDrmTest.java122 cddrmtb.decodeToMemory(mTestFile, mCodecName, 0, MediaExtractor.SEEK_TO_CLOSEST_SYNC, in testSimpleDecode()
133 cdbmdrmtb.decodeToMemory(mTestFile, mCodecName, test, 0, in testSimpleDecode()
DCodecDecoderMultiAccessUnitDrmTest.java137 cddrmtb.decodeToMemory(mTestFile, mCodecName, 0, MediaExtractor.SEEK_TO_CLOSEST_SYNC, in testSimpleDecode()
DCodecDecoderBlockModelMultiAccessUnitDrmTest.java141 codecDecoderBlockModelDrmtb.decodeToMemory(mTestFile, mCodecName, 0, in testSimpleDecode()
/cts/tests/media/common/src/android/mediav2/common/cts/
DCodecDecoderTestBase.java367 public void decodeToMemory(String file, String decoder, OutputManager outputBuff, long pts, in decodeToMemory() method in CodecDecoderTestBase
386 public void decodeToMemory(String file, String decoder, OutputManager outputBuff, long pts, in decodeToMemory() method in CodecDecoderTestBase
388 decodeToMemory(file, decoder, outputBuff, pts, mode, frameLimit, false, true); in decodeToMemory()
391 public void decodeToMemory(String file, String decoder, long pts, int mode, int frameLimit) in decodeToMemory() method in CodecDecoderTestBase
393 decodeToMemory(file, decoder, new OutputManager(), pts, mode, frameLimit); in decodeToMemory()
396 public void decodeToMemory(ByteBuffer buffer, ArrayList<MediaCodec.BufferInfo> list, in decodeToMemory() method in CodecDecoderTestBase
DDecodeStreamToYuv.java91 decodeToMemory(mStreamBuffer, mStreamBufferInfos, mStreamFormat, mCodecName); in getDecodedYuv()
93 decodeToMemory(mTestFile, mCodecName, 0, MediaExtractor.SEEK_TO_CLOSEST_SYNC, in getDecodedYuv()
DCompareStreams.java350 decodeToMemory(mStreamBuffer, mStreamBufferInfos, mStreamFormat, mCodecName); in generateErrorStats()
352 decodeToMemory(mTestFile, mCodecName, 0, MediaExtractor.SEEK_TO_CLOSEST_SYNC, in generateErrorStats()
/cts/tests/videocodec/src/android/videocodec/cts/
DVideoDecoderValidationTest.java102 decodeToMemory(mTestFile, mCodecName, 0, MediaExtractor.SEEK_TO_CLOSEST_SYNC, in testDecodeAndValidate()
/cts/tests/media/jni/
DNativeCodecDecoderTestCommon.cpp58 bool decodeToMemory(const char* decoder, AMediaFormat* format, int frameLimit,
337 bool CodecDecoderTest::decodeToMemory(const char* decoder, AMediaFormat* format, int frameLimit, in decodeToMemory() function in CodecDecoderTest
436 RETURN_IF_FALSE(decodeToMemory(decoder, mInpDecFormat, INT32_MAX, ref, pts, mode), in testFlush()