Searched refs:MEDIA_ERROR_NOT_VALID_FOR_PROGRESSIVE_PLAYBACK (Results 1 - 8 of 8) sorted by relevance

/frameworks/support/media/src/main/java/androidx/media/
H A DMediaPlayer2.java1048 public static final int MEDIA_ERROR_NOT_VALID_FOR_PROGRESSIVE_PLAYBACK = 200; field in class:MediaPlayer2
1073 MEDIA_ERROR_NOT_VALID_FOR_PROGRESSIVE_PLAYBACK,
H A DMediaPlayer2Impl.java108 MediaPlayer.MEDIA_ERROR_NOT_VALID_FOR_PROGRESSIVE_PLAYBACK,
109 MEDIA_ERROR_NOT_VALID_FOR_PROGRESSIVE_PLAYBACK);
/frameworks/av/include/media/
H A Dmediaplayer.h91 MEDIA_ERROR_NOT_VALID_FOR_PROGRESSIVE_PLAYBACK = 200, enumerator in enum:android::media_error_type
/frameworks/av/media/libmedia/include/media/
H A Dmediaplayer.h91 MEDIA_ERROR_NOT_VALID_FOR_PROGRESSIVE_PLAYBACK = 200, enumerator in enum:android::media_error_type
/frameworks/base/media/java/android/media/
H A DMediaPlayer2.java1861 public static final int MEDIA_ERROR_NOT_VALID_FOR_PROGRESSIVE_PLAYBACK = 200; field in class:MediaPlayer2
1885 MEDIA_ERROR_NOT_VALID_FOR_PROGRESSIVE_PLAYBACK,
H A DMediaPlayer.java4103 public static final int MEDIA_ERROR_NOT_VALID_FOR_PROGRESSIVE_PLAYBACK = 200; field in class:MediaPlayer
/frameworks/wilhelm/src/android/
H A Dandroid_GenericMediaPlayer.cpp88 _(MEDIA_ERROR_NOT_VALID_FOR_PROGRESSIVE_PLAYBACK, "Not valid for progressive playback")
/frameworks/base/core/java/android/widget/
H A DVideoView.java580 if (framework_err == MediaPlayer.MEDIA_ERROR_NOT_VALID_FOR_PROGRESSIVE_PLAYBACK) {

Completed in 187 milliseconds