Home
last modified time | relevance | path

Searched refs:ExoPlaybackException (Results 1 – 25 of 131) sorted by relevance

123456

/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/
H A DExoPlaybackException.java32 public final class ExoPlaybackException extends Exception { class
103 return new ExoPlaybackException(TYPE_SOURCE, cause); in createForSource()
117 public static ExoPlaybackException createForRenderer( in createForRenderer()
122 return new ExoPlaybackException( in createForRenderer()
137 return new ExoPlaybackException(TYPE_UNEXPECTED, cause); in createForUnexpected()
146 public static ExoPlaybackException createForRemote(String message) { in createForRemote()
147 return new ExoPlaybackException(TYPE_REMOTE, message); in createForRemote()
157 return new ExoPlaybackException(TYPE_OUT_OF_MEMORY, cause); in createForOutOfMemoryError()
160 private ExoPlaybackException(@Type int type, Throwable cause) { in ExoPlaybackException() method in ExoPlaybackException
169 private ExoPlaybackException( in ExoPlaybackException() method in ExoPlaybackException
[all …]
H A DNoSampleRenderer.java81 throws ExoPlaybackException { in enable()
91 public final void start() throws ExoPlaybackException { in start()
111 throws ExoPlaybackException { in replaceStream()
148 public final void resetPosition(long positionUs) throws ExoPlaybackException { in resetPosition()
154 public final void stop() throws ExoPlaybackException { in stop()
189 public int supportsFormat(Format format) throws ExoPlaybackException { in supportsFormat()
195 public int supportsMixedMimeTypeAdaptation() throws ExoPlaybackException { in supportsMixedMimeTypeAdaptation()
216 protected void onEnabled(boolean joining) throws ExoPlaybackException { in onEnabled()
229 protected void onRendererOffsetChanged(long offsetUs) throws ExoPlaybackException { in onRendererOffsetChanged()
255 protected void onStarted() throws ExoPlaybackException { in onStarted()
[all …]
H A DBaseRenderer.java88 throws ExoPlaybackException { in enable()
98 public final void start() throws ExoPlaybackException { in start()
106 throws ExoPlaybackException { in replaceStream()
154 public final void stop() throws ExoPlaybackException { in stop()
182 public int supportsMixedMimeTypeAdaptation() throws ExoPlaybackException { in supportsMixedMimeTypeAdaptation()
203 protected void onEnabled(boolean joining) throws ExoPlaybackException { in onEnabled()
249 protected void onStarted() throws ExoPlaybackException { in onStarted()
260 protected void onStopped() throws ExoPlaybackException { in onStopped()
309 throws ExoPlaybackException { in getUpdatedSourceDrmSession()
345 protected final ExoPlaybackException createRendererException( in createRendererException()
[all …]
H A DRenderer.java125 long positionUs, boolean joining, long offsetUs) throws ExoPlaybackException; in enable()
136 void start() throws ExoPlaybackException; in start()
151 throws ExoPlaybackException; in replaceStream()
214 void resetPosition(long positionUs) throws ExoPlaybackException; in resetPosition()
226 default void setOperatingRate(float operatingRate) throws ExoPlaybackException {} in setOperatingRate()
249 void render(long positionUs, long elapsedRealtimeUs) throws ExoPlaybackException; in render()
288 void stop() throws ExoPlaybackException; in stop()
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/
H A DExoPlaybackException.java32 public final class ExoPlaybackException extends Exception { class
103 return new ExoPlaybackException(TYPE_SOURCE, cause); in createForSource()
117 public static ExoPlaybackException createForRenderer( in createForRenderer()
122 return new ExoPlaybackException( in createForRenderer()
137 return new ExoPlaybackException(TYPE_UNEXPECTED, cause); in createForUnexpected()
146 public static ExoPlaybackException createForRemote(String message) { in createForRemote()
147 return new ExoPlaybackException(TYPE_REMOTE, message); in createForRemote()
157 return new ExoPlaybackException(TYPE_OUT_OF_MEMORY, cause); in createForOutOfMemoryError()
160 private ExoPlaybackException(@Type int type, Throwable cause) { in ExoPlaybackException() method in ExoPlaybackException
169 private ExoPlaybackException( in ExoPlaybackException() method in ExoPlaybackException
[all …]
H A DNoSampleRenderer.java81 throws ExoPlaybackException { in enable()
91 public final void start() throws ExoPlaybackException { in start()
111 throws ExoPlaybackException { in replaceStream()
148 public final void resetPosition(long positionUs) throws ExoPlaybackException { in resetPosition()
154 public final void stop() throws ExoPlaybackException { in stop()
189 public int supportsFormat(Format format) throws ExoPlaybackException { in supportsFormat()
195 public int supportsMixedMimeTypeAdaptation() throws ExoPlaybackException { in supportsMixedMimeTypeAdaptation()
216 protected void onEnabled(boolean joining) throws ExoPlaybackException { in onEnabled()
229 protected void onRendererOffsetChanged(long offsetUs) throws ExoPlaybackException { in onRendererOffsetChanged()
255 protected void onStarted() throws ExoPlaybackException { in onStarted()
[all …]
H A DBaseRenderer.java88 throws ExoPlaybackException { in enable()
98 public final void start() throws ExoPlaybackException { in start()
106 throws ExoPlaybackException { in replaceStream()
154 public final void stop() throws ExoPlaybackException { in stop()
182 public int supportsMixedMimeTypeAdaptation() throws ExoPlaybackException { in supportsMixedMimeTypeAdaptation()
203 protected void onEnabled(boolean joining) throws ExoPlaybackException { in onEnabled()
249 protected void onStarted() throws ExoPlaybackException { in onStarted()
260 protected void onStopped() throws ExoPlaybackException { in onStopped()
309 throws ExoPlaybackException { in getUpdatedSourceDrmSession()
345 protected final ExoPlaybackException createRendererException( in createRendererException()
[all …]
H A DRenderer.java125 long positionUs, boolean joining, long offsetUs) throws ExoPlaybackException; in enable()
136 void start() throws ExoPlaybackException; in start()
151 throws ExoPlaybackException; in replaceStream()
214 void resetPosition(long positionUs) throws ExoPlaybackException; in resetPosition()
226 default void setOperatingRate(float operatingRate) throws ExoPlaybackException {} in setOperatingRate()
249 void render(long positionUs, long elapsedRealtimeUs) throws ExoPlaybackException; in render()
288 void stop() throws ExoPlaybackException; in stop()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/
H A DExoPlaybackException.java32 public final class ExoPlaybackException extends Exception { class
103 return new ExoPlaybackException(TYPE_SOURCE, cause); in createForSource()
117 public static ExoPlaybackException createForRenderer( in createForRenderer()
122 return new ExoPlaybackException( in createForRenderer()
137 return new ExoPlaybackException(TYPE_UNEXPECTED, cause); in createForUnexpected()
146 public static ExoPlaybackException createForRemote(String message) { in createForRemote()
147 return new ExoPlaybackException(TYPE_REMOTE, message); in createForRemote()
157 return new ExoPlaybackException(TYPE_OUT_OF_MEMORY, cause); in createForOutOfMemoryError()
160 private ExoPlaybackException(@Type int type, Throwable cause) { in ExoPlaybackException() method in ExoPlaybackException
169 private ExoPlaybackException( in ExoPlaybackException() method in ExoPlaybackException
[all …]
H A DNoSampleRenderer.java81 throws ExoPlaybackException { in enable()
91 public final void start() throws ExoPlaybackException { in start()
111 throws ExoPlaybackException { in replaceStream()
148 public final void resetPosition(long positionUs) throws ExoPlaybackException { in resetPosition()
154 public final void stop() throws ExoPlaybackException { in stop()
189 public int supportsFormat(Format format) throws ExoPlaybackException { in supportsFormat()
195 public int supportsMixedMimeTypeAdaptation() throws ExoPlaybackException { in supportsMixedMimeTypeAdaptation()
216 protected void onEnabled(boolean joining) throws ExoPlaybackException { in onEnabled()
229 protected void onRendererOffsetChanged(long offsetUs) throws ExoPlaybackException { in onRendererOffsetChanged()
255 protected void onStarted() throws ExoPlaybackException { in onStarted()
[all …]
H A DBaseRenderer.java88 throws ExoPlaybackException { in enable()
98 public final void start() throws ExoPlaybackException { in start()
106 throws ExoPlaybackException { in replaceStream()
154 public final void stop() throws ExoPlaybackException { in stop()
182 public int supportsMixedMimeTypeAdaptation() throws ExoPlaybackException { in supportsMixedMimeTypeAdaptation()
203 protected void onEnabled(boolean joining) throws ExoPlaybackException { in onEnabled()
249 protected void onStarted() throws ExoPlaybackException { in onStarted()
260 protected void onStopped() throws ExoPlaybackException { in onStopped()
309 throws ExoPlaybackException { in getUpdatedSourceDrmSession()
345 protected final ExoPlaybackException createRendererException( in createRendererException()
[all …]
H A DRenderer.java125 long positionUs, boolean joining, long offsetUs) throws ExoPlaybackException; in enable()
136 void start() throws ExoPlaybackException; in start()
151 throws ExoPlaybackException; in replaceStream()
214 void resetPosition(long positionUs) throws ExoPlaybackException; in resetPosition()
226 default void setOperatingRate(float operatingRate) throws ExoPlaybackException {} in setOperatingRate()
249 void render(long positionUs, long elapsedRealtimeUs) throws ExoPlaybackException; in render()
288 void stop() throws ExoPlaybackException; in stop()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/thirdparty/java/com/google/android/exoplayer2/
H A DBaseRenderer.java76 throws ExoPlaybackException { in enable()
86 public final void start() throws ExoPlaybackException { in start()
94 throws ExoPlaybackException { in replaceStream()
128 public final void resetPosition(long positionUs) throws ExoPlaybackException { in resetPosition()
135 public final void stop() throws ExoPlaybackException { in stop()
153 public int supportsMixedMimeTypeAdaptation() throws ExoPlaybackException { in supportsMixedMimeTypeAdaptation()
160 public void handleMessage(int what, Object object) throws ExoPlaybackException { in handleMessage()
174 protected void onEnabled(boolean joining) throws ExoPlaybackException { in onEnabled()
188 protected void onStreamChanged(Format[] formats) throws ExoPlaybackException { in onStreamChanged()
217 protected void onStarted() throws ExoPlaybackException { in onStarted()
[all …]
H A DExoPlaybackException.java28 public final class ExoPlaybackException extends Exception { class
73 public static ExoPlaybackException createForRenderer(Exception cause, int rendererIndex) { in createForRenderer()
74 return new ExoPlaybackException(TYPE_RENDERER, null, cause, rendererIndex); in createForRenderer()
83 public static ExoPlaybackException createForSource(IOException cause) { in createForSource()
84 return new ExoPlaybackException(TYPE_SOURCE, null, cause, C.INDEX_UNSET); in createForSource()
93 /* package */ static ExoPlaybackException createForUnexpected(RuntimeException cause) { in createForUnexpected()
94 return new ExoPlaybackException(TYPE_UNEXPECTED, null, cause, C.INDEX_UNSET); in createForUnexpected()
97 private ExoPlaybackException(@Type int type, String message, Throwable cause, in ExoPlaybackException() method in ExoPlaybackException
H A DRenderer.java105 long positionUs, boolean joining, long offsetUs) throws ExoPlaybackException; in enable()
116 void start() throws ExoPlaybackException; in start()
131 throws ExoPlaybackException; in replaceStream()
185 void resetPosition(long positionUs) throws ExoPlaybackException; in resetPosition()
208 void render(long positionUs, long elapsedRealtimeUs) throws ExoPlaybackException; in render()
247 void stop() throws ExoPlaybackException; in stop()
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/
H A DBaseRenderer.java76 throws ExoPlaybackException { in enable()
86 public final void start() throws ExoPlaybackException { in start()
94 throws ExoPlaybackException { in replaceStream()
128 public final void resetPosition(long positionUs) throws ExoPlaybackException { in resetPosition()
135 public final void stop() throws ExoPlaybackException { in stop()
153 public int supportsMixedMimeTypeAdaptation() throws ExoPlaybackException { in supportsMixedMimeTypeAdaptation()
160 public void handleMessage(int what, Object object) throws ExoPlaybackException { in handleMessage()
174 protected void onEnabled(boolean joining) throws ExoPlaybackException { in onEnabled()
188 protected void onStreamChanged(Format[] formats) throws ExoPlaybackException { in onStreamChanged()
217 protected void onStarted() throws ExoPlaybackException { in onStarted()
[all …]
H A DExoPlaybackException.java28 public final class ExoPlaybackException extends Exception { class
73 public static ExoPlaybackException createForRenderer(Exception cause, int rendererIndex) { in createForRenderer()
74 return new ExoPlaybackException(TYPE_RENDERER, null, cause, rendererIndex); in createForRenderer()
83 public static ExoPlaybackException createForSource(IOException cause) { in createForSource()
84 return new ExoPlaybackException(TYPE_SOURCE, null, cause, C.INDEX_UNSET); in createForSource()
93 /* package */ static ExoPlaybackException createForUnexpected(RuntimeException cause) { in createForUnexpected()
94 return new ExoPlaybackException(TYPE_UNEXPECTED, null, cause, C.INDEX_UNSET); in createForUnexpected()
97 private ExoPlaybackException(@Type int type, String message, Throwable cause, in ExoPlaybackException() method in ExoPlaybackException
H A DRenderer.java105 long positionUs, boolean joining, long offsetUs) throws ExoPlaybackException; in enable()
116 void start() throws ExoPlaybackException; in start()
131 throws ExoPlaybackException; in replaceStream()
185 void resetPosition(long positionUs) throws ExoPlaybackException; in resetPosition()
208 void render(long positionUs, long elapsedRealtimeUs) throws ExoPlaybackException; in render()
247 void stop() throws ExoPlaybackException; in stop()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/thirdparty/java/com/google/android/exoplayer2/audio/
H A DSimpleDecoderAudioRenderer.java25 import com.google.android.exoplayer2.ExoPlaybackException;
184 throw ExoPlaybackException.createForRenderer(e, getIndex()); in render()
220 throw ExoPlaybackException.createForRenderer(e, getIndex()); in render()
384 throw ExoPlaybackException.createForRenderer(drmSession.getError(), getIndex()); in shouldWaitForKeys()
390 private void processEndOfStream() throws ExoPlaybackException { in processEndOfStream()
399 private void flushDecoder() throws ExoPlaybackException { in flushDecoder()
448 protected void onEnabled(boolean joining) throws ExoPlaybackException { in onEnabled()
509 private void maybeInitDecoder() throws ExoPlaybackException { in maybeInitDecoder()
539 throw ExoPlaybackException.createForRenderer(e, getIndex()); in maybeInitDecoder()
557 private void onInputFormatChanged(Format newFormat) throws ExoPlaybackException { in onInputFormatChanged()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/audio/
H A DSimpleDecoderAudioRenderer.java25 import org.mozilla.thirdparty.com.google.android.exoplayer2.ExoPlaybackException;
184 throw ExoPlaybackException.createForRenderer(e, getIndex()); in render()
220 throw ExoPlaybackException.createForRenderer(e, getIndex()); in render()
384 throw ExoPlaybackException.createForRenderer(drmSession.getError(), getIndex()); in shouldWaitForKeys()
390 private void processEndOfStream() throws ExoPlaybackException { in processEndOfStream()
399 private void flushDecoder() throws ExoPlaybackException { in flushDecoder()
448 protected void onEnabled(boolean joining) throws ExoPlaybackException { in onEnabled()
509 private void maybeInitDecoder() throws ExoPlaybackException { in maybeInitDecoder()
539 throw ExoPlaybackException.createForRenderer(e, getIndex()); in maybeInitDecoder()
557 private void onInputFormatChanged(Format newFormat) throws ExoPlaybackException { in onInputFormatChanged()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/thirdparty/java/com/google/android/exoplayer2/mediacodec/
H A DMediaCodecRenderer.java29 import com.google.android.exoplayer2.ExoPlaybackException;
249 throw ExoPlaybackException.createForRenderer(e, getIndex()); in supportsFormat()
379 throws ExoPlaybackException { in throwDecoderInitError()
380 throw ExoPlaybackException.createForRenderer(e, getIndex()); in throwDecoderInitError()
532 protected void flushCodec() throws ExoPlaybackException { in flushCodec()
566 private boolean feedInputBuffer() throws ExoPlaybackException { in feedInputBuffer()
708 throw ExoPlaybackException.createForRenderer(e, getIndex()); in feedInputBuffer()
771 throw ExoPlaybackException.createForRenderer( in onInputFormatChanged()
811 throws ExoPlaybackException { in onOutputFormatChanged()
884 throws ExoPlaybackException { in drainOutputBuffer()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/mediacodec/
H A DMediaCodecRenderer.java249 throw ExoPlaybackException.createForRenderer(e, getIndex()); in supportsFormat()
379 throws ExoPlaybackException { in throwDecoderInitError()
380 throw ExoPlaybackException.createForRenderer(e, getIndex()); in throwDecoderInitError()
532 protected void flushCodec() throws ExoPlaybackException { in flushCodec()
566 private boolean feedInputBuffer() throws ExoPlaybackException { in feedInputBuffer()
708 throw ExoPlaybackException.createForRenderer(e, getIndex()); in feedInputBuffer()
771 throw ExoPlaybackException.createForRenderer( in onInputFormatChanged()
811 throws ExoPlaybackException { in onOutputFormatChanged()
884 throws ExoPlaybackException { in drainOutputBuffer()
972 private void processOutputFormat() throws ExoPlaybackException { in processOutputFormat()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/media/
H A DGeckoHlsRendererBase.java14 import org.mozilla.thirdparty.com.google.android.exoplayer2.ExoPlaybackException;
45 protected abstract void createInputBuffer() throws ExoPlaybackException; in createInputBuffer()
47 …ected abstract void handleFormatRead(DecoderInputBuffer bufferForRead) throws ExoPlaybackException; in handleFormatRead()
158 protected void onInputFormatChanged(final Format newFormat) throws ExoPlaybackException {
183 protected void maybeInitRenderer() throws ExoPlaybackException {
194 throw ExoPlaybackException.createForRenderer(new RuntimeException(e), getIndex());
208 protected synchronized boolean feedInputBuffersQueue() throws ExoPlaybackException {
267 private void readFormat() throws ExoPlaybackException {
314 throws ExoPlaybackException {
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/media/
H A DGeckoHlsRendererBase.java14 import org.mozilla.thirdparty.com.google.android.exoplayer2.ExoPlaybackException;
46 protected abstract void createInputBuffer() throws ExoPlaybackException; in createInputBuffer()
48 …ected abstract void handleFormatRead(DecoderInputBuffer bufferForRead) throws ExoPlaybackException; in handleFormatRead()
159 protected void onInputFormatChanged(final Format newFormat) throws ExoPlaybackException {
184 protected void maybeInitRenderer() throws ExoPlaybackException {
195 throw ExoPlaybackException.createForRenderer(new RuntimeException(e),
212 protected synchronized boolean feedInputBuffersQueue() throws ExoPlaybackException {
271 private void readFormat() throws ExoPlaybackException {
318 throws ExoPlaybackException {
/dports/www/firefox/firefox-99.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/media/
H A DGeckoHlsRendererBase.java15 import org.mozilla.thirdparty.com.google.android.exoplayer2.ExoPlaybackException;
44 protected abstract void createInputBuffer() throws ExoPlaybackException; in createInputBuffer()
49 throws ExoPlaybackException; in handleFormatRead()
165 protected void onInputFormatChanged(final Format newFormat) throws ExoPlaybackException {
189 protected void maybeInitRenderer() throws ExoPlaybackException {
200 throw ExoPlaybackException.createForRenderer(
218 protected synchronized boolean feedInputBuffersQueue() throws ExoPlaybackException {
277 private void readFormat() throws ExoPlaybackException {
324 throws ExoPlaybackException {

123456