/frameworks/av/media/mtp/ |
D | MtpStringBuffer.cpp | 33 MtpStringBuffer::MtpStringBuffer(const char* src) in MtpStringBuffer() 40 MtpStringBuffer::MtpStringBuffer(const uint16_t* src) in MtpStringBuffer() 47 MtpStringBuffer::MtpStringBuffer(const MtpStringBuffer& src) in MtpStringBuffer() 58 void MtpStringBuffer::set(const char* src) { in set() 98 void MtpStringBuffer::set(const uint16_t* src) { in set() 144 const uint8_t* src = mBuffer; in writeToPacket() local
|
/frameworks/av/libvideoeditor/vss/src/ |
D | M4ChannelConverter.c | 24 void MonoTo2I_16( const short *src, in MonoTo2I_16() 40 void From2iToMono_16( const short *src, in From2iToMono_16()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | FocusFinderTest.java | 48 final Rect src = new Rect(0, 30, 10, 40); in testAboveShareEdgeEdgeOkForDirectionUp() local 184 Rect src = new Rect(0, 50, 20, 70); // src (left, top, right, bottom) in testDirectlyAboveTrumpsAboveLeft() local 197 Rect src = new Rect(0, 50, 20, 70); // src (left, top, right, bottom) in testAboveInBeamTrumpsSlightlyCloserOutOfBeam() local 213 Rect src = new Rect(0, 0, 50, 50); // (left, top, right, bottom) in testOutOfBeamBeatsInBeamUp() local 243 Rect src = new Rect(0, 0, 50, 50); // (left, top, right, bottom) in testSomeCandidateBetterThanNonCandidate() local 522 private void assertIsNotCandidate(int direction, Rect src, Rect dest) { in assertIsNotCandidate() 543 private void assertDirectionIsCandidate(int direction, Rect src, Rect dest) { in assertDirectionIsCandidate()
|
/frameworks/base/core/jni/android/graphics/ |
D | Bitmap.cpp | 32 static void FromColor_D32(void* dst, const SkColor src[], int width, in FromColor_D32() 41 static void FromColor_D565(void* dst, const SkColor src[], int width, in FromColor_D565() 53 static void FromColor_D4444(void* dst, const SkColor src[], int width, in FromColor_D4444() 93 const SkColor* src = (const SkColor*)array + srcOffset; in SetPixels() local 116 static void ToColor_S32_Alpha(SkColor dst[], const void* src, int width, in ToColor_S32_Alpha() 125 static void ToColor_S32_Opaque(SkColor dst[], const void* src, int width, in ToColor_S32_Opaque() 136 static void ToColor_S4444_Alpha(SkColor dst[], const void* src, int width, in ToColor_S4444_Alpha() 145 static void ToColor_S4444_Opaque(SkColor dst[], const void* src, int width, in ToColor_S4444_Opaque() 156 static void ToColor_S565(SkColor dst[], const void* src, int width, in ToColor_S565() 167 static void ToColor_SI8_Alpha(SkColor dst[], const void* src, int width, in ToColor_SI8_Alpha() [all …]
|
/frameworks/base/graphics/java/android/graphics/ |
D | ColorMatrix.java | 51 public ColorMatrix(float[] src) { in ColorMatrix() 58 public ColorMatrix(ColorMatrix src) { in ColorMatrix() method in ColorMatrix 86 public void set(ColorMatrix src) { in set() 93 public void set(float[] src) { in set()
|
D | Matrix.java | 238 public Matrix(Matrix src) { in Matrix() method in Matrix 263 public void set(Matrix src) { in set() 532 public boolean setRectToRect(RectF src, RectF dst, ScaleToFit stf) { in setRectToRect() 540 private static void checkPointArrays(float[] src, int srcIndex, in checkPointArrays() 564 public boolean setPolyToPoly(float[] src, int srcIndex, in setPolyToPoly() 595 public void mapPoints(float[] dst, int dstIndex, float[] src, int srcIndex, in mapPoints() 617 public void mapVectors(float[] dst, int dstIndex, float[] src, int srcIndex, in mapVectors() 632 public void mapPoints(float[] dst, float[] src) { in mapPoints() 650 public void mapVectors(float[] dst, float[] src) { in mapVectors() 689 public boolean mapRect(RectF dst, RectF src) { in mapRect() [all …]
|
/frameworks/native/libs/utils/ |
D | Unicode.cpp | 159 int32_t utf32_from_utf8_at(const char *src, size_t src_len, size_t index, size_t *next_index) in utf32_from_utf8_at() 177 ssize_t utf32_to_utf8_length(const char32_t *src, size_t src_len) in utf32_to_utf8_length() 191 void utf32_to_utf8(const char32_t* src, size_t src_len, char* dst) in utf32_to_utf8() 240 char16_t *strcpy16(char16_t *dst, const char16_t *src) in strcpy16() 262 char16_t *strncpy16(char16_t *dst, const char16_t *src, size_t n) in strncpy16() 333 void utf16_to_utf8(const char16_t* src, size_t src_len, char* dst) in utf16_to_utf8() 363 ssize_t utf8_length(const char *src) in utf8_length() 406 ssize_t utf16_to_utf8_length(const char16_t *src, size_t src_len) in utf16_to_utf8_length() 447 size_t utf8_to_utf32_length(const char *src, size_t src_len) in utf8_to_utf32_length() 472 void utf8_to_utf32(const char* src, size_t src_len, char32_t* dst) in utf8_to_utf32() [all …]
|
/frameworks/av/media/libstagefright/ |
D | SkipCutBuffer.cpp | 57 char *src = ((char*) buffer->data()) + offset; in submit() local 84 char *src = (char*) buffer->data(); in submit() local 99 void SkipCutBuffer::write(const char *src, size_t num) { in write()
|
/frameworks/base/core/java/android/text/ |
D | AutoText.java | 109 public static String get(CharSequence src, final int start, final int end, in get() 132 private String lookup(CharSequence src, final int start, final int end) { in lookup() 182 String src = parser.getAttributeValue(null, "src"); in init() local 212 private void add(String src, char off) { in add()
|
D | AndroidCharacter.java | 38 public native static void getDirectionalities(char[] src, byte[] dest, in getDirectionalities() 69 public native static void getEastAsianWidths(char[] src, int start, in getEastAsianWidths()
|
/frameworks/native/opengl/libagl/ |
D | mipmap.cpp | 58 uint16_t const * src = (uint16_t const *)base->data; in buildAPyramid() local 81 uint16_t const * src = (uint16_t const *)base->data; in buildAPyramid() local 101 uint32_t const * src = (uint32_t const *)base->data; in buildAPyramid() local 137 uint8_t const * src = (uint8_t const *)base->data; in buildAPyramid() local 157 uint16_t const * src = (uint16_t const *)base->data; in buildAPyramid() local
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | Copy_16.c | 28 void Copy_16( const LVM_INT16 *src, in Copy_16()
|
D | MonoTo2I_32.c | 28 void MonoTo2I_32( const LVM_INT32 *src, in MonoTo2I_32()
|
D | MonoTo2I_16.c | 28 void MonoTo2I_16( const LVM_INT16 *src, in MonoTo2I_16()
|
D | Add2_Sat_16x16.c | 28 void Add2_Sat_16x16( const LVM_INT16 *src, in Add2_Sat_16x16()
|
D | From2iToMono_32.c | 28 void From2iToMono_32( const LVM_INT32 *src, in From2iToMono_32()
|
D | From2iToMono_16.c | 28 void From2iToMono_16( const LVM_INT16 *src, in From2iToMono_16()
|
D | Int16LShiftToInt32_16x32.c | 28 void Int16LShiftToInt32_16x32(const LVM_INT16 *src, in Int16LShiftToInt32_16x32()
|
D | Int32RShiftToInt16_Sat_32x16.c | 28 void Int32RShiftToInt16_Sat_32x16(const LVM_INT32 *src, in Int32RShiftToInt16_Sat_32x16()
|
D | mult3s_16x16.c | 28 void Mult3s_16x16( const LVM_INT16 *src, in Mult3s_16x16()
|
D | DelayWrite_32.c | 28 void DelayWrite_32(const LVM_INT32 *src, /* Source 1, to be delayed */ in DelayWrite_32()
|
D | Shift_Sat_v16xv16.c | 29 const LVM_INT16 *src, in Shift_Sat_v16xv16()
|
D | MixSoft_1St_D32C31_WRA.c | 39 const LVM_INT32 *src, in MixSoft_1St_D32C31_WRA()
|
D | Mult3s_32x16.c | 29 void Mult3s_32x16( const LVM_INT32 *src, in Mult3s_32x16()
|
D | MixInSoft_D32C31_SAT.c | 37 const LVM_INT32 *src, in MixInSoft_D32C31_SAT()
|