Searched defs:output (Results 1 - 25 of 34) sorted by relevance

12

/frameworks/base/opengl/tools/glgen/stubs/gles11/
H A DglGetString.cpp9 jstring output = _env->NewStringUTF(chars); local
10 return output;
/frameworks/base/opengl/tools/glgen/stubs/jsr239/
H A DglGetString.cpp9 jstring output = _env->NewStringUTF(chars); local
10 return output;
/frameworks/base/core/java/android/widget/
H A DAbsoluteLayout.java212 public String debug(String output) { argument
213 return output + "Absolute.LayoutParams={width="
H A DLinearLayout.java1448 public String debug(String output) { argument
1449 return output + "LinearLayout.LayoutParams={width=" + sizeToString(width) +
H A DRelativeLayout.java1137 public String debug(String output) { argument
1138 return output + "ViewGroup.LayoutParams={ width=" + sizeToString(width) +
/frameworks/base/opengl/java/android/opengl/
H A DETC1Util.java201 * Helper function that writes an ETC1Texture to an output stream formatted as a PKM file.
203 * @param output the stream to write the formatted texture data to.
206 public static void writeTexture(ETC1Texture texture, OutputStream output) throws IOException { argument
216 output.write(ioBuffer, 0, ETC1.ETC_PKM_HEADER_SIZE);
221 output.write(ioBuffer, 0, chunkSize);
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpost_filter.cpp34 uint8 *output)
54 oscl_memcpy(output, decodedFrame, size);
55 oscl_memcpy(output + size, decodedFrame + size, (size >> 2));
56 oscl_memcpy(output + size + (size >> 2), decodedFrame + size + (size >> 2), (size >> 2));
75 CombinedHorzVertRingFilter(output, width, height, QP_store, 0, pp_mod);
83 CombinedHorzVertFilter(output, width, height,
88 CombinedHorzVertFilter_NoSoftDeblocking(output, width, height,
94 Deringing_Luma(output, width, height, QP_store,
103 output += size;
107 CombinedHorzVertRingFilter(output, (in
31 PostFilter( VideoDecData *video, int filter_type, uint8 *output) argument
[all...]
/frameworks/base/media/libstagefright/codecs/on2/dec/
H A DVPXDecoder.cpp237 MediaBuffer *output; local
238 CHECK_EQ(mBufferGroup->acquire_buffer(&output), OK);
241 uint8_t *dst = (uint8_t *)output->data();
265 output->set_range(0, (width * height * 3) / 2);
267 output->meta_data()->setInt64(kKeyTime, timeUs);
269 *out = output;
/frameworks/base/core/java/android/util/
H A DBase64.java35 * of the output (if any).
40 * Encoder flag bit to omit all line terminators (i.e., the output
62 * should not close the output stream it is wrapping when it
72 public byte[] output; field in class:Base64.Coder
76 * Encode/decode another block of input data. this.output is
83 * include any final bytes in the output.
111 * @param flags controls certain features of the decoded output.
129 * @param flags controls certain features of the decoded output.
149 * @param flags controls certain features of the decoded output.
164 // Maybe we got lucky and allocated exactly enough output spac
241 Decoder(int flags, byte[] output) argument
581 Encoder(int flags, byte[] output) argument
[all...]
H A DEventLog.java187 * @param output container to add events into
190 public static native void readEvents(int[] tags, Collection<Event> output) argument
/frameworks/base/libs/rs/
H A DrsProgram.cpp81 uint32_t output = 0; local
88 mOutputElements[output++].set(reinterpret_cast<Element *>(params[ct+1]));
/frameworks/base/media/libmedia/
H A DAudioEffect.cpp51 audio_io_handle_t output
55 mStatus = set(type, uuid, priority, cbf, user, sessionId, output);
64 audio_io_handle_t output
87 mStatus = set(pType, pUuid, priority, cbf, user, sessionId, output);
96 audio_io_handle_t output)
139 mIEffectClient, priority, output, mSessionId, &mStatus, &mId, &enabled);
90 set(const effect_uuid_t *type, const effect_uuid_t *uuid, int32_t priority, effect_callback_t cbf, void* user, int sessionId, audio_io_handle_t output) argument
H A DIAudioPolicyService.cpp144 virtual status_t startOutput(audio_io_handle_t output, argument
150 data.writeInt32(output);
157 virtual status_t stopOutput(audio_io_handle_t output, argument
163 data.writeInt32(output);
170 virtual void releaseOutput(audio_io_handle_t output) argument
174 data.writeInt32(output);
275 audio_io_handle_t output,
283 data.writeInt32(output);
374 audio_io_handle_t output = getOutput(stream, local
379 reply->writeInt32(static_cast <int>(output));
274 registerEffect(effect_descriptor_t *desc, audio_io_handle_t output, uint32_t strategy, int session, int id) argument
385 audio_io_handle_t output = static_cast <audio_io_handle_t>(data.readInt32()); local
396 audio_io_handle_t output = static_cast <audio_io_handle_t>(data.readInt32()); local
407 audio_io_handle_t output = static_cast <audio_io_handle_t>(data.readInt32()); local
492 audio_io_handle_t output = getOutputForEffect(&desc); local
501 audio_io_handle_t output = data.readInt32(); local
[all...]
H A DAudioSystem.cpp128 status_t AudioSystem::setStreamVolume(int stream, float value, int output) argument
133 af->setStreamVolume(stream, value, output);
146 status_t AudioSystem::getStreamVolume(int stream, float* volume, int output) argument
151 *volume = af->streamVolume(stream, output);
223 audio_io_handle_t output; local
229 output = getOutput((stream_type)streamType);
230 if (output == 0) {
235 outputDesc = AudioSystem::gOutputs.valueFor(output);
237 LOGV("getOutputSamplingRate() no output descriptor for output
256 audio_io_handle_t output; local
287 audio_io_handle_t output; local
564 audio_io_handle_t output = 0; local
593 startOutput(audio_io_handle_t output, AudioSystem::stream_type stream, int session) argument
602 stopOutput(audio_io_handle_t output, AudioSystem::stream_type stream, int session) argument
611 releaseOutput(audio_io_handle_t output) argument
687 registerEffect(effect_descriptor_t *desc, audio_io_handle_t output, uint32_t strategy, int session, int id) argument
[all...]
H A DAudioTrack.cpp198 audio_io_handle_t output = AudioSystem::getOutput((AudioSystem::stream_type)streamType, local
201 if (output == 0) {
202 LOGE("Could not get audio output for stream type %d", streamType);
216 frameCount, flags, sharedBuffer, output, true);
491 // Resampler implementation limits input sampling rate to 2 x output sampling rate.
661 audio_io_handle_t output,
734 output,
653 createTrack( int streamType, uint32_t sampleRate, int format, int channelCount, int frameCount, uint32_t flags, const sp<IMemory>& sharedBuffer, audio_io_handle_t output, bool enforceFrameCount) argument
H A DIAudioFlinger.cpp93 int output,
108 data.writeInt32(output);
174 virtual uint32_t sampleRate(int output) const
178 data.writeInt32(output);
183 virtual int channelCount(int output) const
187 data.writeInt32(output);
192 virtual int format(int output) const
196 data.writeInt32(output);
201 virtual size_t frameCount(int output) const
205 data.writeInt32(output);
84 createTrack( pid_t pid, int streamType, uint32_t sampleRate, int format, int channelCount, int frameCount, uint32_t flags, const sp<IMemory>& sharedBuffer, int output, int *sessionId, status_t *status) argument
253 setStreamVolume(int stream, float value, int output) argument
389 int output = reply.readInt32(); local
414 closeOutput(int output) argument
423 suspendOutput(int output) argument
432 restoreOutput(int output) argument
481 setStreamOutput(uint32_t stream, int output) argument
500 getRenderPosition(uint32_t *halFrames, uint32_t *dspFrames, int output) argument
630 createEffect(pid_t pid, effect_descriptor_t *pDesc, const sp<IEffectClient>& client, int32_t priority, int output, int sessionId, status_t *status, int *id, int *enabled) argument
711 int output = data.readInt32(); local
789 int output = data.readInt32(); local
802 int output = data.readInt32(); local
872 int output = openOutput(&devices, local
937 int output = data.readInt32(); local
949 int output = data.readInt32(); local
1025 int output = data.readInt32(); local
[all...]
/frameworks/base/media/libstagefright/codecs/avc/dec/src/
H A Davcdec_api.cpp527 /* 3.3 Put the decoded picture in output buffers */
573 /* 3.3 Put the decoded picture in output buffers */
680 /* 3.3 Put the decoded picture in output buffers */
722 OSCL_EXPORT_REF AVCDec_Status PVAVCDecGetOutput(AVCHandle *avcHandle, int *indx, int *release, AVCFrameIO *output) argument
818 /* Check for Mem_mgmt_operation_5 based forced output */
877 output->YCbCr[0] = oldestFrame->frame.Sl;
878 output->YCbCr[1] = oldestFrame->frame.Scb;
879 output->YCbCr[2] = oldestFrame->frame.Scr;
880 output->height = oldestFrame->frame.height;
881 output
[all...]
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastcodemb.cpp53 Short *output, *dataBlock; local
86 output = video->outputMB->block[0];
89 // M4VENC_MEMSET(output,0,(sizeof(Short)<<6)*6); /* reset quantized coeff. to zero , 7/24/01*/
205 CBP |= (*BlockQuantDequantH263DC)(dataBlock, output, &QuantParam,
233 CBP |= (*BlockQuantDequantH263)(dataBlock, output, &QuantParam,
237 output += 64;
282 Short *output, *dataBlock; local
317 output = video->outputMB->block[0];
320 // M4VENC_MEMSET(output,0,(sizeof(Short)<<6)*6); /* reset quantized coeff. to zero , 7/24/01*/
425 CBP |= (*BlockQuantDequantMPEGDC)(dataBlock, output, Q
[all...]
/frameworks/base/media/java/android/media/
H A DExifInterface.java289 public boolean getLatLong(float output[]) { argument
296 output[0] = convertRationalLatLonToFloat(latValue, latRef);
297 output[1] = convertRationalLatLonToFloat(lngValue, lngRef);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DMediaPlayerPerformance.java288 Log.v(TAG, "output format " + outFormat);
332 //Write the ps output to the file
333 public void getMemoryWriteToLog(Writer output, int writeCount) { argument
338 output.write("Start memory : " + mStartMemory + "\n");
341 output.write(memusage);
344 output.write("End Memory :" + mEndMemory + "\n");
392 public boolean validateMemoryResult(int startPid, int startMemory, Writer output, int limit) argument
401 output.write("The total diff = " + memDiff);
402 output.write("\n\n");
405 output
[all...]
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java189 BackupDataOutput output) {
197 output.writeEntityHeader(key, data.length);
198 output.writeEntityData(data, data.length);
188 writeIfChanged(long oldChecksum, String key, byte[] data, BackupDataOutput output) argument
/frameworks/base/core/java/android/text/
H A DHtml.java88 Editable output, XMLReader xmlReader);
279 // Don't output the dummy character underlying the image.
87 handleTag(boolean opening, String tag, Editable output, XMLReader xmlReader) argument
/frameworks/base/core/java/android/view/
H A DWindowManager.java1108 public String debug(String output) { argument
1109 output += "Contents of " + this + ":";
1110 Log.d("Debug", output);
1111 output = super.debug("");
1112 Log.d("Debug", output);
/frameworks/base/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/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...]

Completed in 5007 milliseconds

12