Searched refs:mSource (Results 101 - 125 of 168) sorted by relevance

1234567

/frameworks/native/libs/input/
H A DInput.cpp36 mSource = source;
41 mSource = from.mSource;
253 InputEvent::initialize(other->mDeviceId, other->mSource);
433 mSource = parcel->readInt32();
482 parcel->writeInt32(mSource);
/frameworks/av/include/media/stagefright/
H A DNuCachedSource2.h103 sp<DataSource> mSource; member in struct:android::NuCachedSource2
H A DNuMediaExtractor.h104 sp<IMediaSource> mSource; member in struct:android::NuMediaExtractor::TrackInfo
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.h90 sp<AnotherPacketSource> mSource; member in struct:android::NuPlayer::RTSPSource::TrackInfo
H A DNuPlayerDecoder.cpp68 mSource(source),
572 && mSource->feedMoreTSData() == OK;
776 bool hasVideo = (mSource->getFormat(false /* audio */) != NULL);
778 || (mSource->getDuration(&durationUs) == OK
789 flags, mSource->isStreaming(), reply);
833 status_t err = mSource->dequeueAccessUnit(mIsAudio, &accessUnit);
854 sp<AMessage> newFormat = mSource->getFormat(mIsAudio);
H A DNuPlayerDecoder.h72 sp<Source> mSource; member in struct:android::NuPlayer::Decoder
/frameworks/av/media/libstagefright/
H A DSimpleDecodingSource.cpp99 mSource(source),
120 res = mSource->start();
150 status_t res2 = mSource->stop();
249 res = mSource->read(&in_buf, options);
H A DOggExtractor.cpp108 sp<DataSource> mSource; member in struct:android::MyOggExtractor
301 : mSource(source),
334 ssize_t n = mSource->readAt(*pageOffset, &signature, 4);
497 if ((n = mSource->readAt(offset, header, sizeof(header)))
539 if (mSource->readAt(
724 ssize_t n = mSource->readAt(
851 if (!(mSource->flags() & DataSource::kIsCachingDataSource)
852 && mSource->getSize(&size) == OK
1133 if (mSource->getSize(&size) == OK) {
H A DMediaSync.cpp93 if (output == NULL && mSyncSettings.mSource == AVSYNC_SOURCE_VSYNC) {
157 if (audioTrack == NULL && mSyncSettings.mSource == AVSYNC_SOURCE_AUDIO) {
231 AVSyncSource src = mSyncSettings.mSource;
386 if (syncSettings.mSource >= AVSYNC_SOURCE_MAX
396 switch (syncSettings.mSource) {
H A DCameraSource.cpp69 wp<CameraSource> mSource; member in struct:android::CameraSourceListener
76 : mSource(source) {
94 sp<CameraSource> source = mSource.promote();
103 sp<CameraSource> source = mSource.promote();
111 sp<CameraSource> source = mSource.promote();
120 sp<CameraSource> source = mSource.promote();
1383 mSource = source;
1388 mSource->dataCallbackTimestamp(timestamp / 1000, msgType, dataPtr);
1393 mSource->recordingFrameHandleCallbackTimestamp(timestamp / 1000, handle);
1404 mSource
[all...]
H A DMPEG2TSWriter.cpp72 sp<IMediaSource> mSource; member in struct:android::MPEG2TSWriter::SourceInfo
95 : mSource(source),
102 sp<MetaData> meta = mSource->getFormat();
144 mSource->stop();
148 sp<MetaData> meta = mSource->getFormat();
354 status_t err = mSource->start(params);
372 status_t err = mSource->read(&buffer);
H A DNuMediaExtractor.cpp53 status_t err = info->mSource->stop();
312 info->mSource = source;
363 CHECK_EQ((status_t)OK, info->mSource->stop());
408 status_t err = info->mSource->read(&info->mSample, &options);
/frameworks/av/media/libstagefright/foundation/include/
H A DNuCachedSource2.h103 sp<DataSource> mSource; member in struct:android::NuCachedSource2
H A DNuMediaExtractor.h104 sp<IMediaSource> mSource; member in struct:android::NuMediaExtractor::TrackInfo
/frameworks/av/media/libstagefright/include/
H A DNuCachedSource2.h103 sp<DataSource> mSource; member in struct:android::NuCachedSource2
H A DNuMediaExtractor.h104 sp<IMediaSource> mSource; member in struct:android::NuMediaExtractor::TrackInfo
/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.h75 sp<IMediaSource> mSource; member in struct:android::ARTPWriter
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/av/media/libstagefright/webm/
H A DWebmWriter.h88 sp<IMediaSource> mSource; member in struct:android::WebmWriter::WebmStream
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DSessionRoute.cpp32 prefix, mStreamType, mSource, mSession,
/frameworks/native/include/input/
H A DInput.h301 inline int32_t getSource() const { return mSource; }
303 inline void setSource(int32_t source) { mSource = source; }
310 int32_t mSource; member in class:android::InputEvent
596 return isTouchEvent(mSource, mAction);
/frameworks/rs/
H A DrsScriptGroup.h48 ObjectBaseRef<const ScriptKernelID> mSource; member in class:android::renderscript::ScriptGroup::Link
/frameworks/base/media/jni/
H A Dandroid_media_MediaSync.cpp399 scs.syncSourceSet, scs.sync.mSource,
409 avsync.mSource = scs.sync.mSource;
452 scs.sync.mSource, scs.sync.mAudioAdjustMode, scs.sync.mTolerance, scs.frameRate);
455 if (scs.sync.mSource >= AVSYNC_SOURCE_MAX
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp192 sp<AnotherPacketSource> mSource; member in struct:android::ATSParser::Stream
228 // into mSource. If the packet is a sync frame. set event with start offset
800 mSource = new AnotherPacketSource(meta);
1016 if (mSource != NULL) {
1017 sp<MetaData> meta = mSource->getFormat();
1022 mSource->clear();
1024 mSource->queueDiscontinuity(type, extra, true);
1030 if (mSource != NULL) {
1031 mSource->signalEOS(finalResult);
1507 if (mSource
[all...]
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp424 sp<IMediaSource> mSource; member in struct:DetectSyncSource
432 : mSource(source),
436 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
452 return mSource->start(params);
456 return mSource->stop();
460 return mSource->getFormat();
482 status_t err = mSource->read(buffer, options);

Completed in 6541 milliseconds

1234567