Searched refs:src (Results 226 - 250 of 784) sorted by relevance

1234567891011>>

/frameworks/support/media/src/main/java/androidx/media/
H A DMediaPlayer2Impl.java655 private static void handleDataSource(MediaPlayerSource src) argument
657 final DataSourceDesc dsd = src.getDSD();
660 MediaPlayer player = src.mPlayer;
1188 MediaPlayerSource src = mPlayer.getSourceForPlayer(mp);
1189 DataSourceDesc dsd = src == null ? null : src.getDSD();
1523 private void setUpListeners(final MediaPlayerSource src) { argument
1524 MediaPlayer p = src.mPlayer;
1533 DataSourceDesc dsd = src.getDSD();
1540 cb.onMediaPrepared(mMediaPlayerInterfaceImpl, src
[all...]
/frameworks/base/core/java/android/text/style/
H A DSuggestionSpan.java209 public SuggestionSpan(Parcel src) { argument
210 mSuggestions = src.readStringArray();
211 mFlags = src.readInt();
212 mLocaleStringForCompatibility = src.readString();
213 mLanguageTag = src.readString();
214 mNotificationTargetClassName = src.readString();
215 mNotificationTargetPackageName = src.readString();
216 mHashCode = src.readInt();
217 mEasyCorrectUnderlineColor = src.readInt();
218 mEasyCorrectUnderlineThickness = src
[all...]
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
H A Dhealing.rs31 src = alloc_float3(width height, 0);
35 foreach_convert_to_f(src_image, src);
71 AllocationF32_3 src;
74 float3 out = 4 * rsGetElementAt_float3(src, x, y);
75 out -= rsGetElementAt_float3(src, x - 1, y);
76 out -= rsGetElementAt_float3(src, x + 1, y);
77 out -= rsGetElementAt_float3(src, x, y -1 );
78 out -= rsGetElementAt_float3(src, x, y + 1);
92 return rsGetElementAt_float3((in>0) ? src : dest1, x, y);
/frameworks/base/core/jni/android/graphics/
H A DGIFMovie.cpp120 static void copyLine(uint32_t* dst, const unsigned char* src, const ColorMapObject* cmap, argument
123 for (; width > 0; width--, src++, dst++) {
124 if (*src != transparent && *src < cmap->ColorCount) {
125 const GifColorType& col = cmap->Colors[*src];
132 static void copyInterlaceGroup(SkBitmap* bm, const unsigned char*& src, argument
141 copyLine(dst, src, cmap, transparent, copyWidth);
142 src += imageDesc.Width;
146 src += imageDesc.Width * ((imageDesc.Height - row + rowStep - 1) / rowStep);
165 const unsigned char* src local
185 const unsigned char* src = (unsigned char*)frame->RasterBits; local
337 const uint32_t* src = bm->getAddr32(0, 0); local
[all...]
/frameworks/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java143 public boolean mapRect(RectF dst, RectF src) { argument
146 src.left, src.top,
147 src.right, src.top,
148 src.right, src.bottom,
149 src.left, src.bottom,
248 Matrix_Delegate src
533 nSetRectToRect(long native_object, RectF src, RectF dst, int stf) argument
598 nSetPolyToPoly(long native_object, float[] src, int srcIndex, float[] dst, int dstIndex, int pointCount) argument
631 nMapPoints(long native_object, float[] dst, int dstIndex, float[] src, int srcIndex, int ptCount, boolean isPts) argument
646 nMapRect(long native_object, RectF dst, RectF src) argument
860 mapPoints(float[] dst, int dstIndex, float[] src, int srcIndex, int pointCount) argument
899 mapVectors(float[] dst, int dstIndex, float[] src, int srcIndex, int ptCount) argument
[all...]
H A DImageDecoder.java647 * @param src representing the encoded image.
653 * @throws IOException if {@code src} is not found, is an unsupported
657 public static Drawable decodeDrawable(@NonNull Source src, argument
659 Bitmap bitmap = decodeBitmap(src, listener);
660 return new BitmapDrawable(src.getResources(), bitmap);
667 public static Drawable decodeDrawable(@NonNull Source src) argument
669 return decodeDrawable(src, null);
675 * @param src representing the encoded image.
681 * @throws IOException if {@code src} is not found, is an unsupported
685 public static Bitmap decodeBitmap(@NonNull Source src, argument
701 decodeBitmap(@onNull Source src) argument
[all...]
/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DLVC_Core_MixInSoft_D16C31_SAT.c30 const LVM_FLOAT *src,
55 Temp = ((LVM_FLOAT)*dst) + (((LVM_FLOAT)*(src++) * Current));
72 Temp = ((LVM_FLOAT)*dst) + (((LVM_FLOAT)*(src++) * Current));
89 Temp = ((LVM_FLOAT)*dst) + (((LVM_FLOAT)*(src++) * Current));
105 Temp = ((LVM_FLOAT)*dst) + (((LVM_FLOAT)*(src++) * Current));
119 const LVM_INT16 *src,
147 Temp = ((LVM_INT32)*dst) + (((LVM_INT32)*(src++) * CurrentShort)>>15); /* Q15 + Q15*Q15>>15 into Q15 */
166 Temp = ((LVM_INT32)*dst) + (((LVM_INT32)*(src++) * CurrentShort)>>15); /* Q15 + Q15*Q15>>15 into Q15 */
185 Temp = ((LVM_INT32)*dst) + (((LVM_INT32)*(src++) * CurrentShort)>>15); /* Q15 + Q15*Q15>>15 into Q15 */
203 Temp = ((LVM_INT32)*dst) + (((LVM_INT32)*(src
29 LVC_Core_MixInSoft_D16C31_SAT( LVMixer3_FLOAT_st *ptrInstance, const LVM_FLOAT *src, LVM_FLOAT *dst, LVM_INT16 n) argument
118 LVC_Core_MixInSoft_D16C31_SAT( LVMixer3_st *ptrInstance, const LVM_INT16 *src, LVM_INT16 *dst, LVM_INT16 n) argument
[all...]
H A DLVC_MixSoft_1St_2i_D16C31_SAT.c38 const LVM_FLOAT *src,
101 src, dst, n);
113 if(src != dst)
115 Copy_Float(src, dst, n);
122 src, dst, n);
169 const LVM_INT16 *src,
226 LVC_Core_MixSoft_1St_2i_D16C31_WRA( &(ptrInstance->MixerStream[0]),&(ptrInstance->MixerStream[1]), src, dst, n);
238 if(src!=dst)
240 Copy_16(src, dst, n);
245 LVC_Core_MixHard_1St_2i_D16C31_SAT(&(ptrInstance->MixerStream[0]),&(ptrInstance->MixerStream[1]), src, ds
37 LVC_MixSoft_1St_2i_D16C31_SAT( LVMixer3_2St_FLOAT_st *ptrInstance, const LVM_FLOAT *src, LVM_FLOAT *dst, LVM_INT16 n) argument
168 LVC_MixSoft_1St_2i_D16C31_SAT( LVMixer3_2St_st *ptrInstance, const LVM_INT16 *src, LVM_INT16 *dst, LVM_INT16 n) argument
[all...]
H A DCore_MixInSoft_D32C31_SAT.c31 const LVM_FLOAT *src,
57 Temp1 = *src++;
78 Temp1 = *src++;
94 const LVM_INT32 *src,
120 Temp1=*src++;
141 Temp1=*src++;
30 Core_MixInSoft_D32C31_SAT( Mix_1St_Cll_FLOAT_t *pInstance, const LVM_FLOAT *src, LVM_FLOAT *dst, LVM_INT16 n) argument
93 Core_MixInSoft_D32C31_SAT( Mix_1St_Cll_t *pInstance, const LVM_INT32 *src, LVM_INT32 *dst, LVM_INT16 n) argument
/frameworks/base/libs/hwui/hwui/
H A DTypeface.cpp63 const Typeface* Typeface::resolveDefault(const Typeface* src) { argument
64 LOG_ALWAYS_FATAL_IF(src == nullptr && gDefaultTypeface == nullptr);
65 return src == nullptr ? gDefaultTypeface : src;
68 Typeface* Typeface::createRelative(Typeface* src, Typeface::Style style) { argument
69 const Typeface* resolvedFace = Typeface::resolveDefault(src);
93 Typeface* src, const std::vector<minikin::FontVariation>& variations) {
94 const Typeface* resolvedFace = Typeface::resolveDefault(src);
113 Typeface* Typeface::createWithDifferentBaseWeight(Typeface* src, int weight) { argument
114 const Typeface* resolvedFace = Typeface::resolveDefault(src);
92 createFromTypefaceWithVariation( Typeface* src, const std::vector<minikin::FontVariation>& variations) argument
[all...]
/frameworks/base/media/java/android/media/
H A DImageUtils.java87 * @param src The source image to be copied from.
92 public static void imageCopy(Image src, Image dst) { argument
93 if (src == null || dst == null) {
96 if (src.getFormat() != dst.getFormat()) {
99 if (src.getFormat() == ImageFormat.PRIVATE ||
103 if (src.getFormat() == ImageFormat.RAW_PRIVATE) {
107 if (src.getFormat() == ImageFormat.RAW_DEPTH) {
115 Size srcSize = new Size(src.getWidth(), src.getHeight());
122 Plane[] srcPlanes = src
[all...]
/frameworks/base/tools/aapt2/link/
H A DXmlCompatVersioner.cpp25 static xml::Attribute CopyAttr(const xml::Attribute& src, StringPool* out_string_pool) { argument
26 xml::Attribute dst{src.namespace_uri, src.name, src.value, src.compiled_attribute};
27 if (src.compiled_value != nullptr) {
28 dst.compiled_value.reset(src.compiled_value->Clone(out_string_pool));
156 static inline std::unique_ptr<Item> CloneIfNotNull(const std::unique_ptr<Item>& src, argument
158 if (src == nullptr) {
161 return std::unique_ptr<Item>(src
[all...]
/frameworks/base/packages/PrintSpooler/
H A DAndroid.mk23 LOCAL_SRC_FILES := $(call all-java-files-under, src)
25 src/com/android/printspooler/renderer/IPdfRenderer.aidl \
26 src/com/android/printspooler/renderer/IPdfEditor.aidl
/frameworks/base/packages/SystemUI/shared/
H A DAndroid.mk24 LOCAL_SRC_FILES := $(call all-java-files-under, src) $(call all-Iaidl-files-under, src)
35 LOCAL_SRC_FILES := $(call all-java-files-under, src)
/frameworks/opt/car/setupwizard/library/tests/robotests/
H A DAndroid.mk29 LOCAL_SRC_FILES := $(call all-java-files-under, src)
65 $(call find-files-in-subdirs,$(LOCAL_PATH)/src,*Test.java,.))
67 LOCAL_INSTRUMENT_SOURCE_DIRS := $(dir $(LOCAL_PATH))../src
/frameworks/base/core/tests/coretests/
H A DAndroid.mk19 $(call all-java-files-under, src) \
20 $(call all-Iaidl-files-under, src) \
21 $(call all-java-files-under, DisabledTestApp/src) \
22 $(call all-java-files-under, EnabledTestApp/src) \
23 $(call all-java-files-under, BinderProxyCountingTestApp/src) \
24 $(call all-java-files-under, BinderProxyCountingTestService/src) \
/frameworks/base/graphics/java/android/graphics/
H A DPicture.java49 * src. The contents of src are unchanged, and if src changes later, those
52 public Picture(Picture src) { argument
53 this(nativeConstructor(src != null ? src.mNativePicture : 0));
196 // return empty picture if src is 0, or a copy of the native src
/frameworks/base/location/java/android/location/
H A DLocationRequest.java240 public LocationRequest(LocationRequest src) { argument
241 mQuality = src.mQuality;
242 mInterval = src.mInterval;
243 mFastestInterval = src.mFastestInterval;
244 mExplicitFastestInterval = src.mExplicitFastestInterval;
245 mExpireAt = src.mExpireAt;
246 mNumUpdates = src.mNumUpdates;
247 mSmallestDisplacement = src.mSmallestDisplacement;
248 mProvider = src.mProvider;
249 mWorkSource = src
[all...]
/frameworks/base/services/tests/servicestests/
H A DAndroid.mk12 LOCAL_SRC_FILES := $(call all-java-files-under, src)
39 LOCAL_SRC_FILES += $(call all-java-files-under, test-apps/JobTestApp/src)
40 LOCAL_SRC_FILES += $(call all-java-files-under, test-apps/SuspendTestApp/src)
/frameworks/base/telephony/java/com/android/internal/telephony/uicc/asn1/
H A DAsn1Decoder.java40 public Asn1Decoder(byte[] src) { argument
41 this(src, 0, src.length);
/frameworks/base/tools/aapt/
H A DSymbol.h47 inline SymbolDefinition(const Symbol& s, const ConfigDescription& c, const SourcePos& src);
84 SymbolDefinition::SymbolDefinition(const Symbol& s, const ConfigDescription& c, const SourcePos& src) argument
87 , source(src) {
/frameworks/av/media/libaaudio/scripts/
H A Dconvert_typedefs_int32.sh10 OBOETEST_DIR=${ANDROID_BUILD_TOP}/cts/tests/tests/nativemedia/aaudio/src/
/frameworks/av/media/libstagefright/filters/
H A DColorConvert.h38 uint8_t *src, int32_t width, int32_t height, uint32_t stride,
/frameworks/base/core/java/android/content/
H A DUndoOperation.java44 protected UndoOperation(Parcel src, ClassLoader loader) { argument
/frameworks/base/core/java/android/text/
H A DAutoText.java108 public static String get(CharSequence src, final int start, final int end, argument
110 return getInstance(view).lookup(src, start, end);
131 private String lookup(CharSequence src, final int start, final int end) { argument
135 char c = src.charAt(i);
181 String src = parser.getAttributeValue(null, "src");
194 add(src, off);
211 private void add(String src, char off) { argument
212 int slen = src.length();
218 char c = src
[all...]

Completed in 946 milliseconds

1234567891011>>