Searched refs:output (Results 151 - 175 of 189) sorted by relevance

12345678

/frameworks/base/core/java/com/android/internal/widget/
H A DSizeAdaptiveLayout.java401 public String debug(String output) { argument
402 return output + "SizeAdaptiveLayout.LayoutParams={" +
/frameworks/av/include/media/
H A DAudioTrack.h79 // on output is the number of frames actually filled
81 size_t size; // input/output in byte units
377 /* Returns a handle on the audio output used by this AudioTrack.
383 * handle on audio hardware output
397 /* Attach track auxiliary output to specified effect. Use effectId = 0
492 audio_io_handle_t output);
/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/audioflinger/
H A DAudioMixer.h142 typedef void (*hook_t)(track_t* t, int32_t* output, size_t numOutFrames, int32_t* temp, int32_t* aux);
/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/libs/gui/
H A DBufferQueue.cpp481 const QueueBufferInput& input, QueueBufferOutput* output) {
580 output->inflate(mDefaultWidth, mDefaultHeight, mTransformHint,
619 status_t BufferQueue::connect(int api, QueueBufferOutput* output) { argument
646 output->inflate(mDefaultWidth, mDefaultHeight, mTransformHint,
480 queueBuffer(int buf, const QueueBufferInput& input, QueueBufferOutput* output) argument
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp181 GLFrameBufferHandle* output) {
182 // TODO: This can be optimized: If the input and output are the same, as in
192 // Focus the FBO of the output
193 if (!output->FocusFrameBuffer()) {
224 bool ShaderProgram::Process(const std::vector<const GLFrame*>& input, GLFrame* output) { argument
227 return Process(textures, output);
566 // Clear output, if requested
180 Process(const std::vector<const GLTextureHandle*>& input, GLFrameBufferHandle* output) argument
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
H A DBackDropperFilter.java258 // of the two individual color channel distances. The distances are output on the b and alpha
556 // Is this a debug output port? If so, leave dimensions unspecified.
804 Frame output = context.getFrameManager().newFrame(video.getFormat());
806 mBgSubtractProgram.process(subtractInputs, output);
807 pushOutput("video", output);
808 output.release();
829 // Provide debug output to two smaller viewers
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp260 static void toLanguageTag(char* output, size_t outSize, argument
262 if (output == NULL || outSize <= 0) {
266 output[0] = '\0';
280 uloc_toLanguageTag(likelyChars, output, outSize, FALSE, &uErr);
296 output[0] = '\0';
/frameworks/base/tests/CoreTests/android/core/
H A DSSLSocketTest.java94 OutputStream output = socket.getOutputStream();
95 PrintWriter writer = new PrintWriter(output);
/frameworks/support/v4/
H A DAndroid.mk118 # Include this library in the build server's output directory
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s29 ; * output coefficients are saturated to the range
/frameworks/base/core/java/android/view/
H A DViewDebug.java143 * A specified String is output when the following is true:
234 * Indicates whether to output the flag when the test is true,
271 * @param out The output writer
1185 String output = "[EXCEPTION]";
1187 output = value.toString().replace("\n", "\\n");
1189 out.write(String.valueOf(output.length()));
1191 out.write(output);
H A DViewGroup.java4693 String output;
4696 output = debugIndent(depth);
4697 output += "mFocused";
4698 Log.d(VIEW_LOG_TAG, output);
4701 output = debugIndent(depth);
4702 output += "{";
4703 Log.d(VIEW_LOG_TAG, output);
4712 output = debugIndent(depth);
4713 output += "}";
4714 Log.d(VIEW_LOG_TAG, output);
5657 debug(String output) argument
[all...]
/frameworks/compile/libbcc/runtime/
H A DMakefile151 $(Verb) $(LIPO) -create -output $$@ $(Tmp.Inputs))
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtns.c82 Word32 output[]);
631 * output: reflection coefficients
669 * output: acf values
711 * input: <order+1> input values, no. of output values (=order),
713 * output: <order> reflection coefficients
834 Word32 parcor[], /*!< ptr. to reflection coefficients (output) */
899 Word32 output[]) /*!< filtered signal values */
910 output[j] = FIRLattice(order,signal[j],state_par,parCoeff);
895 AnalysisFilterLattice(const Word32 signal[], Word16 numOfLines, const Word32 parCoeff[], Word16 order, Word32 output[]) argument
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java561 BackupDataOutput output) {
569 output.writeEntityHeader(key, data.length);
570 output.writeEntityData(data, data.length);
560 writeIfChanged(long oldChecksum, String key, byte[] data, BackupDataOutput output) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s29 ; * output coefficients are saturated to the range
/frameworks/base/core/java/android/content/
H A DContentProvider.java959 * @param output The pipe where data should be written. This will be
966 public void writeDataToPipe(ParcelFileDescriptor output, Uri uri, String mimeType, argument
1135 * @param prefix Desired prefix to prepend at each line of output.
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java174 * Defines output audio formats.
177 /** No audio present in output clip. Used to generate video only clip */
244 /** Audio sampling frequency of 48000 Hz. Not available for output file. */
250 * for output audio video only.
355 * Resize to fit the output video with changing the aspect ratio if
361 * Crop the input video to fit it with the output video resolution.
366 * Resize to fit the output video resolution but maintain the aspect
538 /** Input audio track is not of a type that can be mixed with output. */
541 /** Input audio track is not AMR-NB, so it can't be mixed with output. */
560 * The size of the output fil
[all...]
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java977 final byte[] output = new byte[byteLength];
982 output[byteIndex++] = (byte) Integer.parseInt(
987 return output;
/frameworks/base/media/java/android/media/
H A DMediaScanner.java651 String output = getGenreName(input);
652 if (output.equals(expected)) {
655 Log.d(TAG, "'" + input + "' -> '" + output + "', expected '" + expected + "'");
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java2300 String output = "changeInputMethodSubtype:"
2304 Log.v(TAG, "--- " + output);

Completed in 534 milliseconds

12345678