Home
last modified time | relevance | path

Searched refs:fourcc_string_form (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/drm-fourcc/src/
Dlib.rs146 fourcc_string_form(self.0) in string_form()
186 fn fourcc_string_form(fourcc: u32) -> Option<String> { in fourcc_string_form() function
412 assert_eq!(fourcc_string_form(875713112).unwrap(), "XR24"); in fourcc_string_form_handles_valid()
413 assert_eq!(fourcc_string_form(828601953).unwrap(), "avc1"); in fourcc_string_form_handles_valid()
414 assert_eq!(fourcc_string_form(0x316376).unwrap(), "vc1 "); in fourcc_string_form_handles_valid()