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

12345

/frameworks/base/media/mca/filterfw/jni/
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/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DCpuVideoTrackDecoder.java67 // Find a codec for our video that can output to one of our supported color-spaces
103 // Calculate output dimensions
111 // Create output frame
131 * Copy the input data to the output data applying the specified rotation.
134 * @param output Buffer for the output image data
137 private void copyRotate(ByteBuffer input, ByteBuffer output, int rotation) { argument
165 PixelUtils.copyPixels(input, output, mWidth, mHeight, offset, pixStride, rowStride);
237 ByteBuffer input, ByteBuffer output, int colorFormat, int width, int height) {
240 ColorSpace.convertArgb8888ToRgba8888(input, output, widt
236 convertImage( ByteBuffer input, ByteBuffer output, int colorFormat, int width, int height) argument
[all...]
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DErrorCalculator.java117 public void calcErrorHeatmapRS(Bitmap ideal, Bitmap given, Bitmap output) { argument
126 mOutputPixelsAllocation = Allocation.createFromBitmap(mRS, output,
129 mOutputPixelsAllocation.copyTo(output);
/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/compile/mclinker/lib/Core/
H A DLinker.cpp90 // 3. - initialize output's standard sections
145 // If the output is dependent on its loaded address, and it does not need
146 // to call outside functions, then we can treat the output static dependent
151 // Since the output is static dependent, there should not have any undefined
152 // references in the output module.
192 // 9.a - add symbols to output
193 // After all input symbols have been resolved, add them to output symbol
215 // 11. - scan all relocation entries by output symbols.
249 // 15. - write out output
285 std::unique_ptr<FileOutputBuffer> output; local
300 std::unique_ptr<FileOutputBuffer> output; local
[all...]
/frameworks/native/libs/gui/
H A DStreamSplitter.cpp62 Vector<sp<IGraphicBufferProducer> >::iterator output = mOutputs.begin(); local
63 for (; output != mOutputs.end(); ++output) {
64 (*output)->disconnect(NATIVE_WINDOW_API_CPU);
149 Vector<sp<IGraphicBufferProducer> >::iterator output = mOutputs.begin(); local
150 for (; output != mOutputs.end(); ++output) {
152 status = (*output)->attachBuffer(&slot, bufferItem.mGraphicBuffer);
154 // If we just discovered that this output has been abandoned, note
156 // buffer eventually, and move on to the next output
259 OutputListener( const sp<StreamSplitter>& splitter, const sp<IGraphicBufferProducer>& output) argument
[all...]
/frameworks/native/libs/gui/tests/
H A DBufferQueue_test.cpp109 IGraphicBufferProducer::QueueBufferOutput output; local
111 mProducer->connect(NULL, NATIVE_WINDOW_API_CPU, false, &output));
129 ASSERT_EQ(OK, mProducer->queueBuffer(slot, input, &output));
212 IGraphicBufferProducer::QueueBufferOutput output; local
214 NATIVE_WINDOW_API_CPU, false, &output));
249 ASSERT_EQ(OK, mProducer->queueBuffer(newSlot, input, &output));
265 IGraphicBufferProducer::QueueBufferOutput output; local
267 NATIVE_WINDOW_API_CPU, false, &output));
278 ASSERT_EQ(OK, mProducer->queueBuffer(slot, input, &output));
323 IGraphicBufferProducer::QueueBufferOutput output; local
[all...]
/frameworks/rs/cpu_ref/linkloader/
H A Dmain.cpp101 time_t stub_time(time_t *output) { argument
102 return time(output);
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DDrmPlugin.h174 Vector<uint8_t>& output) {
179 UNUSED(output);
188 Vector<uint8_t>& output) {
193 UNUSED(output);
169 encrypt( const Vector<uint8_t>& sessionId, const Vector<uint8_t>& keyId, const Vector<uint8_t>& input, const Vector<uint8_t>& iv, Vector<uint8_t>& output) argument
183 decrypt( const Vector<uint8_t>& sessionId, const Vector<uint8_t>& keyId, const Vector<uint8_t>& input, const Vector<uint8_t>& iv, Vector<uint8_t>& output) argument
/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 DPatchPanel.cpp221 // special case num sources == 2 -=> reuse an exiting output mix to connect to the
244 audio_io_handle_t output = AUDIO_IO_HANDLE_NONE; local
247 &output,
343 // limit to connections between devices and output streams
426 // create patch from playback thread output to sink device
435 // use a pseudo LCM between input and output framecount
/frameworks/av/services/audioflinger/tests/
H A Dresampler_tests.cpp39 void resample(int channels, void *output, argument
51 resampler->resample((int32_t*) output + channels*i, thisFrames, provider);
86 // calculate the output size
158 // TO = resampler output type, int32_t or float
172 // calculate the output size
228 * We compare a reference output, where we consume and process the entire
229 * buffer at a time, and a test output, where we provide small chunks of input
230 * data and process small chunks of output (which may not be equivalent in size).
298 * clearly isolated by input frequencies exceeding the output sample rate (nyquist).
/frameworks/av/services/audiopolicy/
H A DAudioPolicyClientImpl.cpp40 audio_io_handle_t *output,
52 return af->openOutput(module, output, config, devices, address, latencyMs, flags);
67 status_t AudioPolicyService::AudioPolicyClient::closeOutput(audio_io_handle_t output) argument
74 return af->closeOutput(output);
77 status_t AudioPolicyService::AudioPolicyClient::suspendOutput(audio_io_handle_t output) argument
85 return af->suspendOutput(output);
88 status_t AudioPolicyService::AudioPolicyClient::restoreOutput(audio_io_handle_t output) argument
96 return af->restoreOutput(output);
127 float volume, audio_io_handle_t output,
130 return mAudioPolicyService->setStreamVolume(stream, volume, output,
39 openOutput(audio_module_handle_t module, audio_io_handle_t *output, audio_config_t *config, audio_devices_t *devices, const String8& address, uint32_t *latencyMs, audio_output_flags_t flags) argument
126 setStreamVolume(audio_stream_type_t stream, float volume, audio_io_handle_t output, int delay_ms) argument
[all...]
H A DAudioPolicyClientImplLegacy.cpp91 audio_io_handle_t output = AUDIO_IO_HANDLE_NONE; local
92 status_t status = af->openOutput(module, &output, &config, pDevices,
102 return output;
144 int aps_close_output(void *service __unused, audio_io_handle_t output) argument
151 return af->closeOutput(output);
154 int aps_suspend_output(void *service __unused, audio_io_handle_t output) argument
162 return af->suspendOutput(output);
165 int aps_restore_output(void *service __unused, audio_io_handle_t output) argument
173 return af->restoreOutput(output);
283 float volume, audio_io_handle_t output,
282 aps_set_stream_volume(void *service, audio_stream_type_t stream, float volume, audio_io_handle_t output, int delay_ms) argument
[all...]
H A DAudioPolicyEffects.cpp66 // release audio output processing resources
221 status_t AudioPolicyEffects::addOutputSessionEffects(audio_io_handle_t output, argument
236 ALOGV("addOutputSessionEffects(): no output processing needed for this stream");
258 audioSession, output);
276 status_t AudioPolicyEffects::releaseOutputSessionEffects(audio_io_handle_t output, argument
281 (void) output; // argument not used for now
287 ALOGV("releaseOutputSessionEffects: no output processing was attached to this stream");
300 ALOGV("releaseOutputSessionEffects(): output processing released from session: %d",
357 // returns the audio_stream_t enum corresponding to the output stream name or
594 ALOGW("loadStreamEffectConfigurations() invalid output strea
[all...]
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputStream.cpp114 ALOGE("%s: Stream %d: Can't dequeue next output buffer: %s (%d)",
124 /*releaseFence*/-1, CAMERA3_BUFFER_STATUS_OK, /*output*/true);
134 status_t res = returnAnyBufferLocked(buffer, timestamp, /*output*/true);
148 bool output,
152 (void)output;
153 ALOG_ASSERT(output, "Expected output to be true");
145 returnBufferCheckedLocked( const camera3_stream_buffer &buffer, nsecs_t timestamp, bool output, sp<Fence> *releaseFenceOut) argument
H A DCamera3Stream.cpp254 ALOGV("%s: Already dequeued max output buffers (%d), wait for next returned one.",
259 ALOGE("%s: wait for output buffer return timed out after %lldms", __FUNCTION__,
268 fireBufferListenersLocked(*buffer, /*acquired*/true, /*output*/true);
289 fireBufferListenersLocked(buffer, /*acquired*/false, /*output*/true);
324 fireBufferListenersLocked(*buffer, /*acquired*/true, /*output*/false);
336 fireBufferListenersLocked(buffer, /*acquired*/false, /*output*/false);
343 const camera3_stream_buffer& /*buffer*/, bool acquired, bool output) {
350 info.mOutput = output;
484 ALOGE("%s: This type of stream does not support output", __FUNCTION__);
489 ALOGE("%s: This type of stream does not support output", __FUNCTION_
342 fireBufferListenersLocked( const camera3_stream_buffer& , bool acquired, bool output) argument
[all...]
H A DCamera3ZslStream.cpp137 // register in output mode instead of input mode for ZSL streams.
179 /*releaseFence*/-1, CAMERA3_BUFFER_STATUS_OK, /*output*/false);
189 bool output,
193 if (output) {
197 output,
263 /*output*/false);
186 returnBufferCheckedLocked( const camera3_stream_buffer &buffer, nsecs_t timestamp, bool output, sp<Fence> *releaseFenceOut) argument
/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java209 * output stream.
253 * data is written to the output, the agent returns from this method and the backup
257 * sends them to the output:
266 * application's "owned" file system trees to the output other than the few exceptions
347 * @param output The destination to which the backed-up file data will be sent.
349 public final void fullBackupFile(File file, FullBackupDataOutput output) { argument
423 output.getData());
435 HashSet<String> excludes, FullBackupDataOutput output) {
475 output.getData());
570 // Not a supported output locatio
434 fullBackupFileTree(String packageName, String domain, String rootPath, HashSet<String> excludes, FullBackupDataOutput output) argument
[all...]
/frameworks/base/core/java/android/hardware/camera2/params/
H A DStreamConfigurationMap.java48 * <p>This is the authoritative list for all <!-- input/ -->output formats (and sizes respectively
142 * Get the image {@code format} output formats in this stream configuration.
156 return getPublicFormats(/*output*/true);
173 return getPublicFormats(/*output*/false);
188 return getPublicFormatSizes(format, /*output*/false);
192 * Determine whether or not output surfaces with a particular user-defined format can be passed
195 * <p>This method determines that the output {@code format} is supported by the camera device;
196 * each output {@code surface} target may or may not itself support that {@code format}.
219 return getFormatsMap(/*output*/true).containsKey(format);
223 * Determine whether or not output stream
825 checkArgumentFormatSupported(int format, boolean output) argument
1024 getPublicFormatSizes(int format, boolean output) argument
1036 getInternalFormatSizes(int format, boolean output) argument
1063 getPublicFormats(boolean output) argument
1083 getFormatsMap(boolean output) argument
1125 getPublicFormatCount(boolean output) argument
[all...]
/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.java199 * @param output container to add events into
202 public static native void readEvents(int[] tags, Collection<Event> output) argument
/frameworks/base/core/java/com/android/internal/widget/
H A DSizeAdaptiveLayout.java406 public String debug(String output) { argument
407 return output + "SizeAdaptiveLayout.LayoutParams={" +
/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfEditor.java140 * @param outSize The size output.
153 * @param outMediaBox The media box output.
179 * @param outCropBox The crop box output.
217 * @param output The destination.
219 public void write(ParcelFileDescriptor output) throws IOException { argument
222 nativeWrite(mNativeDocument, output.getFd());
224 IoUtils.closeQuietly(output);
/frameworks/base/libs/hwui/font/
H A DCacheTexture.h64 void output() { function in struct:android::uirenderer::CacheBlock

Completed in 3540 milliseconds

12345