Searched defs:input (Results 51 - 75 of 101) sorted by relevance

12345

/frameworks/compile/mclinker/tools/mcld/lib/Core/
H A DLinker.cpp51 "Linker::setOutput() is not called before add input files",
190 mcld::Input* input = mLDInfo->inputFactory().produce(pNameSpec, *path,
192 mLDInfo->inputs().insert<mcld::InputTree::Positional>(*mRoot, *input);
196 return openFile(*path, kOpenNameSpec, *input);
201 mcld::Input* input = mLDInfo->inputFactory().produce(pObjectPath, local
205 mLDInfo->inputs().insert<mcld::InputTree::Positional>(*mRoot, *input);
209 return openFile(pObjectPath, kOpenObjectFile, *input);
215 mcld::Input* input = mLDInfo->inputFactory().produce("memory object", local
219 mLDInfo->inputs().insert<mcld::InputTree::Positional>(*mRoot, *input);
224 input
233 mcld::Input* input = mLDInfo->inputFactory().produce("code object", local
[all...]
/frameworks/compile/mclinker/unittests/Linker/
H A DTestLinker.cpp143 mcld::Input* input = m_pInfo->inputFactory().produce(pPath, pPath, local
146 m_pInfo->inputs().insert<mcld::InputTree::Positional>(m_Root, *input);
159 input->setMemArea(input_memory);
163 input->setContext(context);
168 mcld::Input* input = m_pInfo->inputFactory().produce("memory object", "NAN", local
171 m_pInfo->inputs().insert<mcld::InputTree::Positional>(m_Root, *input);
177 input->setMemArea(input_memory);
181 input->setContext(context);
186 mcld::Input* input = m_pInfo->inputFactory().produce("handler object", "NAN", local
189 m_pInfo->inputs().insert<mcld::InputTree::Positional>(m_Root, *input);
237 mcld::Input* input = m_pInfo->inputFactory().produce(pNameSpec, *path, local
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCommandParams.java159 Input input = null; field in class:GetInputParams
161 GetInputParams(CommandDetails cmdDet, Input input) { argument
163 this.input = input;
167 if (icon != null && input != null) {
168 input.icon = icon;
/frameworks/rs/
H A DrsProgram.cpp56 uint32_t input = 0; local
61 mInputElements[input].set(reinterpret_cast<Element *>(params[ct+1]));
62 mHal.state.inputElements[input++] = reinterpret_cast<Element *>(params[ct+1]);
H A Drsg_generator.c609 FILE* input = fopen(rsgFile, "r"); local
611 char choice = fgetc(input);
612 fclose(input);
/frameworks/support/renderscript/v8/rs_support/
H A Drsg_generator.c609 FILE* input = fopen(rsgFile, "r"); local
611 char choice = fgetc(input);
612 fclose(input);
/frameworks/base/media/mca/filterfw/jni/
H A Djni_native_program.cpp141 // Get the input buffers
148 jobject input = env->GetObjectArrayElement(inputs, i); local
149 if (input) {
150 NativeFrame* native_frame = ConvertFromJava<NativeFrame>(env, input);
152 ALOGE("NativeProgram: Could not grab NativeFrame input %d!", i);
H A Djni_shader_program.cpp105 // Get the input frames
108 jobject input = env->GetObjectArrayElement(inputs, i); local
109 const GLFrame* input_frame = ConvertFromJava<GLFrame>(env, input);
110 if (!input || !input_frame) {
111 ALOGE("ShaderProgram: invalid input frame %d!", i);
/frameworks/av/libvideoeditor/vss/src/
H A DVideoEditorResampler.cpp146 void LVAudioresample_LowQuality(M4OSA_Int16* out, M4OSA_Int16* input, argument
154 memcpy(context->mInput,input,(context->nbSamples * context->nbChannels * sizeof(int16_t)));
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Davcenc_api.cpp276 OSCL_EXPORT_REF AVCEnc_Status PVAVCEncSetInput(AVCHandle *avcHandle, AVCFrameIO *input) argument
299 if (input->pitch > 0xFFFF)
308 if (AVCENC_SUCCESS != RCDetermineFrameNum(encvid, rateCtrl, input->coding_timestamp, &frameNum))
317 encvid->currInput = input;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastcodemb.cpp43 -ncoefblck[] as input, to keep position of last non-zero coeff*/
74 VideoEncFrameIO *inputFrame = video->input;
79 UChar *rec, *input, *pred; local
130 input = inputFrame->yChan + offset;
131 if (lx != width) input -= (ind_y << 9); /* non-padded offset */
147 input += 8;
152 input += dctMode;
162 input = inputFrame->uChan + offsetc;
163 if (lx != width) input -= (ind_y << 7);
168 sad = getBlockSum(input, widt
310 UChar *rec, *input, *pred; local
[all...]
H A Drate_control.cpp25 void targetBitCalculation(void *input);
41 PV_STATUS RC_UpdateBXRCParams(void *input); Parameters update for target bitrate or framerate change
50 PV_STATUS RC_Initialize(void *input) argument
52 VideoEncData *video = (VideoEncData *) input;
416 PV_STATUS RC_UpdateBXRCParams(void *input) argument
418 VideoEncData *video = (VideoEncData *) input;
529 void targetBitCalculation(void *input) argument
531 VideoEncData *video = (VideoEncData *) input;
699 void calculateQuantizer_Multipass(void *input) argument
701 VideoEncData *video = (VideoEncData *) input;
[all...]
/frameworks/base/core/java/android/util/
H A DBase64.java76 * Encode/decode another block of input data. this.output is
85 * @return true if the input so far is good; false if some
86 * error has been detected in the input stream..
88 public abstract boolean process(byte[] input, int offset, int len, boolean finish); argument
92 * could produce for the given number of input bytes. This may
103 * Decode the Base64-encoded data in input and return the data in
109 * @param str the input String to decode, which is converted to
114 * @throws IllegalArgumentException if the input contains
122 * Decode the Base64-encoded data in input and return the data in
128 * @param input th
135 decode(byte[] input, int flags) argument
155 decode(byte[] input, int offset, int len, int flags) argument
263 process(byte[] input, int offset, int len, boolean finish) argument
454 encodeToString(byte[] input, int flags) argument
475 encodeToString(byte[] input, int offset, int len, int flags) argument
493 encode(byte[] input, int flags) argument
509 encode(byte[] input, int offset, int len, int flags) argument
603 process(byte[] input, int offset, int len, boolean finish) argument
[all...]
/frameworks/base/services/java/com/android/server/input/
H A DPersistentDataStore.java17 package com.android.server.input;
48 * Manages persistent state recorded by the input manager service as an XML file.
53 * &lt;input-mananger-state>
54 * &lt;input-devices>
55 * &lt;input-device descriptor="xxxxx" keyboard-layout="yyyyy" />
56 * &gt;input-devices>
57 * &gt;/input-manager-state>
75 mAtomicFile = new AtomicFile(new File("/data/system/input-manager-state.xml"));
194 Slog.w(InputManagerService.TAG, "Failed to load input manager persistent store data.", ex);
197 Slog.w(InputManagerService.TAG, "Failed to load input manage
[all...]
/frameworks/native/libs/gui/
H A DISurfaceTexture.cpp108 const QueueBufferInput& input, QueueBufferOutput* output) {
112 data.write(input);
233 QueueBufferInput input(data);
237 status_t result = queueBuffer(buf, input, output);
107 queueBuffer(int buf, const QueueBufferInput& input, QueueBufferOutput* output) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
H A DarmCOMM.c288 * Description: Clips the input between MAX and MIN value
324 * Description: Clips the input between MAX and MIN value
368 * [in] shift Divides the input "v" by "2^shift"
716 * Returns the result of rounded right shift operation of input by the scalefactor
718 * output = Saturate_in_16Bits( ( Right/LeftShift( (Round(input) , shift ) )
721 * [in] input The input to be operated on
730 OMX_S16 armSatRoundRightShift_S32_S16(OMX_S32 input, OMX_INT shift) argument
732 input = armSatRoundLeftShift_S32(input,
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
H A DarmCOMM.c288 * Description: Clips the input between MAX and MIN value
324 * Description: Clips the input between MAX and MIN value
368 * [in] shift Divides the input "v" by "2^shift"
716 * Returns the result of rounded right shift operation of input by the scalefactor
718 * output = Saturate_in_16Bits( ( Right/LeftShift( (Round(input) , shift ) )
721 * [in] input The input to be operated on
730 OMX_S16 armSatRoundRightShift_S32_S16(OMX_S32 input, OMX_INT shift) argument
732 input = armSatRoundLeftShift_S32(input,
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
H A DarmCOMM.c288 * Description: Clips the input between MAX and MIN value
324 * Description: Clips the input between MAX and MIN value
368 * [in] shift Divides the input "v" by "2^shift"
716 * Returns the result of rounded right shift operation of input by the scalefactor
718 * output = Saturate_in_16Bits( ( Right/LeftShift( (Round(input) , shift ) )
721 * [in] input The input to be operated on
730 OMX_S16 armSatRoundRightShift_S32_S16(OMX_S32 input, OMX_INT shift) argument
732 input = armSatRoundLeftShift_S32(input,
[all...]
/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java424 public static int activityInfoConfigToNative(int input) { argument
427 if ((input&(1<<i)) != 0) {
463 * The desired soft input mode for this activity's main window.
/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java17 package android.hardware.input;
42 * Provides information about input devices and available key layouts.
72 * The input manager service locates available keyboard layouts
85 * &lt;action android:name="android.hardware.input.action.QUERY_KEYBOARD_LAYOUTS" />
87 * &lt;meta-data android:name="android.hardware.input.metadata.KEYBOARD_LAYOUTS"
112 * <a href="http://source.android.com/tech/input/key-character-map-files.html">
118 "android.hardware.input.action.QUERY_KEYBOARD_LAYOUTS";
129 "android.hardware.input.metadata.KEYBOARD_LAYOUTS";
158 * Waits for previous events to be dispatched so that the input dispatcher can
159 * determine whether input even
[all...]
/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java220 // Opens the notification dialog and waits for user input
233 // notification and takes user input
284 * @param input a 7-bit packed char array
287 static String decodeGSMPackedString(byte[] input) argument
290 int lengthBytes = input.length;
300 if ((input[lengthBytes - 1] >> 1) == PADDING_CHAR) {
306 decoded = GsmAlphabet.gsm7BitPackedToString(input, 0, lengthSeptets);
317 static String decodeUTF8String(byte[] input) argument
321 decoded = new String(input, "UTF-8");
330 static String decodeUCS2String(byte[] input) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java86 * @param input the file from which to read the bitmap content
93 public static Bitmap createBitmap(File input, boolean isMutable, Density density) argument
96 Bitmap_Delegate delegate = new Bitmap_Delegate(ImageIO.read(input), Config.ARGB_8888);
104 * @param input the stream from which to read the bitmap content
111 public static Bitmap createBitmap(InputStream input, boolean isMutable, Density density) argument
114 Bitmap_Delegate delegate = new Bitmap_Delegate(ImageIO.read(input), Config.ARGB_8888);
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardUtils.java486 * such kind of input but must never output it unless the target is very specific
487 * to the device which is able to parse the malformed input.
658 * Guesses the format of input image. Currently just the first few bytes are used.
661 * @param input Image as byte array.
664 public static String guessImageType(final byte[] input) { argument
665 if (input == null) {
668 if (input.length >= 3 && input[0] == 'G' && input[1] == 'I' && input[
[all...]
/frameworks/base/media/java/android/media/
H A DMediaCodec.java62 * Each codec maintains a number of input and output buffers that are
68 * input nor output buffers, subsequent calls to {@link #dequeueInputBuffer}
73 * Once the client has an input buffer available it can fill it with data
101 * Once the client reaches the end of the input data it signals the end of
102 * the input stream by specifying a flag of {@link #BUFFER_FLAG_END_OF_STREAM} in the call to
110 * Any input or output buffers the client may own at the point of the flush are
160 * Instantiate a decoder supporting input data of the given mime type.
177 * @param type The mime type of the input data.
227 * @param format The format of the input data (decoder) or the desired
265 * you can query the component for its input/outpu
501 getBuffers(boolean input) argument
[all...]
/frameworks/av/libvideoeditor/lvpp/
H A DNativeWindowRenderer.cpp317 void NativeWindowRenderer::render(RenderInput* input) { argument
318 sp<SurfaceTexture> ST = input->mST;
319 sp<SurfaceTextureClient> STC = input->mSTC;
321 if (input->mIsExternalBuffer) {
322 queueExternalBuffer(STC.get(), input->mBuffer,
323 input->mWidth, input->mHeight);
325 queueInternalBuffer(STC.get(), input->mBuffer);
332 calculatePositionCoordinates(input->mRenderingMode,
333 input
541 RenderInput* input = new RenderInput(this, mNextTextureId); local
552 destroyRenderInput(RenderInput* input) argument
[all...]

Completed in 373 milliseconds

12345