Searched defs:discardBuffer (Results 1 – 4 of 4) sorted by relevance
497 status_t ACodecBufferChannel::discardBuffer(const sp<MediaCodecBuffer> &buffer) { in discardBuffer() function in android::ACodecBufferChannel
336 public void setSurface(@Nullable Surface surface, boolean discardBuffer) { in setSurface()1487 private static native void nSetSurface(long nativeProxy, Surface window, boolean discardBuffer); in nSetSurface()
1133 status_t CCodecBufferChannel::discardBuffer(const sp<MediaCodecBuffer> &buffer) { in discardBuffer() function in android::CCodecBufferChannel
190 jlong proxyPtr, jobject jsurface, jboolean discardBuffer) { in android_view_ThreadedRenderer_setSurface()