Home
last modified time | relevance | path

Searched defs:decodeToMemory (Results 1 – 3 of 3) sorted by relevance

/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
391 public void decodeToMemory(String file, String decoder, long pts, int mode, int frameLimit) in decodeToMemory() method in CodecDecoderTestBase
396 public void decodeToMemory(ByteBuffer buffer, ArrayList<MediaCodec.BufferInfo> list, in decodeToMemory() method in CodecDecoderTestBase
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DDecoderTestAacDrc.java536 private short[] decodeToMemory(AudioParameter audioParams, int testinput, int eossample, in decodeToMemory() method in DecoderTestAacDrc
742 private short[] decodeToMemory(AudioParameter audioParams, int testinput, in decodeToMemory() method in DecoderTestAacDrc
751 private short[] decodeToMemory(AudioParameter audioParams, int testinput, in decodeToMemory() method in DecoderTestAacDrc
/cts/tests/media/jni/
DNativeCodecDecoderTestCommon.cpp337 bool CodecDecoderTest::decodeToMemory(const char* decoder, AMediaFormat* format, int frameLimit, in decodeToMemory() function in CodecDecoderTest