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

12345678

/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/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();
H A DMediaSource.java81 * will output an old frame again if a new frame isn't available. Defaults
99 /** Orientation. This controls the output orientation of the video. Valid
340 Frame output = context.getFrameManager().newFrame(mOutputFormat);
341 mFrameExtractor.process(mMediaFrame, output);
345 output.setTimestamp(timestamp);
347 pushOutput("video", output);
348 output.release();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java250 public void process(FrameImage2D input, FrameImage2D output) { argument
252 RenderTarget renderTarget = output.lockRenderTarget();
255 output.getWidth(),
256 output.getHeight());
258 output.unlock();
261 public void processMulti(FrameImage2D[] inputs, FrameImage2D output) { argument
266 RenderTarget renderTarget = output.lockRenderTarget();
269 output.getWidth(),
270 output.getHeight());
274 output
291 processNoInput(FrameImage2D output) argument
[all...]
/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java206 * output stream.
248 * file system trees to the output.
313 * @param output The destination to which the backed-up file data will be sent.
315 public final void fullBackupFile(File file, FullBackupDataOutput output) { argument
385 output.getData());
397 HashSet<String> excludes, FullBackupDataOutput output) {
437 output.getData());
530 // Not a supported output location, or bad path: we need to consume the data
564 BackupDataOutput output = new BackupDataOutput(data.getFileDescriptor());
567 BackupAgent.this.onBackup(oldState, output, newStat
396 fullBackupFileTree(String packageName, String domain, String rootPath, HashSet<String> excludes, FullBackupDataOutput output) argument
[all...]
/frameworks/av/media/libmedia/
H A DAudioTrack.cpp52 // audio_io_handle_t output
304 audio_io_handle_t output = AudioSystem::getOutput( local
310 if (output == 0) {
311 ALOGE("Could not get audio output for stream type %d", streamType);
344 output,
353 //Use of direct and offloaded output streams is ref counted by audio policy manager.
354 // As getOutput was called above and resulted in an output stream to be opened,
356 AudioSystem::releaseOutput(output);
375 mOutput = output;
600 // Resampler implementation limits input sampling rate to 2 x output samplin
845 createTrack_l( audio_stream_type_t streamType, uint32_t sampleRate, audio_format_t format, size_t frameCount, audio_output_flags_t flags, const sp<IMemory>& sharedBuffer, audio_io_handle_t output, size_t epoch) argument
1703 audio_io_handle_t output = getOutput_l(); local
[all...]
/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/av/include/media/
H A DIDrm.h91 Vector<uint8_t> &output) = 0;
97 Vector<uint8_t> &output) = 0;
/frameworks/av/media/libmediaplayerservice/
H A DDrm.h95 Vector<uint8_t> &output);
101 Vector<uint8_t> &output);
/frameworks/base/core/java/android/widget/
H A DAbsoluteLayout.java217 public String debug(String output) { argument
218 return output + "Absolute.LayoutParams={width="
/frameworks/base/core/tests/coretests/src/android/util/
H A DBase64Test.java243 byte[] output = new byte[100];
246 output);
249 assertEquals("YWJj".getBytes(), 4, encoder.output, encoder.op);
253 assertEquals("YWJj".getBytes(), 4, encoder.output, encoder.op);
265 assertEquals("YWFh".getBytes(), 4, encoder.output, encoder.op);
273 assertEquals("YWJh".getBytes(), 4, encoder.output, encoder.op);
277 assertEquals("YmFi".getBytes(), 4, encoder.output, encoder.op);
281 assertEquals("YQ".getBytes(), 2, encoder.output, encoder.op);
/frameworks/native/include/gui/
H A DBufferQueue.h175 // Some values are returned in the output struct: the current settings
179 const QueueBufferInput& input, QueueBufferOutput* output);
198 int api, bool producerControlledByApp, QueueBufferOutput* output);
H A DIGraphicBufferProducer.h172 const QueueBufferInput& input, QueueBufferOutput* output) = 0;
196 int api, bool producerControlledByApp, QueueBufferOutput* output) = 0;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdClearMbLayer.s24 ; Input / output registers
H A Dh264bsdFlushBits.s24 ; Input / output registers
/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java261 byte[] output = new byte[length];
268 output[i] = (byte) Integer.parseInt(original.substring(i*2, i*2+2), 16);
274 output[i] = (byte) original.charAt(i);
278 return output;
/frameworks/base/media/mca/filterfw/jni/
H A Djni_native_program.h88 jobject output);
H A Djni_native_program.cpp133 jobject output) {
162 // Get the output buffer
165 if (output) {
166 NativeFrame* output_frame = ConvertFromJava<NativeFrame>(env, output);
168 ALOGE("NativeProgram: Could not grab NativeFrame output!");
130 Java_android_filterfw_core_NativeProgram_callNativeProcess(JNIEnv* env, jobject thiz, jobjectArray inputs, jobject output) argument
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3ZslStream.cpp133 // register in output mode instead of input mode for ZSL streams.
185 bool output,
189 if (output) {
193 output,
259 /*output*/false);
182 returnBufferCheckedLocked( const camera3_stream_buffer &buffer, nsecs_t timestamp, bool output, sp<Fence> *releaseFenceOut) argument
/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java460 int output = 0;
463 output |= CONFIG_NATIVE_BITS[i];
466 return output;
/frameworks/base/media/java/android/media/
H A DExifInterface.java312 public boolean getLatLong(float output[]) { argument
320 output[0] = convertRationalLatLonToFloat(latValue, latRef);
321 output[1] = convertRationalLatLonToFloat(lngValue, lngRef);
/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/packages/WallpaperCropper/src/com/android/gallery3d/common/
H A DUtils.java165 int output = 0;
167 result[output++] = (byte) (ch & 0xFF);
168 result[output++] = (byte) (ch >> 8);
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DErrorCalculator.java120 public void calcErrorHeatmapRS(Bitmap ideal, Bitmap given, Bitmap output) { argument
129 mOutputPixelsAllocation = Allocation.createFromBitmap(mRS, output,
132 mOutputPixelsAllocation.copyTo(output);

Completed in 1174 milliseconds

12345678