Searched refs:source (Results 201 - 225 of 474) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/
H A DDRMExtractor.cpp231 DRMExtractor::DRMExtractor(const sp<DataSource> &source, const char* mime) argument
232 : mDataSource(source),
235 mOriginalExtractor = MediaExtractor::Create(source, mime);
239 source->getDrmInfo(mDecryptHandle, &mDrmManagerClient);
273 const sp<DataSource> &source, String8 *mimeType, float *confidence,
275 sp<DecryptHandle> decryptHandle = source->DrmInitialization();
272 SniffDRM( const sp<DataSource> &source, String8 *mimeType, float *confidence, sp<AMessage> *) argument
H A DMPEG2TSWriter.cpp38 SourceInfo(const sp<MediaSource> &source);
96 MPEG2TSWriter::SourceInfo::SourceInfo(const sp<MediaSource> &source) argument
97 : mSource(source),
102 mLooper->setName("MPEG2TSWriter source");
539 status_t MPEG2TSWriter::addSource(const sp<MediaSource> &source) { argument
542 sp<MetaData> meta = source->getFormat();
551 sp<SourceInfo> info = new SourceInfo(source);
570 notify->setInt32("source-index", i);
608 CHECK(msg->findInt32("source-index", &sourceIndex));
615 sp<SourceInfo> source local
651 sp<SourceInfo> source = mSources.editItemAt(sourceIndex); local
663 const sp<SourceInfo> &source = mSources.editItemAt(i); local
[all...]
H A DCameraSource.cpp39 CameraSourceListener(const sp<CameraSource> &source);
58 CameraSourceListener::CameraSourceListener(const sp<CameraSource> &source) argument
59 : mSource(source) {
74 sp<CameraSource> source = mSource.promote(); local
75 if (source.get() != NULL) {
76 source->dataCallback(msgType, dataPtr);
83 sp<CameraSource> source = mSource.promote(); local
84 if (source.get() != NULL) {
85 source->dataCallbackTimestamp(timestamp/1000, msgType, dataPtr);
143 CameraSource *source local
856 ProxyListener(const sp<CameraSource>& source) argument
[all...]
H A DCameraSourceTimeLapse.cpp44 CameraSourceTimeLapse *source = new local
49 if (source != NULL) {
50 if (source->initCheck() != OK) {
51 delete source;
55 return source;
/frameworks/base/core/java/android/net/
H A DProxyProperties.java54 public ProxyProperties(ProxyProperties source) { argument
55 if (source != null) {
56 mHost = source.getHost();
57 mPort = source.getPort();
58 mExclusionList = source.getExclusionList();
59 mParsedExclusionList = source.mParsedExclusionList;
H A DLinkCapabilities.java181 * @param source
183 public LinkCapabilities(LinkCapabilities source) { argument
184 if (source != null) {
185 mCapabilities = new HashMap<Integer, String>(source.mCapabilities);
/frameworks/base/core/java/android/text/method/
H A DPasswordTransformationMethod.java38 public CharSequence getTransformation(CharSequence source, View view) { argument
39 if (source instanceof Spannable) {
40 Spannable sp = (Spannable) source;
60 return new PasswordCharSequence(source);
142 public PasswordCharSequence(CharSequence source) { argument
143 mSource = source;
/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSubtype.java61 SpellCheckerSubtype(Parcel source) { argument
63 mSubtypeNameResId = source.readInt();
64 s = source.readString();
66 s = source.readString();
209 public SpellCheckerSubtype createFromParcel(Parcel source) {
210 return new SpellCheckerSubtype(source);
/frameworks/base/services/java/com/android/server/location/
H A DLocationProviderProxy.java101 WorkSource source;
106 source = mWorksource;
124 service.setRequest(request, source);
196 public void setRequest(ProviderRequest request, WorkSource source) { argument
199 mWorksource = source;
205 service.setRequest(request, source);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DAdnRecord.java74 public AdnRecord createFromParcel(Parcel source) {
81 efid = source.readInt();
82 recordNumber = source.readInt();
83 alphaTag = source.readString();
84 number = source.readString();
85 emails = source.readStringArray();
/frameworks/wilhelm/src/android/util/
H A DAacAdtsExtractor.cpp48 static size_t getFrameSize(const sp<DataSource> &source, off64_t offset) { argument
55 ssize_t readSize = source->readAt(offset, &syncHeader, ADTS_HEADER_SIZE_UP_TO_FRAMESIZE);
93 AacAdtsExtractor::AacAdtsExtractor(const sp<DataSource> &source) argument
94 : mDataSource(source),
138 // but in this case we were told the total size of the data source and so an EOS
210 const sp<DataSource> &source, const sp<MetaData> &meta,
212 : mDataSource(source),
209 AacAdtsSource( const sp<DataSource> &source, const sp<MetaData> &meta, int64_t frame_duration_us) argument
/frameworks/base/core/java/android/os/
H A DDebug.java210 public void readFromParcel(Parcel source) { argument
211 dalvikPss = source.readInt();
212 dalvikPrivateDirty = source.readInt();
213 dalvikSharedDirty = source.readInt();
214 nativePss = source.readInt();
215 nativePrivateDirty = source.readInt();
216 nativeSharedDirty = source.readInt();
217 otherPss = source.readInt();
218 otherPrivateDirty = source.readInt();
219 otherSharedDirty = source
232 MemoryInfo(Parcel source) argument
[all...]
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp132 static void dumpSource(const sp<MediaSource> &source, const String8 &filename) { argument
135 CHECK_EQ((status_t)OK, source->start());
140 err = source->read(&mbuf);
159 CHECK_EQ((status_t)OK, source->stop());
165 static void playSource(OMXClient *client, sp<MediaSource> &source) { argument
166 sp<MetaData> meta = source->getFormat();
173 rawSource = source;
184 client->interface(), meta, false /* createEncoder */, source,
196 source.clear();
399 DetectSyncSource(const sp<MediaSource> &source);
423 DetectSyncSource(const sp<MediaSource> &source) argument
518 sp<MediaSource> source = sources.editItemAt(i); local
535 performSeekTest(const sp<MediaSource> &source) argument
1045 sp<MediaSource> source = extractor->getTrack(i); local
[all...]
/frameworks/wilhelm/src/itf/
H A DIOutputMixExt.c237 const stereo *source = (const stereo *) track->mReader; local
243 for (j = 0; j < actual; j += sizeof(stereo), ++mixBuffer, ++source) {
244 mixBuffer->left += (short) (source->left * track->mGains[0]);
245 mixBuffer->right += (short) (source->right * track->mGains[1]);
249 for (j = 0; j < actual; j += sizeof(stereo), ++mixBuffer, ++source) {
250 mixBuffer->left += source->left;
251 mixBuffer->right += source->right;
257 for (j = 0; j < actual; j += sizeof(stereo), ++mixBuffer, ++source) {
258 mixBuffer->left = (short) (source->left * track->mGains[0]);
259 mixBuffer->right = (short) (source
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DARTPConnection.cpp330 sp<ARTPSource> source = s->mSources.valueAt(i); local
332 source->addReceiverReport(buffer);
335 source->addFIR(buffer);
480 sp<ARTPSource> source = findSource(s, srcId); local
493 source->processRTPPacket(buffer);
589 sp<ARTPSource> source = findSource(s, id); local
591 source->byeReceived();
616 sp<ARTPSource> source = findSource(s, id); local
618 source->timeUpdate(rtpTime, ntpTime);
624 sp<ARTPSource> source; local
[all...]
H A Drtp_test.cpp179 sp<MediaSource> source = session->trackAt(0); local
186 source->getFormat(), false /* createEncoder */,
187 source,
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java300 * on the configuration of the source. For instance, without
452 * the source btimap, the source bitmap is returned and now new bitmap is
455 * @param src The source bitmap.
458 * @param filter true if the source should be filtered.
459 * @return The new scaled bitmap or the source bitmap if no scaling is required.
492 * Returns an immutable bitmap from the source bitmap. The new bitmap may
493 * be the same object as source, or a copy may have been made. It is
501 * Returns an immutable bitmap from the specified subset of the source
502 * bitmap. The new bitmap may be the same object as source, o
513 createBitmap(Bitmap source, int x, int y, int width, int height) argument
540 createBitmap(Bitmap source, int x, int y, int width, int height, Matrix m, boolean filter) argument
[all...]
/frameworks/base/core/java/android/app/
H A DActionBar.java957 public LayoutParams(LayoutParams source) { argument
958 super(source);
960 this.gravity = source.gravity;
963 public LayoutParams(ViewGroup.LayoutParams source) { argument
964 super(source);
/frameworks/base/icu4j/java/android/icu/text/
H A DArabicShaping.java52 * length different from the source length. Some legacy systems rely on the
73 * Convert a range of text in the source array, putting the result
77 * @param source An array containing the input text
97 public int shape(char[] source, int sourceStart, int sourceLength, argument
99 if (source == null) {
100 throw new IllegalArgumentException("source can not be null");
102 if (sourceStart < 0 || sourceLength < 0 || sourceStart + sourceLength > source.length) {
103 throw new IllegalArgumentException("bad source start (" + sourceStart +
105 ") for buffer of length " + source.length);
141 return internalShape(source, sourceStar
154 shape(char[] source, int start, int length) argument
1132 calculateSize(char[] source, int sourceStart, int sourceLength) argument
1815 internalShape(char[] source, int sourceStart, int sourceLength, char[] dest, int destStart, int destSize) argument
[all...]
/frameworks/av/media/libstagefright/wifi-display/source/
H A DMediaPuller.cpp33 const sp<MediaSource> &source, const sp<AMessage> &notify)
34 : mSource(source),
38 sp<MetaData> meta = source->getFormat();
32 MediaPuller( const sp<MediaSource> &source, const sp<AMessage> &notify) argument
/frameworks/base/core/java/android/preference/
H A DEditTextPreference.java207 public SavedState(Parcel source) { argument
208 super(source);
209 text = source.readString();
H A DTwoStatePreference.java274 public SavedState(Parcel source) { argument
275 super(source);
276 checked = source.readInt() == 1;
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDeviceList.java44 public WifiP2pDeviceList(WifiP2pDeviceList source) { argument
45 if (source != null) {
46 for (WifiP2pDevice d : source.getDeviceList()) {
H A DWifiP2pGroupList.java49 WifiP2pGroupList(WifiP2pGroupList source, GroupDeleteListener listener) { argument
61 if (source != null) {
62 for (Map.Entry<Integer, WifiP2pGroup> item : source.mGroups.snapshot().entrySet()) {
/frameworks/rs/
H A DAndroid.mk104 $(transform-generated-source)
110 # Generate custom source files
121 $(transform-generated-source)
197 $(transform-generated-source)
201 # Generate custom source files
212 $(transform-generated-source)

Completed in 444 milliseconds

1234567891011>>