Searched refs:GetPlanarFramebufferError (Results 1 – 1 of 1) sorted by relevance
89 pub enum GetPlanarFramebufferError { enum96 impl fmt::Display for GetPlanarFramebufferError { implementation105 impl error::Error for GetPlanarFramebufferError { implementation114 impl From<io::Error> for GetPlanarFramebufferError { implementation120 impl From<UnrecognizedFourcc> for GetPlanarFramebufferError { implementation299 ) -> Result<framebuffer::PlanarInfo, GetPlanarFramebufferError> { in get_planar_framebuffer() argument