GMBVFPool: do not count VFs backed by DmaBufs as unsupported
GMBVFPool counts as unsupported those VideoFrames backed by DmaBufs, because it only checks HasTextures(). This CL adds a new method VideoFrame::HasDmaBufs() and uses it to avoid logging those VFrames. V4L2* creates these VideoFrames calling WrapExternalDmabufs(). Bug: 864145 Change-Id: I340f1f8c2cbbb53de0bed13cc69f868c63b097bd Reviewed-on: https://chromium-review.googlesource.com/1169823 Commit-Queue: Miguel Casas <mcasas@chromium.org> Reviewed-by:Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#582135}
Showing
Please register or sign in to comment