Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/drm-fourcc/src/
Dlib.rs137 pub struct UnrecognizedFourcc(pub u32); struct
139 impl UnrecognizedFourcc { impl
164 impl Debug for UnrecognizedFourcc { implementation
176 impl Display for UnrecognizedFourcc { implementation
183 impl Error for UnrecognizedFourcc {} implementation
/aosp_15_r20/external/rust/android-crates-io/crates/drm/src/control/
Dmod.rs93 UnrecognizedFourcc(drm_fourcc::UnrecognizedFourcc), enumerator