Searched refs:cryptoCallAndSignalEosWithLastFrame (Results 1 – 1 of 1) sorted by relevance
/cts/tests/media/common/src/android/mediav2/common/cts/ |
D | CodecTestBase.java | 1193 boolean cryptoCallAndSignalEosWithLastFrame, boolean isEncoder) { in configureCodec() argument 1194 configureCodec(format, isAsync, cryptoCallAndSignalEosWithLastFrame, in configureCodec() 1199 boolean cryptoCallAndSignalEosWithLastFrame, boolean isEncoder, int flags) { in configureCodec() argument 1207 configureCodecCommon(format, isAsync, cryptoCallAndSignalEosWithLastFrame, isEncoder, in configureCodec() 1212 if (cryptoCallAndSignalEosWithLastFrame) { in configureCodec() 1226 boolean cryptoCallAndSignalEosWithLastFrame) { in configureCodecInDetachedMode() argument 1227 configureCodecCommon(format, isAsync, cryptoCallAndSignalEosWithLastFrame, in configureCodecInDetachedMode() 1232 if (cryptoCallAndSignalEosWithLastFrame) { in configureCodecInDetachedMode()
|