Searched refs:output (Results 176 - 198 of 198) sorted by relevance

12345678

/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.java150 * A specified String is output when the following is true:
241 * Indicates whether to output the flag when the test is true,
278 * @param out The output writer
1289 String output = "[EXCEPTION]";
1291 output = value.toString().replace("\n", "\\n");
1293 out.write(String.valueOf(output.length()));
1295 out.write(output);
H A DViewGroup.java4991 String output;
4994 output = debugIndent(depth);
4995 output += "mFocused";
4996 Log.d(VIEW_LOG_TAG, output);
4999 output = debugIndent(depth);
5000 output += "{";
5001 Log.d(VIEW_LOG_TAG, output);
5010 output = debugIndent(depth);
5011 output += "}";
5012 Log.d(VIEW_LOG_TAG, output);
5974 debug(String output) argument
[all...]
/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.java589 BackupDataOutput output) {
597 output.writeEntityHeader(key, data.length);
598 output.writeEntityData(data, data.length);
588 writeIfChanged(long oldChecksum, String key, byte[] data, BackupDataOutput output) argument
/frameworks/av/services/audioflinger/
H A DThreads.cpp88 // allow less retry attempts on direct output thread.
112 // Offloaded output thread standby delay: allows track transition without going to standby
999 AudioStreamOut* output,
1008 mOutput(output),
1229 // FIXME test that MixerThread for this fast track has a capable output HAL
1266 "for output %p with format %d",
1275 "for output %p with format %d",
1283 "for output %p with format %d",
1288 // Resampler implementation limits input sampling rate to 2 x output sampling rate.
1306 // conflicts will happen when tracks are moved from one output t
998 PlaybackThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, audio_devices_t device, type_t type) argument
1790 AudioStreamOut *output = mOutput; local
2449 MixerThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, audio_devices_t device, type_t type) argument
3523 DirectOutputThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, audio_devices_t device) argument
3530 DirectOutputThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, uint32_t device, ThreadBase::type_t type) argument
3934 OffloadThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, uint32_t device) argument
[all...]
/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/libs/hwui/
H A DDisplayList.h119 void output(uint32_t level = 0);
H A DOpenGLRenderer.cpp2059 displayList->output(1);
/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.java999 final byte[] output = new byte[byteLength];
1004 output[byteIndex++] = (byte) Integer.parseInt(
1009 return output;
/frameworks/base/media/java/android/media/
H A DMediaScanner.java654 String output = getGenreName(input);
655 if (output.equals(expected)) {
658 Log.d(TAG, "'" + input + "' -> '" + output + "', expected '" + expected + "'");
/frameworks/base/core/java/android/content/
H A DContentProvider.java1473 * @param output The pipe where data should be written. This will be
1480 public void writeDataToPipe(ParcelFileDescriptor output, Uri uri, String mimeType, argument
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java2316 String output = "changeInputMethodSubtype:"
2320 Log.v(TAG, "--- " + output);
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java404 FullBackupParams(ParcelFileDescriptor output, boolean saveApks, boolean saveObbs, argument
406 fd = output;
2368 // renaming *all* the output state files (see below) until that happens.
2647 BackupDataOutput output = new BackupDataOutput(
2656 output);
2660 writeApkToBackup(mPackage, output);
3034 private void writeApkToBackup(PackageInfo pkg, BackupDataOutput output) { argument
3039 apkDir, appSourceDir, output);
3055 obbDirName, obb.getAbsolutePath(), output);
3697 // send it to the output pip
[all...]
H A DDevicePolicyManagerService.java2924 FileOutputStream output = file.startWrite();
2926 out.setOutput(output, "utf-8");
2936 file.finishWrite(output);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.h681 ::google::protobuf::io::CodedOutputStream* output) const;
871 ::google::protobuf::io::CodedOutputStream* output) const;
973 ::google::protobuf::io::CodedOutputStream* output) const;
/frameworks/base/core/java/android/widget/
H A DLinearLayout.java1892 public String debug(String output) { argument
1893 return output + "LinearLayout.LayoutParams={width=" + sizeToString(width) +
H A DRelativeLayout.java1356 public String debug(String output) { argument
1357 return output + "ViewGroup.LayoutParams={ width=" + sizeToString(width) +
H A DTextView.java6991 String output = debugIndent(depth);
6992 output += "frame={" + mLeft + ", " + mTop + ", " + mRight
6998 output += "mText=\"" + mText + "\" ";
7000 output += "mLayout width=" + mLayout.getWidth()
7004 output += "mText=NULL";
7006 Log.d(VIEW_LOG_TAG, output);
/frameworks/base/tools/aapt/
H A DCommand.cpp120 * The verbose listing closely matches the output of the Info-ZIP "unzip"
1912 "ERROR: output file '%s' exists but is not regular file\n",
1950 // on out it's just writing output files.
1964 // the output apk (e.g. bin/resources.ap_.d)
2087 * -o points to a single png output file
2095 String8 output(bundle->getSingleCrunchOutputFile());
2097 if (preProcessImageToCache(bundle, input, output) != NO_ERROR) {
/frameworks/base/core/java/android/text/
H A DHtml.java88 Editable output, XMLReader xmlReader);
305 // Don't output the dummy character underlying the image.
87 handleTag(boolean opening, String tag, Editable output, XMLReader xmlReader) argument
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_neon.S695 vst1.8 d8, [r0]! @ return the output and increase the address of r0

Completed in 2896 milliseconds

12345678