Searched refs:output (Results 126 - 150 of 189) sorted by relevance

12345678

/frameworks/ex/carousel/
H A DAndroid.mk29 # Include this library in the build server's output directory
/frameworks/ex/common/
H A DAndroid.mk28 # Include this library in the build server's output directory
/frameworks/native/include/gui/
H A DBufferQueue.h140 const QueueBufferInput& input, QueueBufferOutput* output);
157 virtual status_t connect(int api, QueueBufferOutput* output);
/frameworks/support/v13/
H A DAndroid.mk45 # Include this library in the build server's output directory
/frameworks/support/v7/
H A DAndroid.mk39 # Include this library in the build server's output directory
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.h72 // rectangular region of the output texture. You can modify the input and
73 // output regions by using the SetSourceRegion(...) and SetTargetRegion(...)
95 // Process the given input frames and write the result to the output frame.
97 bool Process(const std::vector<const GLFrame*>& inputs, GLFrame* output);
103 GLFrameBufferHandle* output);
120 // input to the output. Note that transformations may be applied to achieve
145 // Set the program to write to a subregion of the output frame, given by
147 // normalized between 0.0 and 1.0. If this region exceeds the output frame
151 // Set the program to write to a subregion of the output frame, given by
155 // If this region exceeds the output fram
[all...]
/frameworks/av/media/libmedia/
H A DAudioTrack.cpp64 // audio_io_handle_t output
261 audio_io_handle_t output = AudioSystem::getOutput( local
266 if (output == 0) {
267 ALOGE("Could not get audio output for stream type %d", streamType);
294 output);
574 // Resampler implementation limits input sampling rate to 2 x output sampling rate.
757 audio_io_handle_t output)
767 if (AudioSystem::getLatency(output, streamType, &afLatency) != NO_ERROR) {
784 ALOGV("createTrack_l() output %d afLatency %d", output, afLatenc
749 createTrack_l( audio_stream_type_t streamType, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, int frameCount, audio_output_flags_t flags, const sp<IMemory>& sharedBuffer, audio_io_handle_t output) argument
[all...]
/frameworks/native/opengl/libagl/
H A Dprimitives.cpp870 // output lists (we need 2, which we use back and forth)
879 // 3 input vertices, 0 in the output list, first plane
894 // pointers to our output list (head and current)
896 vertex_t** output = ovl; local
910 *output++ = p;
916 *output++ = buf++;
927 *output++ = buf++;
932 *output++ = p;
941 // output list become the new input list
960 // pointers to our output lis
962 vertex_t** output = ovl; local
[all...]
/frameworks/base/core/java/android/view/
H A DView.java4917 * @param outRect The output location
6409 * @param outViews The output list of matching Views.
8684 * Return the visible drawing bounds of your view. Fills in the output
13879 String output = "";
13882 output += "TAKES_FOCUS";
13889 output += " ";
13891 output += "INVISIBLE";
13896 output += " ";
13898 output += "GONE";
13904 return output;
[all...]
H A DWindowManager.java1565 public String debug(String output) { argument
1566 output += "Contents of " + this + ":";
1567 Log.d("Debug", output);
1568 output = super.debug("");
1569 Log.d("Debug", output);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86RelocationFactory.cpp94 pFactory.getTarget().isSymbolPreemptible(pSym, pLDInfo, pLDInfo.output()))
254 pLDInfo, pLDInfo.output(), true);
326 pLDInfo.output(), false)) {
/frameworks/base/core/java/android/util/
H A DEventLog.java189 * @param output container to add events into
192 public static native void readEvents(int[] tags, Collection<Event> output) argument
/frameworks/base/libs/hwui/font/
H A DCacheTexture.cpp181 mCacheBlocks->output();
H A DCacheTexture.h61 void output() { function in struct:android::uirenderer::CacheBlock
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaImageItem.java850 String output = null;
855 output = mMANativeHelper.generateKenBurnsClip(editSettings, this);
856 setGeneratedImageClip(output);
858 clipSettings.clipPath = output;
/frameworks/base/media/mca/filterfw/jni/
H A Djni_shader_program.h56 jobject output);
/frameworks/base/core/java/android/hardware/
H A DCamera.java2196 * video output; otherwise, null is returned.
3312 * @param output focus distances in meters. output must be a float
3319 public void getFocusDistances(float[] output) { argument
3320 if (output == null || output.length != 3) {
3322 "output must be a float array with three elements.");
3324 splitFloat(get(KEY_FOCUS_DISTANCES), output);
3482 * output. This should be called before starting preview for the best
3608 private void splitInt(String str, int[] output) { argument
3620 splitFloat(String str, float[] output) argument
[all...]
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp672 uint8_t* output = dest + y * width; local
702 *output = (uint8_t)blurredPixel;
703 output ++;
714 uint8_t* output = dest + y * width; local
746 *output = (uint8_t) blurredPixel;
747 output++;
/frameworks/native/libs/gui/
H A DSurfaceTextureClient.cpp299 ISurfaceTexture::QueueBufferOutput output; local
302 status_t err = mSurfaceTexture->queueBuffer(i, input, &output);
307 output.deflate(&mDefaultWidth, &mDefaultHeight, &mTransformHint,
508 ISurfaceTexture::QueueBufferOutput output; local
509 int err = mSurfaceTexture->connect(api, &output);
512 output.deflate(&mDefaultWidth, &mDefaultHeight, &mTransformHint,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DSmsMessage.java987 ByteArrayOutputStream output = new ByteArrayOutputStream();
989 output.write(mEnvelope.teleService);
990 output.write(mEnvelope.origAddress.origBytes, 0, mEnvelope.origAddress.origBytes.length);
991 output.write(mEnvelope.bearerData, 0, mEnvelope.bearerData.length);
992 output.write(mEnvelope.origSubaddress.origBytes, 0,
995 return output.toByteArray();
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp115 // allow less retry attempts on direct output thread.
450 audio_io_handle_t output,
471 PlaybackThread *thread = checkPlaybackThread_l(output);
474 ALOGE("unknown output thread");
484 // output thread and move it here.
487 if (mPlaybackThreads.keyAt(i) != output) {
508 // move effect chain to this output thread if an effect on same session was waiting
547 uint32_t AudioFlinger::sampleRate(audio_io_handle_t output) const
550 PlaybackThread *thread = checkPlaybackThread_l(output);
552 ALOGW("sampleRate() unknown thread %d", output);
441 createTrack( pid_t pid, audio_stream_type_t streamType, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, int frameCount, IAudioFlinger::track_flags_t flags, const sp<IMemory>& sharedBuffer, audio_io_handle_t output, pid_t tid, int *sessionId, status_t *status) argument
770 setStreamVolume(audio_stream_type_t stream, float value, audio_io_handle_t output) argument
1543 PlaybackThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, audio_devices_t device, type_t type) argument
2190 AudioStreamOut *output = mOutput; local
2255 MixerThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, audio_devices_t device, type_t type) argument
3695 DirectOutputThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, audio_io_handle_t id, audio_devices_t device) argument
7000 AudioStreamOut *output = new AudioStreamOut(outHwDev, outStream); local
7058 closeOutput(audio_io_handle_t output) argument
7063 closeOutput_nonvirtual(audio_io_handle_t output) argument
7102 suspendOutput(audio_io_handle_t output) argument
7117 restoreOutput(audio_io_handle_t output) argument
7247 setStreamOutput(audio_stream_type_t stream, audio_io_handle_t output) argument
7392 AudioStreamOut *output = thread->getOutput(); local
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DVideoEditorPerformance.java104 Writer output = new BufferedWriter(new FileWriter(outFile, true));
105 output.write(testCaseName + "\n\t");
107 output.write(information[i]);
109 output.write("\n\n");
110 output.close();
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java608 DataOutputStream output = new DataOutputStream(new FileOutputStream(file));
627 output.write(randomData);
636 output.close();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSMSDispatcher.java684 ByteArrayOutputStream output = new ByteArrayOutputStream();
687 output.write(pdus[i], 0, pdus[i].length);
689 byte[] datagram = output.toByteArray();
708 ByteArrayOutputStream output = new ByteArrayOutputStream();
712 output.write(data, 0, data.length);
715 return mWapPush.dispatchWapPdu(output.toByteArray());
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DVideoEditorStressTest.java127 Writer output = new BufferedWriter(new FileWriter(outFile, true));
129 output.write(information[i]);
131 output.close();
137 Writer output = new BufferedWriter(new FileWriter(outFile, true));
138 output.write("\n\n" + testCaseName + "\n");
139 output.close();

Completed in 2821 milliseconds

12345678