Searched refs:input (Results 176 - 200 of 444) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp238 Input* input = new Input(pInputSection, pPolicy); local
239 (*out)->append(input);
240 return std::make_pair(std::make_pair(*out, input), true);
246 Input* input = new Input(pInputSection, pPolicy); local
247 output->append(input);
249 return std::make_pair(std::make_pair(output, input), true);
274 Input* input = new Input(pInputDesc); local
275 (*out)->append(input);
276 return std::make_pair(std::make_pair(*out, input), true);
282 Input* input local
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMException.cpp37 "multiple maps for an input");
41 // Add mapping to the input-to-exdata map.
56 Input* input = *it; local
57 exData->addInputMap(input, ARMInputExMap::create(*input));
65 // Scan the input and collect all related sections.
94 // Remove this tuple from the input exception map.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
H A DarmCOMM.c303 * Description: Clips the input between MAX and MIN value
339 * Description: Clips the input between MAX and MIN value
383 * [in] shift Divides the input "v" by "2^shift"
731 * Returns the result of rounded right shift operation of input by the scalefactor
733 * output = Saturate_in_16Bits( ( Right/LeftShift( (Round(input) , shift ) )
736 * [in] input The input to be operated on
745 OMX_S16 armSatRoundRightShift_S32_S16(OMX_S32 input, OMX_INT shift) argument
747 input = armSatRoundLeftShift_S32(input,
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
H A DarmCOMM.c303 * Description: Clips the input between MAX and MIN value
339 * Description: Clips the input between MAX and MIN value
383 * [in] shift Divides the input "v" by "2^shift"
731 * Returns the result of rounded right shift operation of input by the scalefactor
733 * output = Saturate_in_16Bits( ( Right/LeftShift( (Round(input) , shift ) )
736 * [in] input The input to be operated on
745 OMX_S16 armSatRoundRightShift_S32_S16(OMX_S32 input, OMX_INT shift) argument
747 input = armSatRoundLeftShift_S32(input,
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
H A DarmCOMM.c303 * Description: Clips the input between MAX and MIN value
339 * Description: Clips the input between MAX and MIN value
383 * [in] shift Divides the input "v" by "2^shift"
731 * Returns the result of rounded right shift operation of input by the scalefactor
733 * output = Saturate_in_16Bits( ( Right/LeftShift( (Round(input) , shift ) )
736 * [in] input The input to be operated on
745 OMX_S16 armSatRoundRightShift_S32_S16(OMX_S32 input, OMX_INT shift) argument
747 input = armSatRoundLeftShift_S32(input,
[all...]
/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterface.h34 // configuration of audio input and output streams.
130 // request an input appropriate for record from the supplied device with supplied parameters.
132 audio_io_handle_t *input,
141 // indicates to the audio policy manager that the input starts being used.
142 virtual status_t startInput(audio_io_handle_t input,
144 // indicates to the audio policy manager that the input stops being used.
145 virtual status_t stopInput(audio_io_handle_t input,
147 // releases the input.
148 virtual void releaseInput(audio_io_handle_t input,
277 // Audio input Contro
[all...]
/frameworks/rs/api/
H A Drs_for_each.spec99 arg: rs_allocation input, "Allocation to source data from."
105 Runs the kernel over zero or more input allocations. They are passed after the
107 must be specified as the last argument. All input allocations,
111 the work has completed for all cells of the input allocations. If the kernel
116 "root" in the specified script, and only a single input allocation can be used.
120 input can be used.
138 arg: rs_allocation input
148 arg: rs_allocation input
160 arg: rs_allocation input
171 arg: rs_allocation input
[all...]
H A Drs_convert.spec106 The input values are typically between 0.0f and 1.0f inclusive. For input values outside
108 clamping may be done after the input is multiplied by 255.f and converted to an integer,
109 input numbers greater than INT_MAX/255.f or less than INT_MIN/255.f result in
/frameworks/base/services/core/java/com/android/server/
H A DWiredAccessoryManager.java32 import com.android.server.input.InputManagerService;
33 import com.android.server.input.InputManagerService.WiredAccessoryCallbacks;
34 import static com.android.server.input.InputManagerService.SW_HEADPHONE_INSERT;
35 import static com.android.server.input.InputManagerService.SW_MICROPHONE_INSERT;
36 import static com.android.server.input.InputManagerService.SW_LINEOUT_INSERT;
37 import static com.android.server.input.InputManagerService.SW_HEADPHONE_INSERT_BIT;
38 import static com.android.server.input.InputManagerService.SW_MICROPHONE_INSERT_BIT;
39 import static com.android.server.input.InputManagerService.SW_LINEOUT_INSERT_BIT;
/frameworks/base/tools/aapt/tests/
H A DPseudolocales_test.cpp29 static void simple_helper(const char* input, const char* expected, PseudolocalizationMethod method) { argument
31 String16 result = pseudo.start() + pseudo.text(String16(String8(input))) + pseudo.end();
/frameworks/base/tools/layoutlib/bridge/src/com/android/internal/view/animation/
H A DNativeInterpolatorFactoryHelper_Delegate.java106 public float getInterpolation(float input) { argument
107 float lutpos = input * mSize;
/frameworks/native/include/input/
H A DInputDevice.h20 #include <input/Input.h>
21 #include <input/KeyCharacterMap.h>
42 // A composite input device descriptor string that uniquely identifies the device
44 // upper layers of the input system to associate settings with individual devices.
52 // reuse values that are not associated with an input anymore.
57 * Describes the characteristics and capabilities of an input device.
136 /* Types of input device configuration files. */
144 * Gets the path of an input device configuration file, if one is available.
157 * Gets the path of an input device configuration file, if one is available.
/frameworks/native/libs/input/tests/
H A DStructLayout_test.cpp17 #include <input/InputTransport.h>
18 #include <input/Input.h>
/frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
H A DViewfinderProcessor.java86 public ProcessingTask(Allocation input) { argument
87 mInputAllocation = input;
111 // Get to newest input
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DDrmPlugin.h169 const Vector<uint8_t>& input,
174 UNUSED(input);
183 const Vector<uint8_t>& input,
188 UNUSED(input);
166 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
180 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/include/media/
H A DIAudioPolicyService.h82 audio_io_handle_t *input,
91 virtual status_t startInput(audio_io_handle_t input,
93 virtual status_t stopInput(audio_io_handle_t input,
95 virtual void releaseInput(audio_io_handle_t input,
/frameworks/av/services/audiopolicy/service/
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
/frameworks/base/core/java/android/content/pm/
H A DSignature.java91 final byte[] input = text.getBytes();
92 final int N = input.length;
102 final int hi = parseHexDigit(input[i++]);
103 final int lo = parseHexDigit(input[i++]);
/frameworks/base/core/java/android/hardware/input/
H A DInputDeviceIdentifier.java17 package android.hardware.input;
26 * Wrapper for passing identifying information for input devices.
/frameworks/base/include/android_runtime/
H A Dandroid_view_InputQueue.h20 #include <input/Input.h>
/frameworks/base/location/tests/locationtests/src/android/location/
H A DLocationTest.java96 double input = -80.085;
97 result = Location.convert(input, Location.FORMAT_MINUTES);
106 double input = -80;
107 result = Location.convert(input, Location.FORMAT_MINUTES);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DAutoFixFilter.java238 // Get input frame
239 Frame input = pullInput("image");
240 FrameFormat inputFormat = input.getFormat();
252 createHistogramFrame(context, mWidth, mHeight, input.getInts());
259 Frame[] inputs = {input, mHistFrame, mDensityFrame};
/frameworks/base/services/core/java/com/android/server/input/
H A DInputWindowHandle.java17 package com.android.server.input;
23 * Functions as a handle for a window that can receive input.
24 * Enables the native input dispatcher to refer indirectly to the window manager's window state.
28 // Pointer to the native input window handle.
33 // The input application handle.
39 // The input channel associated with the window.
87 // Window input features.
90 // Display this input is on.
/frameworks/minikin/libs/minikin/
H A Dunicode_emoji_h_gen.py46 parser.add_option('-i', '--input', type='str', action='store',
47 help='path to input emoji-data.txt')
101 emoji_list = _read_emoji_data(opts.input)
/frameworks/native/services/inputflinger/host/
H A DInputFlinger.cpp30 #include <hardware/input.h>

Completed in 892 milliseconds

1234567891011>>