Searched defs:DrmFourcc (Results 1 – 6 of 6) sorted by relevance
73 impl DrmFourcc { implementation87 impl Debug for DrmFourcc { implementation95 impl Display for DrmFourcc { implementation101 impl TryFrom<u32> for DrmFourcc { implementation
6 pub enum DrmFourcc { enum113 impl DrmFourcc { implementation
97 fn format(&self) -> DrmFourcc; in format()111 fn format(&self) -> DrmFourcc; in format()
79 fn format(&self) -> buffer::DrmFourcc { in format()
121 pub fn pixel_format(&self) -> DrmFourcc { in pixel_format()
670 format: buffer::DrmFourcc, in create_dumb_buffer()