Home
last modified time | relevance | path

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

12345678

/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()
74 status_t ComposerState::read(const Parcel& input) { in read()
93 status_t DisplayState::read(const Parcel& input) { in read()
/frameworks/base/libs/hwui/
DInterpolator.cpp33 float AccelerateDecelerateInterpolator::interpolate(float input) { in interpolate()
37 float AccelerateInterpolator::interpolate(float input) { in interpolate()
74 float CycleInterpolator::interpolate(float input) { in interpolate()
78 float DecelerateInterpolator::interpolate(float input) { in interpolate()
103 float LUTInterpolator::interpolate(float input) { in interpolate()
/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/lib/MC/
DFileAction.cpp24 Input* input = *pBuilder.getCurrentNode(); in activate() local
50 Input* input = *pBuilder.getCurrentNode(); in activate() local
/frameworks/compile/mclinker/lib/Script/
DScriptReader.cpp32 bool ScriptReader::isMyFormat(Input& input, bool &doContinue) const in isMyFormat()
43 Input& input = pScriptFile.input(); in readScript() local
DGroupCmd.cpp53 InputToken* input = llvm::cast<InputToken>(*it); in dump() local
152 Input* input = *m_Builder.getCurrentNode(); in activate() local
/frameworks/compile/mclinker/include/mcld/MC/
DInputBuilder.h111 Input* input = createInput(pName, pPath, pType); variable
126 Input* input = createInput(pName, pPath, pType); variable
/frameworks/native/libs/gui/tests/
DIGraphicBufferProducer_test.cpp346 IGraphicBufferProducer::QueueBufferInput input = CreateBufferInput(); in TEST_F() local
376 IGraphicBufferProducer::QueueBufferInput input = CreateBufferInput(); in TEST_F() local
387 IGraphicBufferProducer::QueueBufferInput input = CreateBufferInput(); in TEST_F() local
405 IGraphicBufferProducer::QueueBufferInput input = CreateBufferInput(); in TEST_F() local
419 IGraphicBufferProducer::QueueBufferInput input = in TEST_F() local
428 IGraphicBufferProducer::QueueBufferInput input = in TEST_F() local
441 IGraphicBufferProducer::QueueBufferInput input = in TEST_F() local
454 IGraphicBufferProducer::QueueBufferInput input = CreateBufferInput(); in TEST_F() local
DBufferQueue_test.cpp127 IGraphicBufferProducer::QueueBufferInput input(0, false, Rect(0, 0, 1, 1), in TEST_F() local
247 IGraphicBufferProducer::QueueBufferInput input(0, false, Rect(0, 0, 1, 1), in TEST_F() local
276 IGraphicBufferProducer::QueueBufferInput input(0, false, Rect(0, 0, 1, 1), in TEST_F() local
341 IGraphicBufferProducer::QueueBufferInput input(0, false, Rect(0, 0, 1, 1), in TEST_F() local
/frameworks/base/tools/aapt/tests/
DAaptConfig_test.cpp26 static ::testing::AssertionResult TestParse(const String8& input, ConfigDescription* config=NULL) { in TestParse()
33 static ::testing::AssertionResult TestParse(const char* input, ConfigDescription* config=NULL) { in TestParse()
/frameworks/av/media/libeffects/lvm/lib/Common/src/
DAbs_32.c33 LVM_INT32 Abs_32(LVM_INT32 input) in Abs_32()
/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/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/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/core/java/android/animation/
DTimeInterpolator.java37 float getInterpolation(float input); in getInterpolation()
/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/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()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
DFrameStore.java44 Frame input = pullInput("frame"); in process() local
DGLTextureTarget.java48 Frame input = pullInput("frame"); in process() local
/frameworks/base/core/java/android/view/animation/
DAccelerateDecelerateInterpolator.java40 public float getInterpolation(float input) { in getInterpolation()
DLinearInterpolator.java38 public float getInterpolation(float input) { in getInterpolation()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/text/
DStringLogger.java44 Frame input = pullInput("string"); in process() local

12345678