Searched defs:render (Results 26 - 31 of 31) sorted by relevance

12

/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp381 size_t index, bool render, bool updatePTS, int64_t timestampNs) {
385 return render
1491 jint index, jboolean render, jboolean updatePTS, jlong timestampNs) {
1501 status_t err = codec->releaseOutputBuffer(index, render, updatePTS, timestampNs);
380 releaseOutputBuffer( size_t index, bool render, bool updatePTS, int64_t timestampNs) argument
1489 android_media_MediaCodec_releaseOutputBuffer( JNIEnv *env, jobject thiz, jint index, jboolean render, jboolean updatePTS, jlong timestampNs) argument
/frameworks/base/media/java/android/media/
H A DMediaCodec.java601 When using an output Surface, you can select whether or not to render each output buffer on the
604 <li><strong>Do not render the buffer:</strong> Call {@link #releaseOutputBuffer(int, boolean)
1842 * @param surface Specify a surface on which to render the output of this
1873 * @param surface Specify a surface on which to render the output of this
2641 * or to render it on the output surface. If you configured the codec with an
2642 * output surface, setting {@code render} to {@code true} will first send the buffer
2653 * @param render If a valid surface was specified when configuring the codec,
2658 public final void releaseOutputBuffer(int index, boolean render) { argument
2667 releaseOutputBuffer(index, render, false /* updatePTS */, 0 /* dummy */);
2672 * and return it to the codec to render i
2732 releaseOutputBuffer( int index, boolean render, boolean updatePTS, long timeNs) argument
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jar ... .String) String content public java.lang.String render () protected java.lang.String fileLoad (java.lang ...
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/av/media/libstagefright/
H A DACodec.cpp5973 // or out-of-order dequeued buffers in the render queue prior to this buffer. Drop these,
6108 int32_t render; local
6110 && msg->findInt32("render", &render) && render != 0
6112 ATRACE_NAME("render");
6136 // save buffers sent to the surface so we can get render time when they return
6146 // use media timestamp if client did not request a specific render timestamp
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 271 milliseconds

12