Searched defs:dmabuf_fds (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/media/base/
H A Dvideo_frame.cc246 const std::vector<int> dmabuf_fds,
252 if (dmabuf_fds.size() != NumPlanes(format)) {
266 for (size_t i = 0; i < dmabuf_fds.size(); ++i) {
267 int duped_fd = HANDLE_EINTR(dup(dmabuf_fds[i]));
241 WrapExternalDmabufs( Format format, const gfx::Size& coded_size, const gfx::Rect& visible_rect, const gfx::Size& natural_size, const std::vector<int> dmabuf_fds, base::TimeDelta timestamp, const base::Closure& no_longer_needed_cb) argument

Completed in 77 milliseconds