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
339 public void setSurface(@Nullable Surface surface, boolean discardBuffer) { in setSurface()1520 private static native void nSetSurface(long nativeProxy, Surface window, boolean discardBuffer); in nSetSurface()
1645 status_t CCodecBufferChannel::discardBuffer(const sp<MediaCodecBuffer> &buffer) { in discardBuffer() function in android::CCodecBufferChannel
201 jlong proxyPtr, jobject jsurface, jboolean discardBuffer) { in android_view_ThreadedRenderer_setSurface()