Home
last modified time | relevance | path

Searched defs:input (Results 1 – 25 of 152) sorted by relevance

1234567

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DColorSpace.java42 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()
DPixelUtils.java44 public static void copyPixels(ByteBuffer input, in copyPixels()
67 private static native void nativeCopyPixels(ByteBuffer input, in nativeCopyPixels()
/frameworks/native/libs/gui/
DLayerState.cpp45 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/
DBase64.java88 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/
DInputTreeTest.cpp108 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/
DLinker.cpp119 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/
DFileAction.cpp26 Input* input = *pBuilder.getCurrentNode(); in activate() local
52 Input* input = *pBuilder.getCurrentNode(); in activate() local
/frameworks/compile/mclinker/include/mcld/MC/
DInputBuilder.h115 Input* input = createInput(pName, pPath, pType); variable
130 Input* input = createInput(pName, pPath, pType); variable
/frameworks/av/media/libeffects/lvm/lib/Common/src/
DAbs_32.c33 LVM_INT32 Abs_32(LVM_INT32 input) in Abs_32()
/frameworks/base/core/java/android/animation/
DTimeInterpolator.java37 float getInterpolation(float input); in getInterpolation()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFilterFunction.java112 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/
DETC1Util.java46 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/
DPatternScanner.java34 public PatternScanner(String input) { in PatternScanner()
38 public PatternScanner(String input, Pattern ignorePattern) { in PatternScanner()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Drate_control.cpp50 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/
DLinearInterpolator.java34 public float getInterpolation(float input) { in getInterpolation()
DAccelerateDecelerateInterpolator.java35 public float getInterpolation(float input) { in getInterpolation()
DCycleInterpolator.java42 public float getInterpolation(float input) { in getInterpolation()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
DFrameStore.java45 Frame input = pullInput("frame"); in process() local
DOutputStreamTarget.java49 Frame input = pullInput("data"); in process() local
DGLTextureTarget.java51 Frame input = pullInput("frame"); in process() local
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/text/
DStringLogger.java44 Frame input = pullInput("string"); in process() local
DToUpperCase.java48 Frame input = pullInput("mixedcase"); in process() local
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp121 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/
DImageEncoder.java59 Frame input = pullInput("image"); in process() local
/frameworks/base/core/java/android/content/pm/
DVerifierDeviceIdentity.java103 private static final String encodeBase32(long input) { in encodeBase32()
137 private static final long decodeBase32(byte[] input) throws IllegalArgumentException { in decodeBase32()

1234567