Searched refs:output (Results 76 - 100 of 189) sorted by relevance

12345678

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DStraightenFilter.java101 // Create output frame
108 Frame output = context.getFrameManager().newFrame(inputFormat);
111 mProgram.process(input, output);
113 // Push output
114 pushOutput("image", output);
117 output.release();
H A DAutoFixFilter.java258 // Create output frame
259 Frame output = context.getFrameManager().newFrame(inputFormat);
263 mShaderProgram.process(inputs, output);
265 // Push output
266 pushOutput("image", output);
269 output.release();
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDInfo.h38 * output() - the output file
69 Output& output() function in class:mcld::MCLDInfo
72 const Output& output() const function in class:mcld::MCLDInfo
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
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/compile/mclinker/lib/MC/
H A DMCLinker.cpp74 ResolveInfo old_info; // used for arrange output symbols
88 // into output symbol table. So, we let the existent false.
119 // if it is a new symbol, create a LDSymbol for the output
123 // set up the relation between output LDSymbol and its ResolveInfo
132 // should override output LDSymbol
138 // we need to arrange its position in the output symbol .
141 // We merge sections when reading them. So we do not need to output symbols
144 // No matter the symbol is already in the output or not, add it if it
238 /// defineSymbolForcefully - define an output symbol and override it immediately
260 // create a output LDSymbo
[all...]
/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/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/compile/libbcc/lib/AndroidBitcode/
H A DABCCompilerDriver.cpp97 // FIXME: how can we get the soname if input/output is file descriptor?
177 // Prepare output file.
181 ALOGE("Failed to open the output file! (file descriptor `%d': %s)",
268 // Prepare the output.
271 llvm::raw_ostream *output = local
273 if (output == NULL) {
274 ALOGE("Failed to prepare the output for compile the input from %d into "
283 if (!compile(*script, *output)) {
284 delete output;
290 // Close the output
[all...]
/frameworks/base/services/java/com/android/server/
H A DSystemBackupAgent.java87 private void fullWallpaperBackup(FullBackupDataOutput output) { argument
93 WALLPAPER_INFO_DIR, WALLPAPER_INFO, output.getData());
95 WALLPAPER_IMAGE_DIR, WALLPAPER_IMAGE, output.getData());
/frameworks/compile/mclinker/lib/CodeGen/
H A DSectLinker.cpp93 // 3. - initialize output's standard sections
164 // 13. - write out output
180 // ----- initialize output file ----- //
182 if (Output::Object == pLDInfo.output().type())
187 MemoryArea* out_area = memAreaFactory()->produce(pLDInfo.output().path(),
192 // make sure output is openend successfully.
193 fatal(diag::err_cannot_open_output_file) << pLDInfo.output().name()
194 << pLDInfo.output().path();
197 pLDInfo.output().setMemArea(out_area);
198 pLDInfo.output()
[all...]
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerDataHelper.java31 /** formats data output */
34 /** formats output as Comma separated value CSV file */
36 /** formats output as KML file */
57 * @param formatter - formats the output from the get*Output* methods
65 * Creates a instance with no output formatting capabilities. Useful for
144 * Returns the output header particular to the associated formatter
151 * Returns the output footer particular to the associated formatter
159 * output
162 * @return CharSequence output, null if given cursor is invalid or no more
169 String output
[all...]
/frameworks/base/media/mca/filterfw/native/core/
H A Dnative_program.cpp105 char* output,
111 output,
103 CallProcess(const std::vector<const char*>& inputs, const std::vector<int>& input_sizes, char* output, int output_size) argument
H A Dnative_program.h58 char* output,
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
H A DSharedStorageAgent.java35 public void onFullBackup(FullBackupDataOutput output) throws IOException { argument
47 fullBackupFileTree(null, domain, v.getPath(), null, output);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp79 FwdLockConv_CloseSession(convSession->uniqueId, &(convSession->output));
387 FwdLockConv_OpenSession(&(newSession->uniqueId), &(newSession->output))) {
412 &(convSession->output));
416 if (convSession->output.fromConvertData.numBytes > 0) {
417 convResult->data = new char[convSession->output.fromConvertData.numBytes];
420 convResult->length = convSession->output.fromConvertData.numBytes;
422 (char *)convSession->output.fromConvertData.pBuffer,
427 offset = convSession->output.fromConvertData.errorPos;
446 retStatus = FwdLockConv_CloseSession(convSession->uniqueId, &(convSession->output));
449 offset = convSession->output
[all...]
/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...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdCountLeadingZeros.s24 ; Input / output registers
/frameworks/compile/libbcc/lib/Support/
H A DDisassembler.cpp189 // Check the state of the specified output file.
194 // Open the output file decorated in llvm::raw_ostream.
195 llvm::raw_ostream *output = pOutput.dup(); local
196 if (output == NULL) {
202 Disassemble(*output, pTriple, pFuncName, pFunc, FuncSize);
204 // Close the output before return.
205 delete output;
/frameworks/av/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/av/services/audioflinger/
H A DAudioPolicyService.h70 virtual status_t startOutput(audio_io_handle_t output,
73 virtual status_t stopOutput(audio_io_handle_t output,
76 virtual void releaseOutput(audio_io_handle_t output);
132 audio_io_handle_t output,
177 audio_io_handle_t output, int delayMs = 0);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DCameraSource.java70 * before providing output. If set to false, the filter will keep
203 Frame output = context.getFrameManager().newFrame(mOutputFormat);
204 mFrameExtractor.process(mCameraFrame, output);
208 output.setTimestamp(timestamp);
210 pushOutput("video", output);
213 output.release();
/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java175 * output stream.
217 * file system trees to the output.
267 * @param output The destination to which the backed-up file data will be sent.
269 public final void fullBackupFile(File file, FullBackupDataOutput output) { argument
327 output.getData());
339 HashSet<String> excludes, FullBackupDataOutput output) {
379 output.getData());
452 // Not a supported output location? We need to consume the data
487 BackupDataOutput output = new BackupDataOutput(data.getFileDescriptor());
490 BackupAgent.this.onBackup(oldState, output, newStat
338 fullBackupFileTree(String packageName, String domain, String rootPath, HashSet<String> excludes, FullBackupDataOutput output) argument
[all...]
/frameworks/compile/mclinker/unittests/Linker/
H A DTestLinker.cpp262 if (m_pInfo->output().hasContext())
278 m_pInfo->output().setMemArea(output_memory);
282 m_pInfo->output().setContext(context);
296 if (m_pInfo->output().hasContext())
304 m_pInfo->output().setMemArea(output_memory);
308 m_pInfo->output().setContext(context);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
H A DFwdLockEngine.h288 * the output converted data and offset. In this case the
518 FwdLockConv_Output_t output; member in class:android::FwdLockEngine::ConvertSession
522 memset(&output, 0, sizeof(FwdLockConv_Output_t));
/frameworks/base/core/java/android/widget/
H A DAbsoluteLayout.java217 public String debug(String output) { argument
218 return output + "Absolute.LayoutParams={width="

Completed in 1159 milliseconds

12345678