Home
last modified time | relevance | path

Searched refs:endCodecSession (Results 1 – 4 of 4) sorted by relevance

/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderSurfaceTest.java120 endCodecSession(mCodec); in decodeAndSavePts()
251 endCodecSession(mCodec); in testSimpleDecodeToSurface()
352 endCodecSession(mCodec); in testDetachAndReattachSurface()
452 endCodecSession(mCodec); in testFlush()
542 endCodecSession(mCodec); in testReconfigure()
556 endCodecSession(mCodec); in testReconfigure()
574 endCodecSession(mCodec); in testReconfigure()
DCodecDecoderTest.java406 endCodecSession(mCodec); in testSimpleDecode()
548 endCodecSession(mCodec); in testFlush()
678 endCodecSession(mCodec); in testReconfigure()
695 endCodecSession(mCodec); in testReconfigure()
722 endCodecSession(mCodec); in testReconfigure()
761 endCodecSession(mCodec); in testOnlyEos()
848 endCodecSession(mCodec); in testSimpleDecodeQueueCSD()
924 endCodecSession(mCodec); in testDecodePartialFrame()
963 endCodecSession(mCodec); in testDefaultOutputColorFormat()
DCodecDecoderDetachedSurfaceTest.java324 endCodecSession(mCodec); in testSetOutputSurface()
392 endCodecSession(mCodec); in testFeatureDetachedSurface()
508 endCodecSession(mCodec); in testDetachOutputSurface()
/cts/tests/media/common/src/android/mediav2/common/cts/
DCodecTestBase.java745 public static void endCodecSession(MediaCodec codec) { in endCodecSession() method in CodecTestBase