Searched defs:decodeToMemory (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/cts/tests/media/common/src/android/mediav2/common/cts/ |
H A D | CodecDecoderTestBase.java | 401 public void decodeToMemory(String file, String decoder, OutputManager outputBuff, in decodeToMemory() method in CodecDecoderTestBase 420 public void decodeToMemory(String file, String decoder, OutputManager outputBuff, long pts, in decodeToMemory() method in CodecDecoderTestBase 427 public void decodeToMemory(String file, String decoder, OutputManager outputBuff, long pts, in decodeToMemory() method in CodecDecoderTestBase 432 public void decodeToMemory(String file, String decoder, long pts, int mode, int frameLimit) in decodeToMemory() method in CodecDecoderTestBase 437 public void decodeToMemory(ByteBuffer buffer, ArrayList<MediaCodec.BufferInfo> list, in decodeToMemory() method in CodecDecoderTestBase
|
/aosp_15_r20/cts/tests/tests/media/decoder/src/android/media/decoder/cts/ |
H A D | DecoderTestAacDrc.java | 585 private short[] decodeToMemory(AudioParameter audioParams, int testinput, int eossample, in decodeToMemory() method in DecoderTestAacDrc 791 private short[] decodeToMemory(AudioParameter audioParams, int testinput, in decodeToMemory() method in DecoderTestAacDrc 800 private short[] decodeToMemory(AudioParameter audioParams, int testinput, in decodeToMemory() method in DecoderTestAacDrc
|
/aosp_15_r20/cts/tests/media/jni/ |
H A D | NativeCodecDecoderTestCommon.cpp | 337 bool CodecDecoderTest::decodeToMemory(const char* decoder, AMediaFormat* format, int frameLimit, in decodeToMemory() function in CodecDecoderTest
|