/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | ColorSpace.java | 42 ByteBuffer input, ByteBuffer output, int width, int height) { in convertYuv420pToRgba8888() 61 ByteBuffer input, ByteBuffer output, int width, int height) { in convertArgb8888ToRgba8888() 80 ByteBuffer input, ByteBuffer output, int width, int height) { in convertRgba8888ToHsva8888() 99 ByteBuffer input, ByteBuffer output, int width, int height) { in convertRgba8888ToYcbcra8888() 105 private static void expectInputSize(ByteBuffer input, int expectedSize) { in expectInputSize() 122 ByteBuffer input, ByteBuffer output, int width, int height); in nativeYuv420pToRgba8888() 125 ByteBuffer input, ByteBuffer output, int width, int height); in nativeArgb8888ToRgba8888() 128 ByteBuffer input, ByteBuffer output, int width, int height); in nativeRgba8888ToHsva8888() 131 ByteBuffer input, ByteBuffer output, int width, int height); in nativeRgba8888ToYcbcra8888()
|
D | PixelUtils.java | 44 public static void copyPixels(ByteBuffer input, in copyPixels() 67 private static native void nativeCopyPixels(ByteBuffer input, in nativeCopyPixels()
|
/frameworks/native/libs/gui/ |
D | LayerState.cpp | 45 status_t layer_state_t::read(const Parcel& input) in read() 70 status_t ComposerState::read(const Parcel& input) { in read() 87 status_t DisplayState::read(const Parcel& input) { in read()
|
/frameworks/base/core/java/android/util/ |
D | Base64.java | 88 public abstract boolean process(byte[] input, int offset, int len, boolean finish); in process() 135 public static byte[] decode(byte[] input, int flags) { in decode() 155 public static byte[] decode(byte[] input, int offset, int len, int flags) { in decode() 263 public boolean process(byte[] input, int offset, int len, boolean finish) { in process() 454 public static String encodeToString(byte[] input, int flags) { in encodeToString() 475 public static String encodeToString(byte[] input, int offset, int len, int flags) { in encodeToString() 493 public static byte[] encode(byte[] input, int flags) { in encode() 509 public static byte[] encode(byte[] input, int offset, int len, int flags) { in encode() 603 public boolean process(byte[] input, int offset, int len, boolean finish) { in process()
|
/frameworks/compile/mclinker/unittests/ |
D | InputTreeTest.cpp | 108 Input* input = m_pAlloc->produce("FileSpec", "path1"); in TEST_F() local 115 Input* input = m_pAlloc->produce("FileSpec", "path1"); in TEST_F() local 139 Input* input = m_pAlloc->produce("FileSpec", "path1"); in TEST_F() local 155 Input* input = m_pAlloc->produce("111", "/"); in TEST_F() local
|
/frameworks/compile/mclinker/tools/mcld/lib/Core/ |
D | Linker.cpp | 119 mcld::Input* input = mBuilder->ReadInput(pNameSpec); in addNameSpec() local 127 mcld::Input* input = mBuilder->ReadInput(pObjectPath, pObjectPath); in addObject() local 135 mcld::Input* input = mBuilder->ReadInput("NAN", pMemory, pSize); in addObject() local 142 mcld::Input* input = mBuilder->CreateInput("NAN", "NAN", mcld::Input::Object); in addCode() local
|
/frameworks/compile/mclinker/lib/MC/ |
D | FileAction.cpp | 26 Input* input = *pBuilder.getCurrentNode(); in activate() local 52 Input* input = *pBuilder.getCurrentNode(); in activate() local
|
/frameworks/compile/mclinker/include/mcld/MC/ |
D | InputBuilder.h | 115 Input* input = createInput(pName, pPath, pType); variable 130 Input* input = createInput(pName, pPath, pType); variable
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | Abs_32.c | 33 LVM_INT32 Abs_32(LVM_INT32 input) in Abs_32()
|
/frameworks/base/core/java/android/animation/ |
D | TimeInterpolator.java | 37 float getInterpolation(float input); in getInterpolation()
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | FilterFunction.java | 112 public void setInputFrame(String input, Frame frame) { in setInputFrame() 116 public void setInputValue(String input, Object value) { in setInputValue()
|
/frameworks/base/opengl/java/android/opengl/ |
D | ETC1Util.java | 46 int fallbackFormat, int fallbackType, InputStream input) in loadTexture() 152 public static ETC1Texture createTexture(InputStream input) throws IOException { in createTexture() 192 …public static ETC1Texture compressTexture(Buffer input, int width, int height, int pixelSize, int … in compressTexture()
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/io/ |
D | PatternScanner.java | 34 public PatternScanner(String input) { in PatternScanner() 38 public PatternScanner(String input, Pattern ignorePattern) { in PatternScanner()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | rate_control.cpp | 50 PV_STATUS RC_Initialize(void *input) in RC_Initialize() 416 PV_STATUS RC_UpdateBXRCParams(void *input) in RC_UpdateBXRCParams() 529 void targetBitCalculation(void *input) in targetBitCalculation() 699 void calculateQuantizer_Multipass(void *input) in calculateQuantizer_Multipass()
|
/frameworks/base/core/java/android/view/animation/ |
D | LinearInterpolator.java | 34 public float getInterpolation(float input) { in getInterpolation()
|
D | AccelerateDecelerateInterpolator.java | 35 public float getInterpolation(float input) { in getInterpolation()
|
D | CycleInterpolator.java | 42 public float getInterpolation(float input) { in getInterpolation()
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/ |
D | FrameStore.java | 45 Frame input = pullInput("frame"); in process() local
|
D | OutputStreamTarget.java | 49 Frame input = pullInput("data"); in process() local
|
D | GLTextureTarget.java | 51 Frame input = pullInput("frame"); in process() local
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/text/ |
D | StringLogger.java | 44 Frame input = pullInput("string"); in process() local
|
D | ToUpperCase.java | 48 Frame input = pullInput("mixedcase"); in process() local
|
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectLinker.cpp | 121 Module::input_iterator input, inEnd = m_pModule->input_end(); in normalize() local 227 mcld::InputTree::bfs_iterator input, inEnd = m_pModule->getInputTree().bfs_end(); in readRelocations() local 375 Module::obj_iterator input, inEnd = m_pModule->obj_end(); in scanRelocations() local
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
D | ImageEncoder.java | 59 Frame input = pullInput("image"); in process() local
|
/frameworks/base/core/java/android/content/pm/ |
D | VerifierDeviceIdentity.java | 103 private static final String encodeBase32(long input) { in encodeBase32() 137 private static final long decodeBase32(byte[] input) throws IllegalArgumentException { in decodeBase32()
|