Searched defs:output (Results 26 - 50 of 58) sorted by relevance

123

/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/core/java/com/android/internal/widget/
H A DSizeAdaptiveLayout.java401 public String debug(String output) { argument
402 return output + "SizeAdaptiveLayout.LayoutParams={" +
/frameworks/base/libs/hwui/font/
H A DCacheTexture.h61 void output() { function in struct:android::uirenderer::CacheBlock
/frameworks/native/libs/gui/
H A DISurfaceTexture.cpp108 const QueueBufferInput& input, QueueBufferOutput* output) {
117 memcpy(output, reply.readInplace(sizeof(*output)), sizeof(*output));
159 virtual status_t connect(int api, QueueBufferOutput* output) { argument
167 memcpy(output, reply.readInplace(sizeof(*output)), sizeof(*output));
234 QueueBufferOutput* const output = local
237 status_t result = queueBuffer(buf, input, output);
107 queueBuffer(int buf, const QueueBufferInput& input, QueueBufferOutput* output) argument
272 QueueBufferOutput* const output = local
[all...]
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
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/base/media/mca/filterfw/java/android/filterfw/core/
H A DNativeProgram.java98 public void process(Frame[] inputs, Frame output) { argument
111 // Get the native output frame
113 if (output == null || output instanceof NativeFrame) {
114 nativeOutput = (NativeFrame)output;
116 throw new RuntimeException("NativeProgram got non-native output frame!");
173 private native boolean callNativeProcess(NativeFrame[] inputs, NativeFrame output); argument
H A DShaderProgram.java88 public void process(Frame[] inputs, Frame output) { argument
106 // Get the GL output frame
108 if (output instanceof GLFrame) {
109 glOutput = (GLFrame)output;
111 throw new RuntimeException("ShaderProgram got non-GL output frame!");
116 int xTiles = (output.getFormat().getWidth() + mMaxTileSize - 1) / mMaxTileSize;
117 int yTiles = (output.getFormat().getHeight() + mMaxTileSize - 1) / mMaxTileSize;
194 throw new RuntimeException("Could not set clears-output flag to " + clears + "!");
259 private native boolean shaderProcess(GLFrame[] inputs, GLFrame output); argument
/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/
H A DExifInterface.java295 public boolean getLatLong(float output[]) { argument
303 output[0] = convertRationalLatLonToFloat(latValue, latRef);
304 output[1] = convertRationalLatLonToFloat(lngValue, lngRef);
/frameworks/base/media/mca/filterfw/jni/
H A Djni_shader_program.cpp101 jobject output) {
104 if (program && inputs && output) {
117 // Get the output frame
118 GLFrame* output_frame = ConvertFromJava<GLFrame>(env, output);
120 ALOGE("ShaderProgram: no output frame found!");
98 Java_android_filterfw_core_ShaderProgram_shaderProcess(JNIEnv* env, jobject thiz, jobjectArray inputs, jobject output) argument
/frameworks/av/media/libmedia/
H A DIAudioPolicyService.cpp141 virtual status_t startOutput(audio_io_handle_t output, argument
147 data.writeInt32(output);
154 virtual status_t stopOutput(audio_io_handle_t output, argument
160 data.writeInt32(output);
167 virtual void releaseOutput(audio_io_handle_t output) argument
171 data.writeInt32(output);
432 audio_io_handle_t output = getOutput(stream, local
437 reply->writeInt32(static_cast <int>(output));
443 audio_io_handle_t output = static_cast <audio_io_handle_t>(data.readInt32()); local
446 reply->writeInt32(static_cast <uint32_t>(startOutput(output,
454 audio_io_handle_t output = static_cast <audio_io_handle_t>(data.readInt32()); local
465 audio_io_handle_t output = static_cast <audio_io_handle_t>(data.readInt32()); local
561 audio_io_handle_t output = getOutputForEffect(&desc); local
[all...]
H A DAudioSystem.cpp124 audio_io_handle_t output)
129 af->setStreamVolume(stream, value, output);
143 audio_io_handle_t output)
148 *volume = af->streamVolume(stream, output);
215 audio_io_handle_t output; local
221 output = getOutput(streamType);
222 if (output == 0) {
226 return getSamplingRate(output, streamType, samplingRate);
229 status_t AudioSystem::getSamplingRate(audio_io_handle_t output, argument
236 outputDesc = AudioSystem::gOutputs.valueFor(output);
123 setStreamVolume(audio_stream_type_t stream, float value, audio_io_handle_t output) argument
142 getStreamVolume(audio_stream_type_t stream, float* volume, audio_io_handle_t output) argument
261 audio_io_handle_t output; local
275 getFrameCount(audio_io_handle_t output, audio_stream_type_t streamType, int* frameCount) argument
300 audio_io_handle_t output; local
314 getLatency(audio_io_handle_t output, audio_stream_type_t streamType, uint32_t* latency) argument
599 startOutput(audio_io_handle_t output, audio_stream_type_t stream, int session) argument
608 stopOutput(audio_io_handle_t output, audio_stream_type_t stream, int session) argument
617 releaseOutput(audio_io_handle_t output) argument
[all...]
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...]
H A DIAudioFlinger.cpp95 audio_io_handle_t output,
111 data.writeInt32((int32_t) output);
180 virtual uint32_t sampleRate(audio_io_handle_t output) const
184 data.writeInt32((int32_t) output);
190 virtual int channelCount(audio_io_handle_t output) const
194 data.writeInt32((int32_t) output);
200 virtual audio_format_t format(audio_io_handle_t output) const
204 data.writeInt32((int32_t) output);
209 virtual size_t frameCount(audio_io_handle_t output) const
213 data.writeInt32((int32_t) output);
86 createTrack( pid_t pid, audio_stream_type_t streamType, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, int frameCount, track_flags_t flags, const sp<IMemory>& sharedBuffer, audio_io_handle_t output, pid_t tid, int *sessionId, status_t *status) argument
261 setStreamVolume(audio_stream_type_t stream, float value, audio_io_handle_t output) argument
392 audio_io_handle_t output = (audio_io_handle_t) reply.readInt32(); local
418 closeOutput(audio_io_handle_t output) argument
427 suspendOutput(audio_io_handle_t output) argument
436 restoreOutput(audio_io_handle_t output) argument
485 setStreamOutput(audio_stream_type_t stream, audio_io_handle_t output) argument
621 createEffect(pid_t pid, effect_descriptor_t *pDesc, const sp<IEffectClient>& client, int32_t priority, audio_io_handle_t output, int sessionId, status_t *status, int *id, int *enabled) argument
729 audio_io_handle_t output = (audio_io_handle_t) data.readInt32(); local
811 audio_io_handle_t output = (audio_io_handle_t) data.readInt32(); local
824 int output = data.readInt32(); local
889 audio_io_handle_t output = openOutput(module, local
955 audio_io_handle_t output = (audio_io_handle_t) data.readInt32(); local
967 audio_io_handle_t output = (audio_io_handle_t) data.readInt32(); local
1040 audio_io_handle_t output = (audio_io_handle_t) data.readInt32(); local
[all...]
/frameworks/base/core/java/android/text/
H A DHtml.java87 Editable output, XMLReader xmlReader);
304 // Don't output the dummy character underlying the image.
86 handleTag(boolean opening, String tag, Editable output, XMLReader xmlReader) 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/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/core/java/android/widget/
H A DLinearLayout.java1871 public String debug(String output) { argument
1872 return output + "LinearLayout.LayoutParams={width=" + sizeToString(width) +
/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/base/voip/jni/rtp/
H A DAudioGroup.cpp104 bool mix(int32_t *output, int head, int tail, int sampleRate);
234 bool AudioStream::mix(int32_t *output, int head, int tail, int sampleRate) argument
255 output[i - head] += mBuffer[i & mBufferMask];
788 int output = 0; local
790 if (AudioTrack::getMinFrameCount(&output, AUDIO_STREAM_VOICE_CALL,
791 sampleRate) != NO_ERROR || output <= 0 ||
797 ALOGD("reported frame count: output %d, input %d", output, input);
799 if (output < sampleCount * 2) {
800 output
864 int16_t output[sampleCount]; local
[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/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/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DFwdLockConv.c539 * Writes the header of the output file.
542 * @param[out] pOutput The output from the conversion process.
588 * @param[out] pOutput The output from the conversion process.
822 * Encrypts the given character and writes it to the output buffer.
826 * @param[in,out] pOutput The output from the conversion process.
860 * @param[in,out] pOutput The output from the conversion process.
872 // to the output buffer and start over.
883 // The current character isn't part of the delimiter. Write it to the output buffer.
928 * @param[in,out] pOutput The output from the conversion process.
1069 * @param[in,out] pOutput The output fro
1266 FwdLockConv_Output_t output; local
[all...]
/frameworks/av/services/audioflinger/
H A DAudioPolicyService.cpp233 status_t AudioPolicyService::startOutput(audio_io_handle_t output, argument
242 return mpAudioPolicy->start_output(mpAudioPolicy, output, stream, session);
245 status_t AudioPolicyService::stopOutput(audio_io_handle_t output, argument
254 return mpAudioPolicy->stop_output(mpAudioPolicy, output, stream, session);
257 void AudioPolicyService::releaseOutput(audio_io_handle_t output) argument
264 mpAudioPolicy->release_output(mpAudioPolicy, output);
694 volume %f, output %d", data->mStream, data->mVolume, data->mIO);
810 audio_io_handle_t output,
820 data->mIO = output;
824 ALOGV("AudioCommandThread() adding set volume stream %d, volume %f, output
808 volumeCommand(audio_stream_type_t stream, float volume, audio_io_handle_t output, int delayMs) argument
1013 setStreamVolume(audio_stream_type_t stream, float volume, audio_io_handle_t output, int delayMs) argument
1401 aps_close_output(void *service, audio_io_handle_t output) argument
1410 aps_suspend_output(void *service, audio_io_handle_t output) argument
1421 aps_restore_output(void *service, audio_io_handle_t output) argument
1474 aps_set_stream_output(void *service, audio_stream_type_t stream, audio_io_handle_t output) argument
1510 aps_set_stream_volume(void *service, audio_stream_type_t stream, float volume, audio_io_handle_t output, int delay_ms) argument
[all...]

Completed in 434 milliseconds

123