Searched refs:WriteException (Results 1 – 3 of 3) sorted by relevance
189 final int flags) throws MediaCodec.CryptoException, WriteException { in writeSample()200 throw new MediaCodecWrapper.WriteException(String.format( in writeSample()382 private class WriteException extends Throwable { class in MediaCodecWrapper383 private WriteException(final String detailMessage) { in WriteException() method in MediaCodecWrapper.WriteException