Searched refs:createUnexpectedDecodeException (Results 1 – 9 of 9) sorted by relevance
239 exception = createUnexpectedDecodeException(e); in decode()244 exception = createUnexpectedDecodeException(e); in decode()302 protected abstract E createUnexpectedDecodeException(Throwable error); in createUnexpectedDecodeException() method in SimpleDecoder
62 protected final SubtitleDecoderException createUnexpectedDecodeException(Throwable error) { in createUnexpectedDecodeException() method in SimpleSubtitleDecoder
92 protected FlacDecoderException createUnexpectedDecodeException(Throwable error) { in createUnexpectedDecodeException() method in FlacDecoder
124 protected Gav1DecoderException createUnexpectedDecodeException(Throwable error) { in createUnexpectedDecodeException() method in Gav1Decoder
145 protected DecoderException createUnexpectedDecodeException(Throwable error) { in createUnexpectedDecodeException() method in DecoderAudioRendererTest.FakeDecoder
119 protected VpxDecoderException createUnexpectedDecodeException(Throwable error) { in createUnexpectedDecodeException() method in VpxDecoder
155 protected OpusDecoderException createUnexpectedDecodeException(Throwable error) { in createUnexpectedDecodeException() method in OpusDecoder
94 protected FfmpegDecoderException createUnexpectedDecodeException(Throwable error) { in createUnexpectedDecodeException() method in FfmpegAudioDecoder
153 protected DecoderException createUnexpectedDecodeException(Throwable error) { in setUp()