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

123456

/frameworks/base/telecomm/java/android/telecom/
H A DLog.java130 * return a SHA-1 hash of the input string.
139 private static String secureHash(byte[] input) { argument
146 messageDigest.update(input);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DCpuVideoTrackDecoder.java131 * Copy the input data to the output data applying the specified rotation.
133 * @param input The input image data
137 private void copyRotate(ByteBuffer input, ByteBuffer output, int rotation) { argument
165 PixelUtils.copyPixels(input, output, mWidth, mHeight, offset, pixStride, rowStride);
237 ByteBuffer input, ByteBuffer output, int colorFormat, int width, int height) {
240 ColorSpace.convertArgb8888ToRgba8888(input, output, width, height);
243 ColorSpace.convertYuv420pToRgba8888(input, output, width, height);
236 convertImage( ByteBuffer input, ByteBuffer output, int colorFormat, int width, int height) argument
/frameworks/compile/mclinker/include/mcld/Script/
H A DScriptFile.h66 const Input& input() const { return m_Input; } function in class:mcld::ScriptFile
67 Input& input() { return m_Input; } function in class:mcld::ScriptFile
/frameworks/compile/mclinker/lib/CodeGen/
H A DMCLinker.cpp69 cl::desc("[input object files]"),
219 // Now, all input arguments are prepared well, send it into ObjectLinker
299 cl::list<mcld::sys::fs::Path>::iterator input, inBegin, inEnd; local
302 for (input = inBegin; input != inEnd; ++input) {
303 unsigned int pos = ArgInputObjectFiles.getPosition(input - inBegin);
304 actions.push_back(new InputFileAction(pos, *input));
414 // build up input tree
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp77 /// normalize - to convert the command line language to the input tree.
102 // 4.b - normalize the input tree
111 InputTree::const_dfs_iterator input, inEnd = pModule.getInputTree().dfs_end(); local
112 for (input=pModule.getInputTree().dfs_begin(); input!=inEnd; ++input) {
113 mcld::outs() << counter++ << " * " << (*input)->name();
114 switch((*input)->type()) {
131 unreachable(diag::err_cannot_trace_file) << (*input)->type()
132 << (*input)
[all...]
/frameworks/compile/mclinker/tools/mcld/lib/
H A DPositionalOptions.cpp20 // Normal input files
23 llvm::cl::desc("[input object files]"),
228 // set input
229 llvm::cl::list<mcld::sys::fs::Path>::iterator input, inBegin, inEnd; local
232 for (input = inBegin; input != inEnd; ++input) {
233 unsigned int pos = m_InputObjectFiles.getPosition(input - inBegin);
234 pActions.push_back(new InputFileAction(pos, *input));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatResponseMessage.java43 public void setInput(String input) { argument
44 mUsersInput = input;
/frameworks/rs/
H A DrsProgram.cpp58 uint32_t input = 0; local
63 mInputElements[input].set(reinterpret_cast<Element *>(params[ct+1]));
64 mHal.state.inputElements[input++] = reinterpret_cast<Element *>(params[ct+1]);
H A Drsg_generator.c652 FILE* input = fopen(rsgFile, "r"); local
654 char choice = fgetc(input);
655 fclose(input);
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DDrmPlugin.h172 const Vector<uint8_t>& input,
177 UNUSED(input);
186 const Vector<uint8_t>& input,
191 UNUSED(input);
169 encrypt( const Vector<uint8_t>& sessionId, const Vector<uint8_t>& keyId, const Vector<uint8_t>& input, const Vector<uint8_t>& iv, Vector<uint8_t>& output) argument
183 decrypt( const Vector<uint8_t>& sessionId, const Vector<uint8_t>& keyId, const Vector<uint8_t>& input, const Vector<uint8_t>& iv, Vector<uint8_t>& output) argument
/frameworks/av/media/libmedia/
H A DCharacterEncodingDetector.cpp274 * - decode the input using each of the matches found
283 const char *input, size_t len,
313 // keep track of how many "special" characters result when converting the input using each
348 const char *source = input;
349 const char *sourceLimit = input + len;
282 getPreferred( const char *input, size_t len, const UCharsetMatch** ucma, size_t nummatches, bool *goodmatch, int *highestmatch) argument
/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/av/services/audioflinger/
H A DPatchPanel.cpp203 // limit to connections between devices and input streams for HAL before 3.0
267 audio_io_handle_t input = AUDIO_IO_HANDLE_NONE; local
269 &input,
411 // create patch from source device to record thread input
435 // use a pseudo LCM between input and output framecount
/frameworks/av/services/audiopolicy/
H A DAudioPolicyClientImpl.cpp100 audio_io_handle_t *input,
113 return af->openInput(module, input, config, device, address, source, flags);
116 status_t AudioPolicyService::AudioPolicyClient::closeInput(audio_io_handle_t input) argument
123 return af->closeInput(input);
99 openInput(audio_module_handle_t module, audio_io_handle_t *input, audio_config_t *config, audio_devices_t *device, const String8& address, audio_source_t source, audio_input_flags_t flags) argument
H A DAudioPolicyClientImplLegacy.cpp202 audio_io_handle_t input = AUDIO_IO_HANDLE_NONE; local
203 status_t status = af->openInput(module, &input, &config, pDevices,
210 return input;
235 int aps_close_input(void *service __unused, audio_io_handle_t input) argument
242 return af->closeInput(input);
H A DAudioPolicyEffects.cpp54 // release audio input processing resources
80 status_t AudioPolicyEffects::addInputEffects(audio_io_handle_t input, argument
86 // create audio pre processors according to input source
96 ssize_t idx = mInputs.indexOfKey(input);
100 mInputs.add(input, inputDesc);
107 ALOGV("addInputEffects(): input: %d, refCount: %d", input, inputDesc->mRefCount);
113 audioSession, input);
134 status_t AudioPolicyEffects::releaseInputEffects(audio_io_handle_t input) argument
139 ssize_t index = mInputs.indexOfKey(input);
[all...]
/frameworks/base/cmds/input/src/com/android/commands/input/
H A DInput.java17 package com.android.commands.input;
19 import android.hardware.input.InputManager;
149 * @param text is a string of characters you want to input to the device.
222 * @param inputSource the InputDevice.SOURCE_* sending the input event
240 * @param inputSource the InputDevice.SOURCE_* sending the input event
272 System.err.println("Usage: input [<source>] <command> [<arg>...]");
/frameworks/base/core/java/android/text/format/
H A DTimeFormatter.java482 private static char brokenToLower(char input) { argument
483 if (input >= 'A' && input <= 'Z') {
484 return (char) (input - 'A' + 'a');
486 return input;
493 private static char brokenToUpper(char input) { argument
494 if (input >= 'a' && input <= 'z') {
495 return (char) (input - 'a' + 'A');
497 return 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/graphics/java/android/graphics/pdf/
H A DPdfEditor.java60 * @param input Seekable file descriptor to read from.
68 public PdfEditor(@NonNull ParcelFileDescriptor input) throws IOException { argument
69 if (input == null) {
70 throw new NullPointerException("input cannot be null");
75 Libcore.os.lseek(input.getFileDescriptor(), 0, OsConstants.SEEK_SET);
76 size = Libcore.os.fstat(input.getFileDescriptor()).st_size;
81 mInput = input;
H A DPdfRenderer.java133 * @param input Seekable file descriptor to read from.
139 public PdfRenderer(@NonNull ParcelFileDescriptor input) throws IOException { argument
140 if (input == null) {
141 throw new NullPointerException("input cannot be null");
146 Libcore.os.lseek(input.getFileDescriptor(), 0, OsConstants.SEEK_SET);
147 size = Libcore.os.fstat(input.getFileDescriptor()).st_size;
152 mInput = input;
/frameworks/base/libs/androidfw/
H A DZipUtils.cpp193 BufferReader(void* input, size_t inputSize) : argument
194 mInput(reinterpret_cast<unsigned char*>(input)),
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DFlingAnimationUtils.java271 public float getInterpolation(float input) { argument
272 float t = mCrossfader.getInterpolation(input);
273 return (1 - t) * mInterpolator1.getInterpolation(input)
274 + t * mInterpolator2.getInterpolation(input);
294 public float getInterpolation(float input) { argument
295 float time = input * mDurationSeconds;

Completed in 610 milliseconds

123456