Searched refs:QueueDMABuf (Results 1 – 4 of 4) sorted by relevance
125 bool QueueDMABuf(const std::vector<base::ScopedFD>& scoped_fds,137 bool QueueDMABuf(const std::vector<int>& fds,
471 bool V4L2WritableBufferRef::QueueDMABuf(const std::vector<base::ScopedFD>& scoped_fds, in QueueDMABuf() function in media::V4L2WritableBufferRef480 return std::move(*this).QueueDMABuf(fds, request_ref); in QueueDMABuf()483 bool V4L2WritableBufferRef::QueueDMABuf(const std::vector<int>& fds, in QueueDMABuf() function in media::V4L2WritableBufferRef
290 if (!std::move(*inputBuffer).QueueDMABuf(fds)) { in pumpDecodeRequest()422 if (!std::move(*outputBuffer).QueueDMABuf(frame->getFDs())) { in serviceDeviceTask()577 if (!std::move(*outputBuffer).QueueDMABuf(frame->getFDs())) { in onVideoFrameReady()
1470 std::move(*buffer).QueueDMABuf(frame->getFDs()); in enqueueInputBuffer()1504 if (!std::move(*buffer).QueueDMABuf(fds)) { in enqueueOutputBuffer()