Home
last modified time | relevance | path

Searched defs:BoCaptureBuffer (Results 1 – 1 of 1) sorted by relevance

/system/cros-codecs/src/backend/v4l2/
Dencoder.rs1024 pub struct BoCaptureBuffer { struct
1025 bo: gbm::BufferObject<()>,
1026 fd: OwnedFd,
1027 len: u64,
1030 impl AsRawFd for BoCaptureBuffer { implementation
1036 impl AsFd for BoCaptureBuffer { implementation
1042 impl DmaBufSource for BoCaptureBuffer { implementation
1048 impl std::fmt::Debug for BoCaptureBuffer { implementation
1054 unsafe impl Sync for BoCaptureBuffer {} implementation
1056 unsafe impl Send for BoCaptureBuffer {} implementation