HomeSort by relevance Sort by last modified time
    Searched refs:mSource (Results 101 - 125 of 139) sorted by null

1 2 3 45 6

  /frameworks/av/libvideoeditor/lvpp/
VideoEditorAudioPlayer.h 93 sp<MediaSource> mSource;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.h 96 sp<Source> mSource;
RTSPSource.cpp 316 sp<AnotherPacketSource> source = info->mSource;
366 sp<AnotherPacketSource> source = info->mSource;
381 sp<AnotherPacketSource> source = info->mSource;
452 info.mSource = source;
  /frameworks/av/media/libstagefright/
NuMediaExtractor.cpp 54 CHECK_EQ((status_t)OK, info->mSource->stop());
258 info->mSource = source;
309 CHECK_EQ((status_t)OK, info->mSource->stop());
354 status_t err = info->mSource->read(&info->mSample, &options);
OggExtractor.cpp 99 sp<DataSource> mSource;
208 : mSource(source),
237 ssize_t n = mSource->readAt(*pageOffset, &signature, 4);
382 if ((n = mSource->readAt(offset, header, sizeof(header)))
424 if (mSource->readAt(
502 ssize_t n = mSource->readAt(
627 if (!(mSource->flags() & DataSource::kIsCachingDataSource)
628 && mSource->getSize(&size) == OK
731 if (mSource->getSize(&size) == OK) {
MPEG2TSWriter.cpp 72 sp<MediaSource> mSource;
97 : mSource(source),
104 sp<MetaData> meta = mSource->getFormat();
145 mSource->stop();
149 sp<MetaData> meta = mSource->getFormat();
371 status_t err = mSource->start();
388 status_t err = mSource->read(&buffer);
MPEG4Extractor.cpp 116 sp<DataSource> mSource;
128 : mSource(source),
149 return mSource->initCheck();
161 return mSource->readAt(offset, data, size);
165 return mSource->getSize(size);
169 return mSource->flags();
186 ssize_t err = mSource->readAt(mCachedOffset, mCache, mCachedSize);
    [all...]
  /frameworks/base/include/androidfw/
Input.h 247 inline int32_t getSource() const { return mSource; }
249 inline void setSource(int32_t source) { mSource = source; }
256 int32_t mSource;
538 return isTouchEvent(mSource, mAction);
  /frameworks/av/media/libstagefright/rtsp/
ARTPWriter.cpp 108 mSource = source;
134 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
194 CHECK_EQ(mSource->start(), (status_t)OK);
199 CHECK_EQ(mSource->read(&buffer), (status_t)OK);
223 CHECK_EQ(mSource->stop(), (status_t)OK);
269 status_t err = mSource->read(&mediaBuf);
456 sp<MetaData> meta = mSource->getFormat();
476 CHECK(mSource->getFormat()->findInt32(kKeySampleRate, &sampleRate));
477 CHECK(mSource->getFormat()->findInt32(kKeyChannelCount, &numChannels));
  /frameworks/base/services/input/
InputReader.cpp     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoDataAdapter.java 145 private final MediaSet mSource;
176 mSource = Utils.checkNotNull(mediaSet);
355 mSource.addContentListener(mSourceListener);
372 mSource.removeContentListener(mSourceListener);
    [all...]
  /frameworks/av/cmds/stagefright/
stagefright.cpp 416 sp<MediaSource> mSource;
424 : mSource(source),
428 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
444 return mSource->start(params);
448 return mSource->stop();
452 return mSource->getFormat();
474 status_t err = mSource->read(buffer, options);
    [all...]
  /development/apps/Development/src/com/android/development/
PackageSummary.java 58 private TextView mSource;
83 mSource = (TextView)findViewById(R.id.source);
128 mSource.setText(info.applicationInfo.sourceDir);
  /frameworks/av/include/media/stagefright/
CameraSource.h 123 sp<CameraSource> mSource;
  /frameworks/support/renderscript/v8/rs_support/driver/
rsdScriptGroup.cpp 80 if (n->mOutputs[ct3]->mSource.get() == k) {
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java     [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageCompose.java 170 private Message mSource;
582 return mSource != null;
    [all...]
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 598 sp<MediaSource> mSource;
601 (const sp<MediaSource> &source): mSource(source) {}
603 status_t start() { return mSource->start();}
604 status_t stop() { return mSource->stop();}
609 status_t err = mSource->read(&buffer);
    [all...]
  /frameworks/wilhelm/src/android/
MediaPlayer_to_android.cpp 308 const SLDataSource *pSrc = &mp->mDataSource.u.mSource;
369 const SLDataSource *pDataSrc = &mp->mDataSource.u.mSource;
413 const SLDataSource *pDataSrc = &mp->mDataSource.u.mSource;
AudioRecorder_to_android.cpp 162 const SLDataSource *pAudioSrc = &ar->mDataSource.u.mSource;
299 const SLDataSource *pAudioSrc = &ar->mDataSource.u.mSource;
  /frameworks/av/media/libstagefright/include/
FragmentedMP4Parser.h 164 sp<Source> mSource;
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 40 : mSource(source) {
51 ssize_t n = mSource->readAt(position, buffer, length);
62 if (mSource->getSize(&size) != OK) {
81 sp<DataSource> mSource;
  /frameworks/rs/driver/
rsdScriptGroup.cpp 89 if (n->mOutputs[ct3]->mSource.get() == k) {
  /frameworks/wilhelm/src/desktop/
SndFile.c 139 const SLDataSource *pAudioSrc = &thiz->mDataSource.u.mSource;
  /packages/apps/Contacts/src/com/android/contacts/vcard/
ImportVCardActivity.java 225 private final byte[] mSource;
230 mSource = null;
274 if (mSource != null) {
276 requests.add(constructImportRequest(mSource, null, mDisplayName));
    [all...]

Completed in 1134 milliseconds

1 2 3 45 6