HomeSort by relevance Sort by last modified time
    Searched defs:dataSource (Results 1 - 19 of 19) sorted by null

  /frameworks/av/media/libstagefright/timedtext/
TimedTextDriver.cpp 26 #include <media/stagefright/DataSource.h>
212 sp<DataSource> dataSource =
213 DataSource::CreateFromURI(mHTTPService, uri);
214 return createOutOfBandTextSource(trackIndex, mimeType, dataSource);
225 sp<DataSource> dataSource = new FileSource(dup(fd), offset, length);
226 return createOutOfBandTextSource(trackIndex, mimeType, dataSource);
232 const sp<DataSource>& dataSource) {
    [all...]
  /frameworks/base/media/tests/omxjpegdecoder/
omx_jpeg_decoder.cpp 127 DataSource::RegisterDefaultSniffers();
128 sp<DataSource> dataSource = new StreamSource(stream);
129 return new JPEGSource(dataSource);
  /frameworks/av/cmds/stagefright/
stream.cpp 29 #include <media/stagefright/DataSource.h>
163 sp<DataSource> dataSource =
164 DataSource::CreateFromURI(NULL /* httpService */, filename);
166 CHECK(dataSource != NULL);
168 sp<MediaExtractor> extractor = MediaExtractor::Create(dataSource);
304 DataSource::RegisterDefaultSniffers();
sf2.cpp 35 #include <media/stagefright/DataSource.h>
117 sp<DataSource> dataSource =
118 DataSource::CreateFromURI(
122 MediaExtractor::Create(dataSource);
624 DataSource::RegisterDefaultSniffers();
stagefright.cpp 37 #include <media/stagefright/DataSource.h>
956 DataSource::RegisterDefaultSniffers();
966 sp<DataSource> dataSource =
967 DataSource::CreateFromURI(NULL /* httpService */, filename);
969 if (strncasecmp(filename, "sine:", 5) && dataSource == NULL) {
985 mediaSource = new JPEGSource(dataSource);
1001 sp<MediaExtractor> extractor = MediaExtractor::Create(dataSource);
    [all...]
  /frameworks/av/media/libstagefright/
NuMediaExtractor.cpp 30 #include <media/stagefright/DataSource.h>
70 sp<DataSource> dataSource =
71 DataSource::CreateFromURI(httpService, path, headers);
73 if (dataSource == NULL) {
82 bool success = SniffWVM(dataSource, &mimeType, &confidence, &dummy);
90 sp<WVMExtractor> extractor = new WVMExtractor(dataSource);
96 mImpl = MediaExtractor::Create(dataSource);
123 mDataSource = dataSource;
158 status_t NuMediaExtractor::setDataSource(const sp<DataSource> &source)
    [all...]
AwesomePlayer.cpp 48 #include <media/stagefright/DataSource.h>
222 DataSource::RegisterDefaultSniffers();
344 sp<DataSource> dataSource = new FileSource(fd, offset, length);
346 status_t err = dataSource->initCheck();
352 mFileSource = dataSource;
360 return setDataSource_l(dataSource);
368 const sp<DataSource> &dataSource) {
369 sp<MediaExtractor> extractor = MediaExtractor::Create(dataSource);
    [all...]
  /frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
VariableSpeed.java 216 MediaPlayerDataSource dataSource;
223 dataSource = mDataSource;
229 dataSource.setAsSourceFor(mediaPlayer);
251 MediaPlayerDataSource dataSource;
257 dataSource = mDataSource;
260 stopAndStartPlayingAgain(dataSource);
  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.cpp 183 sp<DataSource> dataSource;
193 dataSource = DataSource::CreateFromURI(
195 if (dataSource == NULL) {
212 dataSource = new FileSource(fd, mDataLocator.fdi.offset, mDataLocator.fdi.length);
213 status_t err = dataSource->initCheck();
229 sp<MediaExtractor> extractor = MediaExtractor::Create(dataSource);
276 if (dataSource->getSize(&size) == OK
324 mDataSource = dataSource;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebRemoteFrameImpl.cpp 406 WebDataSource* WebRemoteFrameImpl::dataSource() const
WebLocalFrameImpl.cpp 923 WebDataSource* WebLocalFrameImpl::dataSource() const
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/mac/
audio_device_mac.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp     [all...]
  /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/darwin-x86_64/swt/
swt.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 

Completed in 657 milliseconds