Searched refs:mSource (Results 76 - 100 of 101) sorted by relevance

12345

/frameworks/av/media/libstagefright/
H A DOggExtractor.cpp99 sp<DataSource> mSource; member in struct:android::MyVorbisExtractor
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) {
H A DMPEG2TSWriter.cpp72 sp<MediaSource> mSource; member in struct:android::MPEG2TSWriter::SourceInfo
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);
H A DMPEG4Extractor.cpp116 sp<DataSource> mSource; member in struct:android::MPEG4DataSource
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);
H A DOMXCodec.cpp1328 mSource(source),
1437 mSource.clear();
1616 sp<MetaData> meta = mSource->getFormat();
1651 status_t err = mSource->setBuffers(buffers);
1671 sp<MetaData> meta = mSource->getFormat();
2403 initOutputFormat(mSource->getFormat());
2490 initOutputFormat(mSource->getFormat());
3033 err = mSource->read(&srcBuffer, &options);
3052 err = mSource->read(&srcBuffer);
3377 sp<MetaData> format = mSource
[all...]
H A DMPEG4Writer.cpp203 sp<MediaSource> mSource; member in class:android::MPEG4Writer::Track
1236 mSource(source),
1634 status_t err = mSource->start(meta.get());
1682 status_t status = mSource->stop();
1998 while (!mDone && (err = mSource->read(&buffer)) == OK) {
/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.cpp108 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/
H A DInputReader.cpp1969 InputMapper(device), mSource(source),
1977 return mSource;
2164 NotifyKeyArgs args(when, getDeviceId(), mSource, policyFlags,
2241 return mSource;
2250 info->addMotionRange(AMOTION_EVENT_AXIS_X, mSource, minX, maxX, 0.0f, 0.0f);
2251 info->addMotionRange(AMOTION_EVENT_AXIS_Y, mSource, minY, maxY, 0.0f, 0.0f);
2254 info->addMotionRange(AMOTION_EVENT_AXIS_X, mSource, -1.0f, 1.0f, 0.0f, mXScale);
2255 info->addMotionRange(AMOTION_EVENT_AXIS_Y, mSource, -1.0f, 1.0f, 0.0f, mYScale);
2257 info->addMotionRange(AMOTION_EVENT_AXIS_PRESSURE, mSource, 0.0f, 1.0f, 0.0f, 0.0f);
2260 info->addMotionRange(AMOTION_EVENT_AXIS_VSCROLL, mSource,
2494 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_DOWN, when, getDeviceId(), mSource, local
2541 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_UP, when, getDeviceId(), mSource, local
3679 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_DOWN, when, getDeviceId(), mSource, local
3749 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_UP, when, getDeviceId(), mSource, local
[all...]
H A DInputReader.h1027 uint32_t mSource; member in class:android::KeyboardInputMapper
1106 int32_t mSource; member in class:android::CursorInputMapper
1177 uint32_t mSource; member in class:android::TouchInputMapper
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp416 sp<MediaSource> mSource; member in struct:DetectSyncSource
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);
/frameworks/av/include/media/stagefright/
H A DCameraSource.h123 sp<CameraSource> mSource; member in class:android::CameraSource::ProxyListener
H A DOMXCodec.h192 sp<MediaSource> mSource; member in struct:android::OMXCodec
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdScriptGroup.cpp80 if (n->mOutputs[ct3]->mSource.get() == k) {
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp598 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);
/frameworks/wilhelm/src/android/
H A DMediaPlayer_to_android.cpp308 const SLDataSource *pSrc = &mp->mDataSource.u.mSource;
369 const SLDataSource *pDataSrc = &mp->mDataSource.u.mSource;
413 const SLDataSource *pDataSrc = &mp->mDataSource.u.mSource;
H A DAudioRecorder_to_android.cpp162 const SLDataSource *pAudioSrc = &ar->mDataSource.u.mSource;
299 const SLDataSource *pAudioSrc = &ar->mDataSource.u.mSource;
/frameworks/av/media/libstagefright/include/
H A DFragmentedMP4Parser.h164 sp<Source> mSource; member in struct:android::FragmentedMP4Parser
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp40 : mSource(source) {
51 ssize_t n = mSource->readAt(position, buffer, length);
62 if (mSource->getSize(&size) != OK) {
81 sp<DataSource> mSource; member in struct:android::DataSourceReader
/frameworks/rs/driver/
H A DrsdScriptGroup.cpp89 if (n->mOutputs[ct3]->mSource.get() == k) {
/frameworks/wilhelm/src/desktop/
H A DSndFile.c139 const SLDataSource *pAudioSrc = &thiz->mDataSource.u.mSource;
/frameworks/wilhelm/src/
H A Ddata.c744 pDataLocatorFormat->u.mSource.pLocator = &pDataLocatorFormat->mLocator;
745 pDataLocatorFormat->u.mSource.pFormat = &pDataLocatorFormat->mFormat;
/frameworks/base/core/java/android/text/
H A DTextUtils.java505 mSource = source;
527 return AndroidCharacter.getMirror(mSource.charAt(mEnd - 1 - off));
531 TextUtils.getChars(mSource, start + mStart, end + mStart,
545 private CharSequence mSource; field in class:TextUtils.Reverser
H A DHtml.java415 private String mSource; field in class:HtmlToSpannedConverter
424 mSource = source;
435 mReader.parse(new InputSource(new StringReader(mSource)));
/frameworks/av/media/libstagefright/mp4/
H A DFragmentedMP4Parser.cpp301 bool seekable = mSource->isSeekable();
403 mSource = static_cast<Source *>(obj.get());
456 ssize_t n = mSource->readAt(
856 if (cmp < 0 && !mSource->isSeekable()) {
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java4630 View oldSource = mSendWindowContentChangedAccessibilityEvent.mSource;
4632 mSendWindowContentChangedAccessibilityEvent.mSource = source;
4636 mSendWindowContentChangedAccessibilityEvent.mSource =
5458 public View mSource; field in class:ViewRootImpl.SendWindowContentChangedAccessibilityEvent
5461 if (mSource != null) {
5462 mSource.sendAccessibilityEvent(AccessibilityEvent.TYPE_WINDOW_CONTENT_CHANGED);
5463 mSource.resetAccessibilityStateChanged();
5464 mSource = null;
/frameworks/wilhelm/src/itf/
H A DIEngine.c379 thiz->mDynamicSource.mDataSource = &thiz->mDataSource.u.mSource;
1226 thiz->mDynamicSource.mDataSource = &thiz->mDataSource.u.mSource;

Completed in 365 milliseconds

12345