Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/
Digt_color_encoding.c176 struct igt_mat4 igt_ycbcr_to_rgb_matrix(uint32_t from_fourcc, in igt_ycbcr_to_rgb_matrix()
195 struct igt_mat4 igt_rgb_to_ycbcr_matrix(uint32_t from_fourcc, in igt_rgb_to_ycbcr_matrix()
/external/rust/crates/v4l2r/lib/src/
Dlib.rs165 pub const fn from_fourcc(n: &[u8; 4]) -> Self { in from_fourcc() method