Searched refs:output (Results 226 - 250 of 393) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdFlushBits.s24 ; Input / output registers
/frameworks/base/media/mca/filterfw/jni/
H A Djni_native_program.h88 jobject output);
H A Djni_native_program.cpp134 jobject output) {
163 // Get the output buffer
166 if (output) {
167 NativeFrame* output_frame = ConvertFromJava<NativeFrame>(env, output);
169 ALOGE("NativeProgram: Could not grab NativeFrame output!");
131 Java_android_filterfw_core_NativeProgram_callNativeProcess(JNIEnv* env, jobject thiz, jobjectArray inputs, jobject output) argument
/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
H A DMultiLayoutVerificationTest.java49 assertNotEquals(result.output, 0, result.resultCode);
105 assertNotEquals(result.output, 0, result.resultCode);
158 assertNotEquals(result.output, 0, result.resultCode);
209 assertNotEquals(result.output, 0, result.resultCode);
/frameworks/native/include/gui/
H A DStreamSplitter.h35 // and multiple output BufferQueues. By using the buffer attach and detach logic
53 // addOutput adds an output BufferQueue to the splitter. The splitter
55 // to the input will be queued to each output. It is assumed that all of the
57 // output is abandoned by its consumer, the splitter will abandon its input
93 // During this callback, we detach the buffer from the output queue that
95 // last output releasing the buffer, and if so, release it to the input.
109 // create one of these per output BufferQueue, and then pass the producer
115 const sp<IGraphicBufferProducer>& output);
164 // mIsAbandoned is set to true when an output dies. Once the StreamSplitter
/frameworks/native/libs/gui/tests/
H A DMalicious.cpp52 QueueBufferOutput* output) override {
53 return mProducer->queueBuffer(slot, input, output);
60 QueueBufferOutput* output) override {
61 return mProducer->connect(listener, api, producerControlledByApp, output);
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3InputStream.cpp71 ALOGE("%s: Stream %d: Can't acquire next output buffer: %s (%d)",
85 /*releaseFence*/-1, CAMERA3_BUFFER_STATUS_OK, /*output*/false);
97 bool output,
102 (void)output;
103 ALOG_ASSERT(!output, "Expected output to be false");
166 return returnAnyBufferLocked(buffer, /*timestamp*/0, /*output*/false);
94 returnBufferCheckedLocked( const camera3_stream_buffer &buffer, nsecs_t timestamp, bool output, sp<Fence> *releaseFenceOut) argument
/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfEditor.java152 * @param outSize The size output.
168 * @param outMediaBox The media box output.
200 * @param outCropBox The crop box output.
247 * @param output The destination.
249 public void write(ParcelFileDescriptor output) throws IOException { argument
254 nativeWrite(mNativeDocument, output.getFd());
257 IoUtils.closeQuietly(output);
/frameworks/base/libs/hwui/
H A DRenderNode.h109 ANDROID_API void output();
251 void output(std::ostream& output, uint32_t level);
/frameworks/base/libs/hwui/pipeline/skia/
H A DDumpOpsCanvas.h31 DumpOpsCanvas(std::ostream& output, int level, SkiaDisplayList& displayList) argument
32 : mOutput(output)
146 renderNodeDrawable->getRenderNode()->output(mOutput, mLevel + 1);
/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/telephony/java/com/android/internal/telephony/
H A DSms7BitEncodingTranslator.java82 char[] output = new char[size];
85 output[i] = translateIfNeeded(message.charAt(i), isCdmaFormat);
88 return String.valueOf(output);
/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/base/tools/bit/
H A Dmake.cpp65 string output = trim(get_command_output(cmd, &err, quiet)); local
67 g_buildVars[name] = output;
68 return output;
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
H A DHealing.java76 public void heal(ScriptC_healing healing, RenderScript rs, Bitmap image, Bitmap output) { argument
137 undoCanvas.drawBitmap(output, mRoiBounds, undoRect, null);
139 Canvas c = new Canvas(output);
/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
H A DBNNMTest.java80 byte[] output = new byte[input.length];
82 output[i] = (byte)(input[i]);
84 return output;
119 // output bytes being different by 1. Any larger differences are not tolerable
H A DSGEMMTest.java98 float[] output = new float[input.length];
100 output[i] = (float)(input[i] - offset);
102 return output;
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp70 // start output activity command thread
434 volume %f, output %d", data->mStream, data->mVolume, data->mIO);
453 ALOGV("AudioCommandThread() processing stop output %d",
465 ALOGV("AudioCommandThread() processing release output %d",
660 audio_io_handle_t output,
668 data->mIO = output;
671 ALOGV("AudioCommandThread() adding set volume stream %d, volume %f, output %d",
672 stream, volume, output);
704 void AudioPolicyService::AudioCommandThread::stopOutputCommand(audio_io_handle_t output, argument
711 data->mIO = output;
658 volumeCommand(audio_stream_type_t stream, float volume, audio_io_handle_t output, int delayMs) argument
719 releaseOutputCommand(audio_io_handle_t output, audio_stream_type_t stream, audio_session_t session) argument
1059 setStreamVolume(audio_stream_type_t stream, float volume, audio_io_handle_t output, int delayMs) argument
[all...]
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DMediaSource.java73 * will output an old frame again if a new frame isn't available. Defaults
91 /** Orientation. This controls the output orientation of the video. Valid
332 Frame output = context.getFrameManager().newFrame(mOutputFormat);
333 mFrameExtractor.process(mMediaFrame, output);
337 output.setTimestamp(timestamp);
339 pushOutput("video", output);
340 output.release();
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
H A DConnOnActivityStartTest.java244 final String output = executeCommand("cmd netpolicy get restrict-background");
246 assertTrue("output '" + output + "' should end with '" + expectedSuffix + "'",
247 output.endsWith(expectedSuffix));
285 final String output = executeCommand("cmd netpolicy list " + list);
286 uids = output.split(":")[1];
/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator.cpp65 std::string output = symbol.to_string(); local
66 for (char& c : output) {
71 return output;
86 std::string output = styleable_class_name; local
92 output += "_" + TransformToFieldName(attr_name.package);
94 output += "_" + TransformToFieldName(attr_name.entry);
95 return output;
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.cpp106 IGraphicBufferProducer::QueueBufferOutput output; local
107 mSource[SOURCE_SCRATCH]->connect(NULL, NATIVE_WINDOW_API_EGL, false, &output);
159 // driver; they may be suboptimal when HWC is writing to the output
160 // buffer. For example, if the output is going to a video encoder, and
214 // At this point we know the output buffer acquire fence,
412 // We already dequeued the output buffer. If the GLES driver wants
414 // will mean that HWC will see a different output buffer between
424 VDS_LOGV("dequeueBuffer: dequeueing new output buffer: "
469 const QueueBufferInput& input, QueueBufferOutput* output) {
471 return mSource[SOURCE_SINK]->queueBuffer(pslot, input, output);
468 queueBuffer(int pslot, const QueueBufferInput& input, QueueBufferOutput* output) argument
554 connect(const sp<IProducerListener>& listener, int api, bool producerControlledByApp, QueueBufferOutput* output) argument
[all...]
/frameworks/native/libs/gui/
H A DIGraphicBufferProducer.cpp238 const QueueBufferInput& input, QueueBufferOutput* output) {
250 result = reply.read(*output);
286 int api, bool producerControlledByApp, QueueBufferOutput* output) {
301 reply.read(*output);
543 QueueBufferOutput* output) override {
544 return mBase->queueBuffer(slot, input, output);
558 QueueBufferOutput* output) override {
559 return mBase->connect(listener, api, producerControlledByApp, output);
716 QueueBufferOutput output; local
717 status_t result = queueBuffer(buf, input, &output);
237 queueBuffer(int buf, const QueueBufferInput& input, QueueBufferOutput* output) argument
285 connect(const sp<IProducerListener>& listener, int api, bool producerControlledByApp, QueueBufferOutput* output) argument
751 QueueBufferOutput output; local
[all...]
/frameworks/av/drm/libmediadrm/
H A DIDrm.cpp429 Vector<uint8_t> &output) {
442 readVector(reply, output);
451 Vector<uint8_t> &output) {
464 readVector(reply, output);
850 Vector<uint8_t> sessionId, keyId, input, iv, output; local
855 uint32_t result = encrypt(sessionId, keyId, input, iv, output);
856 writeVector(reply, output);
864 Vector<uint8_t> sessionId, keyId, input, iv, output; local
869 uint32_t result = decrypt(sessionId, keyId, input, iv, output);
870 writeVector(reply, output);
425 encrypt(Vector<uint8_t> const &sessionId, Vector<uint8_t> const &keyId, Vector<uint8_t> const &input, Vector<uint8_t> const &iv, Vector<uint8_t> &output) argument
447 decrypt(Vector<uint8_t> const &sessionId, Vector<uint8_t> const &keyId, Vector<uint8_t> const &input, Vector<uint8_t> const &iv, Vector<uint8_t> &output) argument
[all...]

Completed in 542 milliseconds

1234567891011>>