Searched refs:mSource (Results 26 - 50 of 139) sorted by relevance

123456

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp225 if (mAudioTrack.mSource == NULL) {
227 mAudioTrack.mSource = track;
229 new AnotherPacketSource(mAudioTrack.mSource->getFormat());
238 if (mVideoTrack.mSource == NULL) {
240 mVideoTrack.mSource = track;
242 new AnotherPacketSource(mVideoTrack.mSource->getFormat());
284 if (mAudioTrack.mSource != NULL && mAudioTrack.mSource->start() != OK) {
289 if (mVideoTrack.mSource != NULL && mVideoTrack.mSource
[all...]
H A DNuPlayer.cpp401 if (mSource != NULL) {
408 mSource->disconnect();
468 CHECK(mSource == NULL);
474 mSource = static_cast<Source *>(obj.get());
489 mSource->prepareAsync();
502 if (mSource != NULL) {
503 inbandTracks = mSource->getTrackCount();
516 writeTrackInfo(reply, mSource->getTrackInfo(i));
532 if (mSource != NULL) {
538 ssize_t selectedTrack = mSource
[all...]
H A DNuPlayerStreamListener.cpp33 : mSource(source),
37 mSource->setListener(this);
46 mSource->setBuffers(mBuffers);
51 mSource->onBufferAvailable(i);
156 mSource->onBufferAvailable(entry->mIndex);
H A DNuPlayerStreamListener.h61 sp<IStreamSource> mSource; member in struct:android::NuPlayer::NuPlayerStreamListener
H A DStreamingSource.h55 sp<IStreamSource> mSource; member in struct:android::NuPlayer::StreamingSource
/frameworks/av/media/libstagefright/
H A DCallbackDataSource.cpp99 : mSource(source), mCachedOffset(0), mCachedSize(0) {
103 return mSource->initCheck();
108 return mSource->readAt(offset, data, size);
135 const ssize_t numRead = mSource->readAt(offset, mCache, kCacheSize);
153 return mSource->getSize(size);
157 return mSource->flags();
H A DNuCachedSource2.cpp186 : mSource(source),
241 if (mSource->flags() & kIsHTTPBasedSource) {
242 HTTPBase* source = static_cast<HTTPBase *>(mSource.get());
249 if (mSource->flags() & kIsHTTPBasedSource) {
265 static_cast<HTTPBase *>(mSource.get())->disconnect();
270 if (mSource->flags() & kIsHTTPBasedSource) {
271 HTTPBase *source = static_cast<HTTPBase *>(mSource.get());
278 return mSource->initCheck();
282 return mSource->getSize(size);
287 uint32_t flags = mSource
[all...]
H A DAACWriter.cpp75 if (mSource != NULL) {
95 mSource = source;
104 if (mSource == NULL) {
120 status_t err = mSource->start();
161 status_t status = mSource->stop();
298 err = mSource->read(&buffer);
H A DAMRWriter.cpp62 if (mSource != NULL) {
86 mSource = source;
102 if (mSource == NULL) {
115 status_t err = mSource->start();
156 status_t status = mSource->stop();
197 err = mSource->read(&buffer);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DMediaPuller.cpp34 : mSource(source),
93 err = mSource->start(params.get());
95 err = mSource->start();
116 sp<MetaData> meta = mSource->getFormat();
122 mSource->stop();
142 status_t err = mSource->read(&mbuf);
H A DRepeaterSource.cpp17 mSource(source),
52 status_t err = mSource->start(params);
82 status_t err = mSource->stop();
106 return mSource->getFormat();
184 status_t err = mSource->read(&buffer);
H A DMediaPuller.h54 sp<MediaSource> mSource; member in struct:android::MediaPuller
/frameworks/av/include/media/nbaio/
H A DSourceAudioBufferProvider.h43 const sp<NBAIO_Source> mSource; // the wrapped source member in class:android::SourceAudioBufferProvider
/frameworks/av/media/libnbaio/
H A DSourceAudioBufferProvider.cpp26 mSource(source),
68 ssize_t actual = mSource->read(mAllocated, buffer->frameCount, pts);
101 ssize_t avail = mSource->availableToRead();
112 mSource->onTimestamp(timestamp);
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecMessage.java31 private final int mSource; field in class:HdmiCecMessage
41 mSource = source;
54 return mSource;
92 opcodeToString(mOpcode), mSource, mDestination));
/frameworks/base/tools/aapt2/
H A DBinaryResourceParser.cpp122 mTable(table), mResolver(resolver), mSource(source), mDefaultPackage(defaultPackage),
132 Logger::warn(mSource)
144 Logger::error(mSource)
200 Logger::error(mSource)
208 Logger::error(mSource)
221 Logger::error(mSource)
230 Logger::error(mSource)
237 Logger::error(mSource)
250 Logger::error(mSource)
264 Logger::error(mSource)
[all...]
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DSessionRoute.h52 mSource(source)
72 const audio_source_t mSource; member in class:android::SessionRoute
/frameworks/base/core/java/android/text/method/
H A DReplacementTransformationMethod.java114 mSource = source;
120 return mSource.length();
124 char c = mSource.charAt(i);
151 TextUtils.getChars(mSource, start, end, dest, off);
166 private CharSequence mSource; field in class:ReplacementTransformationMethod.ReplacementCharSequence
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.cpp65 mSource[SOURCE_SINK] = sink;
66 mSource[SOURCE_SCRATCH] = bqProducer;
236 status_t result = mSource[SOURCE_SINK]->queueBuffer(sslot,
253 mSource[SOURCE_SINK]->cancelBuffer(sslot, outFence);
275 return mSource[SOURCE_SINK]->requestBuffer(pslot, outBuf);
286 return mSource[SOURCE_SINK]->setBufferCount(bufferCount);
295 status_t result = mSource[source]->dequeueBuffer(sslot, fence, async,
319 result = mSource[source]->requestBuffer(*sslot, &mProducerBuffers[pslot]);
322 mSource[source]->cancelBuffer(*sslot, *fence);
337 return mSource[SOURCE_SIN
[all...]
/frameworks/base/media/java/android/media/
H A DAudioAttributes.java233 private int mSource = MediaRecorder.AudioSource.AUDIO_SOURCE_INVALID; field in class:AudioAttributes
265 return mSource;
319 private int mSource = MediaRecorder.AudioSource.AUDIO_SOURCE_INVALID; field in class:AudioAttributes.Builder
356 aa.mSource = mSource;
535 mSource = preset;
555 mSource = preset;
584 dest.writeInt(mSource);
599 mSource = in.readInt();
639 && (mSource
[all...]
/frameworks/av/include/media/stagefright/
H A DAMRWriter.h48 sp<MediaSource> mSource; member in struct:android::AMRWriter
H A DJPEGSource.h42 sp<DataSource> mSource; member in struct:android::JPEGSource
/frameworks/av/media/libmediaplayerservice/
H A DRemoteDisplay.h51 sp<WifiDisplaySource> mSource; member in struct:android::RemoteDisplay
/frameworks/base/core/java/android/text/style/
H A DImageSpan.java35 private String mSource; field in class:ImageSpan
96 mSource = source;
111 mSource = uri.toString();
164 return mSource;
/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2PSExtractor.cpp65 sp<AnotherPacketSource> mSource; member in struct:android::MPEG2PSExtractor::Track
637 if (mSource == NULL) {
641 return mSource->start(params);
645 if (mSource == NULL) {
649 return mSource->stop();
653 if (mSource == NULL) {
657 return mSource->getFormat();
662 if (mSource == NULL) {
667 while (!mSource->hasBufferAvailable(&finalResult)) {
675 mSource
[all...]

Completed in 404 milliseconds

123456