Searched refs:output (Results 226 - 250 of 310) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/tools/mcld/
H A DMain.cpp206 /// Configure the output filename.
210 std::string output(output_name.str());
211 if (output.empty()) {
213 output.assign("_out");
216 output += ".obj";
220 output += ".dll";
224 output += ".exe";
235 output.assign("a.out");
237 } // if (output.empty())
239 module.setName(output);
[all...]
/frameworks/av/media/ndk/
H A DNdkMediaDrm.cpp586 const uint8_t *input, uint8_t *output, size_t dataSize, bool encrypt) {
619 memcpy(output, outputVec.array(), outputVec.size());
627 const uint8_t *input, uint8_t *output, size_t dataSize) {
632 input, output, dataSize, true);
638 const uint8_t *input, uint8_t *output, size_t dataSize) {
643 input, output, dataSize, false);
583 encrypt_decrypt_common(AMediaDrm *mObj, const AMediaDrmSessionId &sessionId, const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv, const uint8_t *input, uint8_t *output, size_t dataSize, bool encrypt) argument
625 AMediaDrm_encrypt(AMediaDrm *mObj, const AMediaDrmSessionId *sessionId, const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv, const uint8_t *input, uint8_t *output, size_t dataSize) argument
636 AMediaDrm_decrypt(AMediaDrm *mObj, const AMediaDrmSessionId *sessionId, const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv, const uint8_t *input, uint8_t *output, size_t dataSize) argument
/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java212 * output stream.
256 * data is written to the output, the agent returns from this method and the backup
260 * sends them to the output:
270 * application's "owned" file system trees to the output other than the few exceptions
499 * @param output The destination to which the backed-up file data will be sent.
501 public final void fullBackupFile(File file, FullBackupDataOutput output) { argument
613 // In the measurement case, backupToTar() updates the size in output and returns
618 FullBackup.backupToTar(getPackageName(), domain, null, rootpath, filePath, output);
633 FullBackupDataOutput output) {
692 FullBackup.backupToTar(packageName, domain, null, domainPath, filePath, output);
630 fullBackupFileTree(String packageName, String domain, String startingPath, ArraySet<String> manifestExcludes, ArraySet<String> systemExcludes, FullBackupDataOutput output) argument
[all...]
/frameworks/base/core/java/android/view/
H A DView.java6547 * @param outRect The output location
6557 * @param outRect The output location
8797 * @param outViews The output list of matching Views.
9332 * as output. Since some Views are not important for accessibility the added
9336 * @param outChildren The output list that will receive children for accessibility.
11711 * Return the visible drawing bounds of your view. Fills in the output
16622 * Populates an output rectangle with the clip bounds of the view,
17368 String output = "";
17371 output += "TAKES_FOCUS";
17378 output
[all...]
H A DWindowManager.java2162 public String debug(String output) { argument
2163 output += "Contents of " + this + ":";
2164 Log.d("Debug", output);
2165 output = super.debug("");
2166 Log.d("Debug", output);
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DSurfaceTextureRenderer.java47 * A renderer class that manages the GL state, and can draw a frame into a set of output
272 // Letterbox or pillar-box output dimensions into intermediate dimensions.
274 RectF output = new RectF(/*left*/0, /*top*/0, /*right*/width, /*bottom*/height);
276 boxingXform.setRectToRect(output, intermediate, android.graphics.Matrix.ScaleToFit.CENTER);
277 boxingXform.mapRect(output);
279 // Find scaling factor from pillar-boxed/letter-boxed output dimensions to intermediate
281 float scaleX = intermediate.width() / output.width();
282 float scaleY = intermediate.height() / output.height();
284 // Intermediate texture is implicitly scaled to 'fill' the output dimensions in clip space
286 // of the intermediate buffer so that the output buffe
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DScriptGroup.java330 * A future represents an output of a closure, either the return value of
463 Object output = f.getValue();
464 if (output instanceof Input) {
465 output = ((Input)output).get();
467 outputObjs[i++] = output;
495 * Sets an output of the ScriptGroup. This specifies an
496 * Allocation to be used for the kernels that require an output
537 * Kernel to kernel allows a kernel's output to be passed to
538 * another kernel as input. Kernel to field allows the output o
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptGroup.java325 * A future represents an output of a closure, either the return value of
459 Object output = f.getValue();
460 if (output instanceof Input) {
461 output = ((Input)output).get();
463 outputObjs[i++] = output;
494 * Sets an output of the ScriptGroup. This specifies an
495 * Allocation to be used for the kernels that require an output
600 * Kernel to kernel allows a kernel's output to be passed to
601 * another kernel as input. Kernel to field allows the output o
[all...]
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java607 DataOutputStream output = new DataOutputStream(new FileOutputStream(file));
626 output.write(randomData);
635 output.close();
/frameworks/base/libs/hwui/
H A DDeferredDisplayList.cpp88 mOps[i].op->output(2);
536 op->output(2);
579 op->output(2);
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraDeviceImpl.java93 // Map stream IDs to input/output configurations
377 * @param isConstrainedHighSpeed If the streams configuration is for constrained high speed output.
391 "any output streams");
552 for (OutputConfiguration output : outputs) {
553 currentOutputs.add(new OutputConfiguration(output));
1058 * the output image for the request, at the beginning of image exposure.
1174 * an output Surface
1852 final OutputConfiguration output;
1860 output = mConfiguredOutputs.get(streamId);
1866 if (output
[all...]
/frameworks/native/libs/gui/
H A DSurface.cpp398 IGraphicBufferProducer::QueueBufferOutput output; local
466 status_t err = mGraphicBufferProducer->queueBuffer(i, input, &output);
473 output.deflate(&mDefaultWidth, &mDefaultHeight, &hint,
749 IGraphicBufferProducer::QueueBufferOutput output; local
750 int err = mGraphicBufferProducer->connect(listener, api, mProducerControlledByApp, &output);
754 output.deflate(&mDefaultWidth, &mDefaultHeight, &hint,
/frameworks/av/services/audioflinger/tests/
H A Dresampler_tests.cpp39 void resample(int channels, void *output, argument
52 (int32_t*) output + channels*i, thisFrames, provider);
89 // calculate the output size
161 // TO = resampler output type, int32_t or float
175 // calculate the output size
231 * We compare a reference output, where we consume and process the entire
232 * buffer at a time, and a test output, where we provide small chunks of input
233 * data and process small chunks of output (which may not be equivalent in size).
301 * clearly isolated by input frequencies exceeding the output sample rate (nyquist).
/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
H A DBaseCompilationTest.java264 String output = collect(process.getInputStream());
267 return new CompilationResult(result, output, error);
276 * Use this instead of IO utils so that we can easily log the output when necessary
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/
H A DLayoutXmlProcessor.java161 final File output = convertToOutFile(file);
163 .parseXml(file, output, mResourceBundle.getAppPackage(), mOriginalFileLookup);
/frameworks/rs/
H A DrsScriptGroup.cpp45 for (auto output : mOutputs) {
46 output->mAlloc.clear();
311 rsc->setError(RS_ERROR_BAD_VALUE, "ScriptGroup missing output.");
/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.cpp555 Vector<uint8_t> &output)
579 // byte[] mock-output -> output
580 index = mByteArrayProperties.indexOfKey(String8("mock-output"));
585 output = mByteArrayProperties.valueAt(index);
594 Vector<uint8_t> &output)
618 // byte[] mock-output -> output
619 index = mByteArrayProperties.indexOfKey(String8("mock-output"));
624 output
551 encrypt(Vector<uint8_t> const &sessionId, Vector<uint8_t> const &keyId, Vector<uint8_t> const &input, Vector<uint8_t> const &iv, Vector<uint8_t> &output) argument
590 decrypt(Vector<uint8_t> const &sessionId, Vector<uint8_t> const &keyId, Vector<uint8_t> const &input, Vector<uint8_t> const &iv, Vector<uint8_t> &output) argument
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4dec_lib.h286 void PostFilter(VideoDecData *video, int filer_type, uint8 *output);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdFillRow7.s24 ; Input / output registers
H A Dh264bsdWriteMacroblock.s24 ; Input / output registers
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/
H A DAndroid.mk112 LOCAL_MODULE := parameter-framework.policy.no-output
/frameworks/base/core/java/android/util/
H A DEventLog.java223 * @param output container to add events into
226 public static native void readEvents(int[] tags, Collection<Event> output) argument
/frameworks/base/libs/hwui/font/
H A DCacheTexture.cpp314 mCacheBlocks->output();
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp174 GLFrameBufferHandle* output) {
175 // TODO: This can be optimized: If the input and output are the same, as in
185 // Focus the FBO of the output
186 if (!output->FocusFrameBuffer()) {
217 bool ShaderProgram::Process(const std::vector<const GLFrame*>& input, GLFrame* output) { argument
220 return Process(textures, output);
559 // Clear output, if requested
173 Process(const std::vector<const GLTextureHandle*>& input, GLFrameBufferHandle* output) argument
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
H A DBackDropperFilter.java256 // of the two individual color channel distances. The distances are output on the b and alpha
554 // Is this a debug output port? If so, leave dimensions unspecified.
802 Frame output = context.getFrameManager().newFrame(video.getFormat());
804 mBgSubtractProgram.process(subtractInputs, output);
805 pushOutput("video", output);
806 output.release();
827 // Provide debug output to two smaller viewers

Completed in 1305 milliseconds

1234567891011>>