Home
last modified time | relevance | path

Searched defs:dst (Results 1 – 25 of 39) sorted by relevance

12

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DCompletionInfoUtils.java34 final CompletionInfo[] dst = new CompletionInfo[src.length]; in removeNulls() local
/packages/apps/Gallery2/jni_jpegstream/src/
Djpeg_hook.cpp25 DestManager *dst = reinterpret_cast<DestManager*>(cinfo->dest); in Mgr_init_destination_fcn() local
31 DestManager *dst = reinterpret_cast<DestManager*>(cinfo->dest); in Mgr_empty_output_buffer_fcn() local
42 DestManager *dst = reinterpret_cast<DestManager*>(cinfo->dest); in Mgr_term_destination_fcn() local
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DVideoUtils.java71 public static void startTrim(File src, File dst, int startMs, int endMs) in startTrim()
83 File dst = dstFileInfo.mFile; in startMuteUsingMp4Parser() local
101 private static void writeMovieIntoFile(File dst, Movie movie) in writeMovieIntoFile()
230 private static void trimUsingMp4Parser(File src, File dst, int startMs, int endMs) in trimUsingMp4Parser()
/packages/apps/Gallery2/jni/filters/
Dkmeans.h26 inline void sum(T values[], int len, int dimension, int stride, N dst[]) { in sum()
48 inline void add(T val[], N dst[], int dimension) { in add()
56 inline void divide(T dst[], N divisor, int dimension) { in divide()
88 void initialPickHeuristicRandom(int k, T values[], int len, int dimension, int stride, T dst[], in initialPickHeuristicRandom()
142 T dst[]) { in calculateNewCentroids()
Dnegative.c26 char * dst = destination; in JNIFUNCF() local
Dgeometry.c131 …ry, nativeApplyFilterFlip, jobject src, jint srcWidth, jint srcHeight, jobject dst, jint dstWidth,… in JNIFUNCF()
144 …, nativeApplyFilterRotate, jobject src, jint srcWidth, jint srcHeight, jobject dst, jint dstWidth,… in JNIFUNCF()
154 …ry, nativeApplyFilterCrop, jobject src, jint srcWidth, jint srcHeight, jobject dst, jint dstWidth,… in JNIFUNCF()
165 jint srcHeight __unused, jobject dst, jint dstWidth, jint dstHeight, in JNIFUNCF()
Dkmeans.cc43 unsigned char * dst = (unsigned char *) destination; in JNIFUNCF() local
Dedge.c35 char * dst = destination; in JNIFUNCF() local
/packages/services/Car/evs/app/
DFormatConvert.cpp62 uint32_t* dst, unsigned dstStridePixels) in copyNV21toRGB32()
93 uint32_t* dst, unsigned dstStridePixels) in copyYV12toRGB32()
127 uint32_t* dst, unsigned dstStridePixels) in copyYUYVtoRGB32()
159 void* dst, unsigned dstStridePixels, in copyMatchedInterleavedFormats()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/
DInputPointersTests.java124 final InputPointers dst = new InputPointers(DEFAULT_CAPACITY); in testSet() local
144 final InputPointers dst = new InputPointers(DEFAULT_CAPACITY); in testCopy() local
165 final InputPointers dst = new InputPointers(DEFAULT_CAPACITY); in testAppend() local
235 final InputPointers dst = new InputPointers(DEFAULT_CAPACITY); in testAppendResizableIntArray() local
DResizableIntArrayTests.java201 final ResizableIntArray dst = new ResizableIntArray(DEFAULT_CAPACITY); in testSet() local
215 final ResizableIntArray dst = new ResizableIntArray(DEFAULT_CAPACITY); in testCopy() local
244 final ResizableIntArray dst = new ResizableIntArray(DEFAULT_CAPACITY * 2); in testAppend() local
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_utilities.cpp102 inline void db_WarpImageLutFast_u(const unsigned char * const * src, unsigned char ** dst, int w, i… in db_WarpImageLutFast_u()
123 inline void db_WarpImageLutBilinear_u(const unsigned char * const * src, unsigned char ** dst, int … in db_WarpImageLutBilinear_u()
143 void db_WarpImageLut_u(const unsigned char * const * src, unsigned char ** dst, int w, int h, in db_WarpImageLut_u()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DMetrics.java115 @Nullable DocumentInfo dst) { in logFileOperation()
279 DocumentInfo dst, in logInterProviderFileOps()
570 ProviderCounts counts, List<DocumentInfo> srcs, @Nullable DocumentInfo dst) { in countProviders()
588 ProviderCounts counts, String authority, @Nullable DocumentInfo dst) { in countForAuthority()
/packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/dicttool/
DBinaryDictOffdeviceUtilsTests.java99 final File dst = File.createTempFile("testGetRawDict", ".tmp"); in testGetRawDictWorks() local
128 final File dst = File.createTempFile("testGetRawDict", ".tmp"); in testGetRawDictFails() local
/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpServer.java147 @NonNull InetAddress dst) throws ErrnoException, IOException; in sendPacket()
185 @NonNull InetAddress dst) throws ErrnoException, IOException { in sendPacket()
522 final Inet4Address dst = isEmpty(request.mRelayIp) in transmitNak() local
538 final Inet4Address dst = getAckOrOfferDst(request, lease, broadcastFlag); in transmitOfferOrAckPacket() local
543 @NonNull Inet4Address dst) { in transmitPacket()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/
DStatsLogCompatManager.java91 private static void copy(Target src, LauncherTarget dst) { in copy()
/packages/services/Car/evs/sampleDriver/
DbufferCopy.cpp150 uint32_t* dst = (uint32_t*)tgt; in fillRGBAFromYUYV() local
184 uint8_t* dst = (uint8_t*)tgt; in fillYUYVFromYUYV() local
199 uint32_t* dst = (uint32_t*)tgt; in fillYUYVFromUYVY() local
/packages/apps/Dialer/java/com/android/dialer/contactphoto/
DBitmapUtil.java113 final RectF dst = new RectF(0, 0, targetWidth, targetHeight); in getRoundedBitmap() local
/packages/apps/Contacts/src/com/android/contacts/util/
DBitmapUtil.java137 final RectF dst = new RectF(0, 0, targetWidth, targetHeight); in getRoundedBitmap() local
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDragHost.java119 DocumentInfo dst = mDestinationLookup.lookup(v); in handleDropEvent() local
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DPendingItemDragHelper.java170 Rect dst = new Rect(0, 0, scaledWidth, scaledHeight); in convertPreviewToAlphaBitmap() local
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
DPgmImage.cpp64 void PgmImage::DeepCopy(const PgmImage& src, PgmImage& dst) in DeepCopy()
/packages/apps/Camera2/jni/
Djpegutilnative.cpp123 char* dst = 0; in Java_com_android_camera_util_JpegUtilNative_copyImagePlaneToBitmap() local
/packages/modules/NetworkStack/jni/
Dnetwork_stack_utils_jni.cpp50 static bool checkLenAndCopy(JNIEnv* env, const jbyteArray& addr, int len, void* dst) { in checkLenAndCopy()
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Ddbreg.h480 inline void db_WarpImageLutFast_rgb(const unsigned char * const * src, unsigned char ** dst, int w,… in db_WarpImageLutFast_rgb()
526 inline void db_WarpImageLutBilinear_rgb(const unsigned char * const * src, unsigned char ** dst, in… in db_WarpImageLutBilinear_rgb()

12