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

12345

/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextPlayer.h67 sp<TimedTextSource> mSource; member in class:android::TimedTextPlayer
H A DTimedTextSRTSource.cpp36 : mSource(dataSource),
182 if ((readSize = mSource->readAt(*offset, &character, 1)) < 1) {
195 if ((readSize = mSource->readAt(*offset, &character, 1)) < 1) {
260 if (mSource->readAt(info.offset, str, info.textLen) < info.textLen) {
H A DTimedTextSRTSource.h49 sp<DataSource> mSource; member in class:android::TimedTextSRTSource
/frameworks/av/media/libstagefright/wifi-display/source/
H A DRepeaterSource.h47 sp<MediaSource> mSource; member in struct:android::RepeaterSource
/frameworks/rs/
H A DrsScriptGroup.cpp121 Node *n = findNode(l->mSource->mScript);
157 if (n->mOutputs[ct2]->mSource.get() == k) {
219 l->mSource = src[ct];
235 const ScriptKernelID *k = l->mSource.get();
242 if (n->mOutputs[ct3]->mSource.get() == l->mSource.get()) {
337 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.cpp68 mSource = DataSource::CreateFromURI(httpService, uri, headers);
70 if (mSource == NULL) {
75 mExtractor = MediaExtractor::Create(mSource);
80 mSource.clear();
100 mSource = new FileSource(fd, offset, length);
103 if ((err = mSource->initCheck()) != OK) {
104 mSource.clear();
109 mExtractor = MediaExtractor::Create(mSource);
112 mSource.clear();
600 if (mSource
[all...]
H A DCameraSource.cpp60 wp<CameraSource> mSource; member in struct:android::CameraSourceListener
67 : mSource(source) {
85 sp<CameraSource> source = mSource.promote();
94 sp<CameraSource> source = mSource.promote();
908 mSource = source;
913 mSource->dataCallbackTimestamp(timestamp / 1000, msgType, dataPtr);
H A DOggExtractor.cpp102 sp<DataSource> mSource; member in struct:android::MyVorbisExtractor
213 : mSource(source),
242 ssize_t n = mSource->readAt(*pageOffset, &signature, 4);
392 if ((n = mSource->readAt(offset, header, sizeof(header)))
434 if (mSource->readAt(
502 ssize_t n = mSource->readAt(
643 if (!(mSource->flags() & DataSource::kIsCachingDataSource)
644 && mSource->getSize(&size) == OK
780 if (mSource->getSize(&size) == OK) {
/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.cpp132 mSource = extractor->getTrack(i);
142 if (mSource == NULL) {
147 CHECK_EQ(mSource->start(), (status_t)OK);
154 sp<AMessage> format = makeFormat(mSource->getFormat());
202 CHECK_EQ(mSource->stop(), (status_t)OK);
203 mSource.clear();
268 sp<MediaSource> mSource; member in struct:Controller
445 if (mSource == NULL || mSeekState == SEEK_FLUSHING) {
477 status_t err = mSource->read(&inBuffer, &options);
/frameworks/base/core/java/android/view/
H A DInputDevice.java670 if (range.mAxis == axis && range.mSource == source) {
734 private int mSource; field in class:InputDevice.MotionRange
744 mSource = source;
765 return mSource;
858 out.writeInt(range.mSource);
913 description.append(": source=0x").append(Integer.toHexString(range.mSource));
/frameworks/av/media/libstagefright/webm/
H A DWebmFrameThread.cpp258 mSource(source),
287 status_t err = mSource->start(meta.get());
317 mSource->stop();
335 while (!mDone && (err = mSource->read(&buffer, NULL)) == OK) {
/frameworks/wilhelm/src/
H A Ddata.h44 SLDataSource mSource; member in union:__anon1588::__anon1589
/frameworks/base/core/jni/
H A Dandroid_view_KeyEvent.cpp39 jfieldID mSource; member in struct:android::__anon863
79 jint source = env->GetIntField(eventObj, gKeyEventClassInfo.mSource);
154 GET_FIELD_ID(gKeyEventClassInfo.mSource, gKeyEventClassInfo.clazz,
155 "mSource", "I");
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp137 sp<AnotherPacketSource> mSource; member in struct:android::ATSParser::Stream
686 if (mSource != NULL) {
687 mSource->queueDiscontinuity(type, extra, true);
692 if (mSource != NULL) {
693 mSource->signalEOS(finalResult);
911 if (mSource == NULL) {
924 mSource = new AnotherPacketSource(meta);
925 mSource->queueAccessUnit(accessUnit);
932 if (mSource->getFormat() == NULL) {
933 mSource
[all...]
/frameworks/native/libs/input/
H A DInput.cpp36 mSource = source;
41 mSource = from.mSource;
251 InputEvent::initialize(other->mDeviceId, other->mSource);
429 mSource = parcel->readInt32();
476 parcel->writeInt32(mSource);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderPassThrough.cpp47 mSource(source),
127 && mSource->feedMoreTSData() == OK) {
142 err = mSource->dequeueAccessUnit(true /* audio */, accessUnit);
H A DNuPlayerDecoder.h58 sp<Source> mSource; member in struct:android::NuPlayer::Decoder
H A DRTSPSource.h82 sp<AnotherPacketSource> mSource; member in struct:android::NuPlayer::RTSPSource::TrackInfo
/frameworks/native/services/inputflinger/
H A DInputReader.cpp1989 InputMapper(device), mSource(source),
1997 return mSource;
2192 NotifyKeyArgs args(when, getDeviceId(), mSource, policyFlags,
2269 return mSource;
2278 info->addMotionRange(AMOTION_EVENT_AXIS_X, mSource, minX, maxX, 0.0f, 0.0f, 0.0f);
2279 info->addMotionRange(AMOTION_EVENT_AXIS_Y, mSource, minY, maxY, 0.0f, 0.0f, 0.0f);
2282 info->addMotionRange(AMOTION_EVENT_AXIS_X, mSource, -1.0f, 1.0f, 0.0f, mXScale, 0.0f);
2283 info->addMotionRange(AMOTION_EVENT_AXIS_Y, mSource, -1.0f, 1.0f, 0.0f, mYScale, 0.0f);
2285 info->addMotionRange(AMOTION_EVENT_AXIS_PRESSURE, mSource, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f);
2288 info->addMotionRange(AMOTION_EVENT_AXIS_VSCROLL, mSource,
2522 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_DOWN, when, getDeviceId(), mSource, local
2569 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_UP, when, getDeviceId(), mSource, local
3800 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_DOWN, when, getDeviceId(), mSource, local
3870 synthesizeButtonKeys(getContext(), AKEY_EVENT_ACTION_UP, when, getDeviceId(), mSource, local
[all...]
/frameworks/av/include/media/stagefright/
H A DAudioPlayer.h82 sp<MediaSource> mSource; member in class:android::AudioPlayer
H A DNuMediaExtractor.h87 sp<MediaSource> mSource; member in struct:android::NuMediaExtractor::TrackInfo
/frameworks/av/media/libstagefright/include/
H A DNuCachedSource2.h94 sp<DataSource> mSource; member in struct:android::NuCachedSource2
/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));

Completed in 3332 milliseconds

12345