Searched refs:output (Results 301 - 325 of 393) sorted by relevance

<<111213141516

/frameworks/av/services/audioflinger/
H A DThreads.h251 // Called by AudioFlinger::frameCount(audio_io_handle_t output) and effects,
449 size_t mFrameCount; // output HAL, direct output, record
453 // not HAL frame size, this is for output sink (to pipe to fast mixer)
471 audio_devices_t mOutDevice; // output device
473 audio_devices_t mPrevOutDevice; // previous output device
632 PlaybackThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output,
803 // Set to "true" to enable the Mixer Buffer otherwise mixer output goes to sink buffer.
826 // Set to "true" to enable the Effects Buffer otherwise effects output goes to sink buffer.
843 // for any processing (including output processin
[all...]
H A DThreads.cpp113 // allow less retry attempts on direct output thread.
144 // Offloaded output thread standby delay: allows track transition without going to standby
147 // Direct output thread minimum sleep time in idle or active(underrun) state
747 String8 channelMaskToString(audio_channel_mask_t mask, bool output) { argument
754 if (output) {
844 // Note: output device may be used by capture threads for effects such as AEC.
1200 // only post processing on output stage session
1203 " on output stage session", desc->name);
1236 // Reject any effect on Direct output threads for now, since the format of
1238 ALOGW("checkEffectCompatibility_l(): effect %s on DIRECT output threa
1631 PlaybackThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, audio_devices_t device, type_t type, bool systemReady) argument
1798 AudioStreamOut *output = mOutput; local
2542 AudioStreamOut *output = mOutput; local
3585 MixerThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, audio_devices_t device, bool systemReady, type_t type) argument
4806 DirectOutputThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, audio_devices_t device, bool systemReady) argument
4813 DirectOutputThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, uint32_t device, ThreadBase::type_t type, bool systemReady) argument
5425 OffloadThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, uint32_t device, bool systemReady) argument
8201 MmapPlaybackThread( const sp<AudioFlinger>& audioFlinger, audio_io_handle_t id, AudioHwDevice *hwDev, AudioStreamOut *output, audio_devices_t outDevice, audio_devices_t inDevice, bool systemReady) argument
8237 AudioStreamOut *output = mOutput; local
[all...]
/frameworks/av/media/libaudioprocessing/tests/
H A Dresampler_tests.cpp53 void resample(int channels, void *output, argument
66 (int32_t*) output + channels*i, thisFrames, provider);
103 // calculate the output size
175 // TO = resampler output type, int32_t or float
189 // calculate the output size
218 if (channels == 1) channels = 2; // workaround (mono duplicates output channel)
247 * We compare a reference output, where we consume and process the entire
248 * buffer at a time, and a test output, where we provide small chunks of input
249 * data and process small chunks of output (which may not be equivalent in size).
317 * clearly isolated by input frequencies exceeding the output sampl
[all...]
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraDeviceImpl.java94 // Map stream IDs to input/output configurations
398 "any output streams");
418 // Always delete the deferred output configuration when the session
419 // is created, as the deferred output configuration doesn't have unique surface
562 for (OutputConfiguration output : outputs) {
563 currentOutputs.add(new OutputConfiguration(output));
596 for (OutputConfiguration output : outputs) {
597 currentOutputs.add(new OutputConfiguration(output));
1131 * the output image for the request, at the beginning of image exposure.
1187 * This method is called independently of the others in CaptureCallback, if an output buffe
[all...]
/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();
291 rsc->setError(RS_ERROR_BAD_VALUE, "ScriptGroup missing output.");
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
H A DViewfinderProcessor.java115 public void setOutputSurface(Surface output) { argument
116 mOutputAllocation.setSurface(output);
139 * Class to process buffer from camera and output to buffer to screen
/frameworks/av/drm/libmediadrm/
H A DDrmHal.cpp828 Vector<uint8_t> const &iv, Vector<uint8_t> &output) {
843 output = toVector(hOutput);
854 Vector<uint8_t> const &iv, Vector<uint8_t> &output) {
869 output = toVector(hOutput);
826 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
852 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
/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.cpp556 Vector<uint8_t> &output)
580 // byte[] mock-output -> output
581 index = mByteArrayProperties.indexOfKey(String8("mock-output"));
586 output = mByteArrayProperties.valueAt(index);
595 Vector<uint8_t> &output)
619 // byte[] mock-output -> output
620 index = mByteArrayProperties.indexOfKey(String8("mock-output"));
625 output
552 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
591 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/codec2/include/
H A DC2Param.h57 * - Params can be global (not related to input or output), related to input or output,
58 * or related to an input/output stream.
100 // - direction (global, input, output)
187 * parameter is global, input or output, and whether it is for a stream.
190 /// returns true iff this is a global parameter (not for input nor output)
194 /// returns true iff this is an output or output stream parameter
199 /// returns true iff this is a port (input or output) parameter
237 inline bool setPort(bool output) { argument
379 setPort(bool 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/av/services/camera/libcameraservice/api1/client2/
H A DZslProcessor.cpp240 ALOGE("%s: Camera %d: Error querying capture output stream info: "
257 ALOGE("%s: Camera %d: Unable to delete old output stream "
275 ALOGE("%s: Camera %d: Unable to delete old output stream "
358 ALOGE("%s: Camera %d: Cannot delete ZSL output stream %d: "
513 IGraphicBufferProducer::QueueBufferOutput output; local
515 NATIVE_WINDOW_API_CPU, false, &output);
589 ALOGE("%s: Unable to update request output streams",
684 IGraphicBufferProducer::QueueBufferOutput output; local
688 rc = mInputProducer->queueBuffer(mInputProducerSlot, input, &output);
/frameworks/base/libs/hwui/font/
H A DCacheTexture.cpp325 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
/frameworks/base/tools/preload2/src/com/android/preload/ui/
H A DSequenceUI.java72 public SequenceUI output(File f) { method in class:SequenceUI
/frameworks/compile/libbcc/gdb_plugin/
H A Dandroid-commands.py63 e.output = str(out) + str(err)
159 output = ""
164 output = check_output(largs)
170 return output
383 # the pid when process_name show up in output, or return 0
570 # Set the debug output directory (for JIT debugging)
621 # Set the debug output directory (for JIT debugging)
/frameworks/native/cmds/dumpstate/
H A Ddumpstate.h354 int read_file_as_long(const char *path, long int *output);
373 /* redirect output to a service control socket */
376 /* redirect output to a new file */
379 /* redirect output to an existing file */
403 /* Gets the dmesg output for the kernel */
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/base/core/java/android/view/
H A DViewGroup.java6433 String output;
6436 output = debugIndent(depth);
6437 output += "mFocused";
6438 Log.d(VIEW_LOG_TAG, output);
6442 output = debugIndent(depth);
6443 output += "mDefaultFocus";
6444 Log.d(VIEW_LOG_TAG, output);
6448 output = debugIndent(depth);
6449 output += "mFocusedInCluster";
6450 Log.d(VIEW_LOG_TAG, output);
7558 debug(String output) argument
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_MediaDrm.cpp1315 Vector<uint8_t> output; local
1317 status_t err = drm->encrypt(sessionId, keyId, input, iv, output);
1323 return VectorToJByteArray(env, output);
1346 Vector<uint8_t> output; local
1348 status_t err = drm->decrypt(sessionId, keyId, input, iv, output);
1353 return VectorToJByteArray(env, output);

Completed in 671 milliseconds

<<111213141516