Searched refs:output (Results 126 - 150 of 198) sorted by relevance

12345678

/frameworks/av/media/libmedia/
H A DIDrm.cpp320 Vector<uint8_t> &output) {
330 readVector(reply, output);
339 Vector<uint8_t> &output) {
349 readVector(reply, output);
675 Vector<uint8_t> sessionId, keyId, input, iv, output; local
680 uint32_t result = encrypt(sessionId, keyId, input, iv, output);
681 writeVector(reply, output);
689 Vector<uint8_t> sessionId, keyId, input, iv, output; local
694 uint32_t result = decrypt(sessionId, keyId, input, iv, output);
695 writeVector(reply, output);
316 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
335 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...]
/frameworks/base/services/java/com/android/server/
H A DDropBoxManagerService.java180 OutputStream output = null;
212 output = new BufferedOutputStream(foutput, bufferSize);
214 output = new GZIPOutputStream(output);
219 output.write(buffer, 0, read);
230 output.close(); // Get a final size measurement
231 output = null;
233 output.flush(); // So the size measurement is pseudo-reasonable
262 try { if (output != null) output
[all...]
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputStream.cpp112 ALOGE("%s: Stream %d: Can't dequeue next output buffer: %s (%d)",
132 status_t res = returnAnyBufferLocked(buffer, timestamp, /*output*/true);
146 bool output,
150 (void)output;
151 ALOG_ASSERT(output, "Expected output to be true");
143 returnBufferCheckedLocked( const camera3_stream_buffer &buffer, nsecs_t timestamp, bool output, sp<Fence> *releaseFenceOut) argument
H A DCamera3Stream.h36 * A class for managing a single stream of input or output data from the camera
149 * For bidirectional streams, this method applies to the output-side
159 * For bidirectional streams, this method applies to the output-side buffers
282 bool acquired, bool output);
H A DCamera3Stream.cpp215 fireBufferListenersLocked(*buffer, /*acquired*/true, /*output*/true);
228 fireBufferListenersLocked(buffer, /*acquired*/false, /*output*/true);
240 fireBufferListenersLocked(*buffer, /*acquired*/true, /*output*/false);
252 fireBufferListenersLocked(buffer, /*acquired*/false, /*output*/false);
258 const camera3_stream_buffer& /*buffer*/, bool acquired, bool output) {
265 info.mOutput = output;
376 ALOGE("%s: This type of stream does not support output", __FUNCTION__);
381 ALOGE("%s: This type of stream does not support output", __FUNCTION__);
257 fireBufferListenersLocked( const camera3_stream_buffer& , bool acquired, bool output) argument
/frameworks/base/core/java/com/android/internal/util/
H A DFastPrintWriter.java59 * the target output stream.
74 * the target output stream.
92 * the target output stream.
657 String output = csq.subSequence(start, end).toString();
658 write(output, 0, output.length());
/frameworks/base/media/java/android/media/videoeditor/
H A DTransition.java342 String output = null;
432 output = mNativeHelper.generateTransitionClip(editSettings, mUniqueId,
434 setFilename(output);
H A DMediaImageItem.java850 String output = null;
855 output = mMANativeHelper.generateKenBurnsClip(editSettings, this);
856 setGeneratedImageClip(output);
858 clipSettings.clipPath = output;
/frameworks/base/media/mca/filterfw/jni/
H A Djni_shader_program.cpp101 jobject output) {
104 if (program && inputs && output) {
117 // Get the output frame
118 GLFrame* output_frame = ConvertFromJava<GLFrame>(env, output);
120 ALOGE("ShaderProgram: no output frame found!");
98 Java_android_filterfw_core_ShaderProgram_shaderProcess(JNIEnv* env, jobject thiz, jobjectArray inputs, jobject output) argument
H A Djni_shader_program.h56 jobject output);
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
H A DAsmGeneratorTest.java206 Map<String, ClassReader> output = new TreeMap<String, ClassReader>();
208 parseZip(mOsDestJar, output, filesFound);
210 for (ClassReader cr: output.values()) {
/frameworks/av/media/libmediaplayerservice/
H A DDrm.cpp525 Vector<uint8_t> &output) {
536 return mPlugin->encrypt(sessionId, keyId, input, iv, output);
543 Vector<uint8_t> &output) {
554 return mPlugin->decrypt(sessionId, keyId, input, iv, output);
521 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
539 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
/frameworks/base/core/java/android/app/backup/
H A DFullBackup.java64 String linkdomain, String rootpath, String path, BackupDataOutput output);
75 * If the {@code mode} argument is negative, then the resulting output file will not
78 * @param data Socket supplying the data to be copied to the output file. If the
79 * output is a directory, this may be {@code null}.
85 * the output file or directory. group/all rwx modes are stripped even if set
89 * last modification time of the output file. if the {@code mode} parameter is
105 // Pull the data from the pipe, copying it to the output file, until we're done
63 backupToTar(String packageName, String domain, String linkdomain, String rootpath, String path, BackupDataOutput output) argument
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.cpp142 // driver; they may be suboptimal when HWC is writing to the output
143 // buffer. For example, if the output is going to a video encoder, and
195 // At this point we know the output buffer acquire fence,
327 // We already dequeued the output buffer. If the GLES driver wants
329 // will mean that HWC will see a different output buffer between
339 VDS_LOGV("dequeueBuffer: dequeueing new output buffer: "
367 const QueueBufferInput& input, QueueBufferOutput* output) {
416 *output = mQueueBufferOutput;
436 QueueBufferOutput* output) {
441 *output
366 queueBuffer(int pslot, const QueueBufferInput& input, QueueBufferOutput* output) argument
434 connect(const sp<IBinder>& token, int api, bool producerControlledByApp, QueueBufferOutput* output) argument
[all...]
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1507 ::google::protobuf::io::CodedOutputStream* output) const {
1511 1, this->type(), output);
1516 ::google::protobuf::internal::WireFormatLite::WriteBool(2, this->isarray(), output);
1522 3, this->intvalue(i), output);
1528 4, this->floatvalue(i), output);
1534 5, this->charvalue(i), output);
1540 6, this->rawbytes(i), output);
1546 7, this->boolvalue(i), output);
1552 8, this->int64value(i), output);
1812 ::google::protobuf::io::CodedOutputStream* output) cons
[all...]
/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.h106 Vector<uint8_t> &output);
112 Vector<uint8_t> &output);
H A DMockDrmCryptoPlugin.cpp455 Vector<uint8_t> &output)
479 // byte[] mock-output -> output
480 index = mByteArrayProperties.indexOfKey(String8("mock-output"));
485 output = mByteArrayProperties.valueAt(index);
494 Vector<uint8_t> &output)
518 // byte[] mock-output -> output
519 index = mByteArrayProperties.indexOfKey(String8("mock-output"));
524 output
451 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
490 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...]
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.h72 // rectangular region of the output texture. You can modify the input and
73 // output regions by using the SetSourceRegion(...) and SetTargetRegion(...)
95 // Process the given input frames and write the result to the output frame.
97 bool Process(const std::vector<const GLFrame*>& inputs, GLFrame* output);
103 GLFrameBufferHandle* output);
120 // input to the output. Note that transformations may be applied to achieve
145 // Set the program to write to a subregion of the output frame, given by
147 // normalized between 0.0 and 1.0. If this region exceeds the output frame
151 // Set the program to write to a subregion of the output frame, given by
155 // If this region exceeds the output fram
[all...]
/frameworks/native/include/media/drm/
H A DDrmAPI.h263 Vector<uint8_t> &output) = 0;
272 Vector<uint8_t> &output) = 0;
/frameworks/rs/cpu_ref/linkloader/
H A Dmain.cpp103 time_t stub_time(time_t *output) { argument
104 return time(output);
/frameworks/native/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...]
/frameworks/webview/chromium/tools/
H A Dmerge_from_chromium.py430 output = merge_common.GetCommandStdout([
433 if not output:
439 sha1 = output.split()[-1]
/frameworks/base/core/java/android/util/
H A DEventLog.java189 * @param output container to add events into
192 public static native void readEvents(int[] tags, Collection<Event> output) argument
/frameworks/base/libs/hwui/font/
H A DCacheTexture.h64 void output() { function in struct:android::uirenderer::CacheBlock
/frameworks/base/core/java/android/hardware/
H A DCamera.java2378 * video output; otherwise, null is returned.
3497 * @param output focus distances in meters. output must be a float
3504 public void getFocusDistances(float[] output) { argument
3505 if (output == null || output.length != 3) {
3507 "output must be a float array with three elements.");
3509 splitFloat(get(KEY_FOCUS_DISTANCES), output);
3667 * output. This should be called before starting preview for the best
3793 private void splitInt(String str, int[] output) { argument
3805 splitFloat(String str, float[] output) argument
[all...]

Completed in 997 milliseconds

12345678