Searched defs:Copy (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dcopy.cpp66 * FUNCTION: Copy
68 * PURPOSE: Copy vector x[] to y[]
75 * Function : Copy
76 * Purpose : Copy vector x[] to y[]
80 void Copy( function
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dutil.c20 * Description: Reset and Copy buffer *
45 * Function: Copy() *
47 * Description: Copy vector x[] to y[] *
50 void Copy( function
/frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
H A DCopy.java29 public class Copy extends TestBase { class in inherits:TestBase
/frameworks/base/tests/RenderScriptTests/ImageProcessing2/src/com/android/rs/image/
H A DCopy.java24 public class Copy extends TestBase { class in inherits:TestBase
/frameworks/av/media/libstagefright/codecs/common/include/
H A DvoMem.h46 VO_U32 (VO_API * Copy) (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize); member in struct:VO_MEM_OPERATOR
/frameworks/ex/variablespeed/jni/
H A Dring_buffer.cc101 void RingBuffer::Copy(int reader, float* destination, int num_frames) const { function in class:video_editing::RingBuffer
127 Copy(reader, temp_read_buffer_, num_frames);
/frameworks/opt/mailcommon/java/com/android/mailcommon/
H A DWebViewContextMenu.java87 private class Copy implements MenuItem.OnMenuItemClickListener { class in class:WebViewContextMenu
90 public Copy(CharSequence text) { method in class:WebViewContextMenu.Copy
231 // Copy
233 setOnMenuItemClickListener(new Copy(extra));
242 setOnMenuItemClickListener(new Copy(extra));
261 setOnMenuItemClickListener(new Copy(extra));
283 setOnMenuItemClickListener(new Copy(extra));
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dtypedefs.h195 #define Copy voAWB_Copy macro

Completed in 290 milliseconds