Searched refs:get_i32_from_str (Results 1 – 1 of 1) sorted by relevance
137 fn get_i32_from_str(&self, key: &str) -> Option<i32> { in get_i32_from_str() method171 .get_i32_from_str("color-range") in color_range()183 let color_standard = self.get_i32_from_str("color-standard").unwrap_or(-1); in color_primaries()197 match self.get_i32_from_str("color-transfer").unwrap_or(-1) { in transfer_characteristics()