Searched refs:mSource (Results 51 - 75 of 101) sorted by relevance

12345

/frameworks/av/media/libstagefright/wifi-display/source/
H A DRepeaterSource.h42 sp<MediaSource> mSource; member in struct:android::RepeaterSource
/frameworks/rs/
H A DrsScriptGroup.cpp109 Node *n = findNode(l->mSource->mScript);
145 if (n->mOutputs[ct2]->mSource.get() == k) {
203 l->mSource = src[ct];
219 const ScriptKernelID *k = l->mSource.get();
226 if (n->mOutputs[ct3]->mSource.get() == l->mSource.get()) {
297 if (n->mOutputs[ct3]->mSource.get() == k) {
H A DrsScriptGroup.h39 ObjectBaseRef<const ScriptKernelID> mSource; member in class:android::renderscript::ScriptGroup::Link
/frameworks/support/renderscript/v8/rs_support/
H A DrsScriptGroup.cpp109 Node *n = findNode(l->mSource->mScript);
145 if (n->mOutputs[ct2]->mSource.get() == k) {
203 l->mSource = src[ct];
219 const ScriptKernelID *k = l->mSource.get();
226 if (n->mOutputs[ct3]->mSource.get() == l->mSource.get()) {
297 if (n->mOutputs[ct3]->mSource.get() == k) {
H A DrsScriptGroup.h39 ObjectBaseRef<const ScriptKernelID> mSource; member in class:android::renderscript::ScriptGroup::Link
/frameworks/av/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp61 mSource = DataSource::CreateFromURI(uri, headers);
63 if (mSource == NULL) {
68 mExtractor = MediaExtractor::Create(mSource);
73 mSource.clear();
93 mSource = new FileSource(fd, offset, length);
96 if ((err = mSource->initCheck()) != OK) {
97 mSource.clear();
102 mExtractor = MediaExtractor::Create(mSource);
105 mSource.clear();
573 if (mSource
[all...]
H A DCameraSource.cpp52 wp<CameraSource> mSource; member in struct:android::CameraSourceListener
59 : mSource(source) {
74 sp<CameraSource> source = mSource.promote();
83 sp<CameraSource> source = mSource.promote();
857 mSource = source;
862 mSource->dataCallbackTimestamp(timestamp / 1000, msgType, dataPtr);
H A DNuMediaExtractor.cpp54 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);
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DAACEncoder.cpp34 : mSource(source),
154 status_t err = mSource->start(params);
184 mSource->stop();
201 sp<MetaData> srcFormat = mSource->getFormat();
245 if (mSource->read(&mInputBuffer, options) != OK) {
/frameworks/av/cmds/stagefright/
H A Dsf2.cpp91 mSource = extractor->getTrack(i);
101 CHECK(mSource != NULL);
103 CHECK_EQ(mSource->start(), (status_t)OK);
110 sp<AMessage> format = makeFormat(mSource->getFormat());
158 CHECK_EQ(mSource->stop(), (status_t)OK);
159 mSource.clear();
244 sp<MediaSource> mSource; member in struct:Controller
421 if (mSource == NULL || mSeekState == SEEK_FLUSHING) {
453 status_t err = mSource->read(&inBuffer, &options);
/frameworks/base/core/java/android/view/
H A DKeyEvent.java1271 private int mSource; field in class:KeyEvent
1498 mSource = source;
1522 mSource = InputDevice.SOURCE_KEYBOARD;
1536 mSource = origEvent.mSource;
1562 mSource = origEvent.mSource;
1601 ev.mSource = source;
1622 ev.mSource = other.mSource;
[all...]
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp131 sp<AnotherPacketSource> mSource; member in struct:android::ATSParser::Stream
639 if (mSource != NULL) {
640 mSource->queueDiscontinuity(type, extra);
645 if (mSource != NULL) {
646 mSource->signalEOS(finalResult);
862 if (mSource == NULL) {
869 mSource = new AnotherPacketSource(meta);
870 mSource->queueAccessUnit(accessUnit);
877 if (mSource->getFormat() == NULL) {
878 mSource
[all...]
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DMediaBufferPuller.cpp30 : mSource(source),
134 status_t result = mSource->read(&pBuffer, NULL);
/frameworks/av/include/media/stagefright/
H A DAudioPlayer.h72 sp<MediaSource> mSource; member in class:android::AudioPlayer
H A DNuMediaExtractor.h83 sp<MediaSource> mSource; member in struct:android::NuMediaExtractor::TrackInfo
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.h78 sp<AnotherPacketSource> mSource; member in struct:android::NuPlayer::RTSPSource::TrackInfo
H A DNuPlayer.h96 sp<Source> mSource; member in struct:android::NuPlayer
H A DRTSPSource.cpp316 sp<AnotherPacketSource> source = info->mSource;
366 sp<AnotherPacketSource> source = info->mSource;
381 sp<AnotherPacketSource> source = info->mSource;
452 info.mSource = source;
/frameworks/wilhelm/src/
H A Ddata.h43 SLDataSource mSource; member in union:__anon1618::__anon1619
/frameworks/base/core/jni/
H A Dandroid_view_KeyEvent.cpp37 jfieldID mSource; member in struct:android::__anon991
77 jint source = env->GetIntField(eventObj, gKeyEventClassInfo.mSource);
147 GET_FIELD_ID(gKeyEventClassInfo.mSource, gKeyEventClassInfo.clazz,
148 "mSource", "I");
/frameworks/base/libs/androidfw/
H A DInput.cpp39 mSource = source;
44 mSource = from.mSource;
318 InputEvent::initialize(other->mDeviceId, other->mSource);
482 mSource = parcel->readInt32();
529 parcel->writeInt32(mSource);
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorAudioPlayer.h93 sp<MediaSource> mSource; member in class:android::VideoEditorAudioPlayer
/frameworks/av/media/libstagefright/include/
H A DNuCachedSource2.h92 sp<DataSource> mSource; member in struct:android::NuCachedSource2
/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.h75 sp<MediaSource> mSource; member in struct:android::ARTPWriter
/frameworks/base/include/androidfw/
H A DInput.h247 inline int32_t getSource() const { return mSource; }
249 inline void setSource(int32_t source) { mSource = source; }
256 int32_t mSource; member in class:android::InputEvent
538 return isTouchEvent(mSource, mAction);

Completed in 3025 milliseconds

12345