HomeSort by relevance Sort by last modified time
    Searched refs:dataSource (Results 26 - 50 of 50) sorted by null

12

  /frameworks/av/media/libstagefright/include/
AwesomePlayer.h 26 #include <media/stagefright/DataSource.h>
171 sp<DataSource> mFileSource;
262 status_t setDataSource_l(const sp<DataSource> &dataSource);
318 void checkDrmStatus(const sp<DataSource>& dataSource);
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 
  /frameworks/av/cmds/stagefright/
stagefright.cpp 39 #include <media/stagefright/DataSource.h>
963 DataSource::RegisterDefaultSniffers();
973 sp<DataSource> dataSource =
974 DataSource::CreateFromURI(NULL /* httpService */, filename);
976 if (strncasecmp(filename, "sine:", 5) && dataSource == NULL) {
992 mediaSource = new JPEGSource(dataSource);
1008 sp<MediaExtractor> extractor = MediaExtractor::Create(dataSource);
    [all...]
sf2.cpp 35 #include <media/stagefright/DataSource.h>
117 sp<DataSource> dataSource =
118 DataSource::CreateFromURI(
122 MediaExtractor::Create(dataSource);
623 DataSource::RegisterDefaultSniffers();
  /frameworks/base/media/java/android/media/
MediaExtractor.java 76 * @param dataSource the MediaDataSource for the media you want to extract from
78 * @throws IllegalArgumentException if dataSource is invalid.
80 public native final void setDataSource(@NonNull MediaDataSource dataSource)
MediaPlayer.java     [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/player/
TvInputPlayer.java 59 import com.google.android.exoplayer.upstream.DataSource;
204 DataSource dataSource = new UriDataSource(userAgent, bandwidthMeter);
205 HlsChunkSource chunkSource = new HlsChunkSource(dataSource,
279 DataSource videoDataSource = new UriDataSource(userAgent, bandwidthMeter);
301 DataSource audioDataSource = new UriDataSource(userAgent, bandwidthMeter);
  /frameworks/base/media/jni/
android_media_MediaPlayer.cpp 264 android_media_MediaPlayer_setDataSourceCallback(JNIEnv *env, jobject thiz, jobject dataSource)
272 if (dataSource == NULL) {
276 sp<IDataSource> callbackDataSource = new JMediaDataSource(env, dataSource);
    [all...]
  /frameworks/av/media/libstagefright/
AVIExtractor.cpp 28 #include <media/stagefright/DataSource.h>
368 AVIExtractor::AVIExtractor(const sp<DataSource> &dataSource)
369 : mDataSource(dataSource) {
    [all...]
MPEG4Extractor.cpp 55 // Caller retains ownership of both "dataSource" and "sampleTable".
58 const sp<DataSource> &dataSource,
82 sp<DataSource> mDataSource;
169 // all remaining requests to the wrapped datasource.
174 struct MPEG4DataSource : public DataSource {
175 MPEG4DataSource(const sp<DataSource> &source);
190 sp<DataSource> mSource;
201 MPEG4DataSource::MPEG4DataSource(const sp<DataSource> &source)
359 MPEG4Extractor::MPEG4Extractor(const sp<DataSource> &source
    [all...]
  /frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
AdapterHelperTest.java 1100 TestAdapter dataSource) {
1105 mItems.add(op.positionStart + i, dataSource.consumeNextAdded());
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp 790 sp<DataSource> dataSource = DataSource::CreateFromIDataSource(source);
791 player_type playerType = MediaPlayerFactory::getPlayerType(this, dataSource);
797 setDataSource_post(p, p->setDataSource(dataSource));
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp 28 #include <media/stagefright/DataSource.h>
75 DataSource::RegisterDefaultSniffers();
127 status_t NuPlayer::GenericSource::setDataSource(const sp<DataSource>& source) {
297 void NuPlayer::GenericSource::checkDrmStatus(const sp<DataSource>& dataSource) {
298 dataSource->getDrmInfo(mDecryptHandle, &mDrmManagerClient);
367 mHttpSource = DataSource::CreateMediaHTTP(mHTTPService);
375 mDataSource = DataSource::CreateFromURI(
392 if (mDataSource->flags() & DataSource::kIsCachingDataSource) {
527 if (mDataSource->flags() & DataSource::kIsCachingDataSource)
    [all...]
NuPlayer.cpp 296 void NuPlayer::setDataSourceAsync(const sp<DataSource> &dataSource) {
301 status_t err = source->setDataSource(dataSource);
    [all...]
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-core-0.9.8-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 1261 milliseconds

12