Searched refs:endCodecSession (Results 1 – 4 of 4) sorted by relevance
120 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()
406 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()
324 endCodecSession(mCodec); in testSetOutputSurface()392 endCodecSession(mCodec); in testFeatureDetachedSurface()508 endCodecSession(mCodec); in testDetachOutputSurface()
745 public static void endCodecSession(MediaCodec codec) { in endCodecSession() method in CodecTestBase