Home
last modified time | relevance | path

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

/aosp_15_r20/external/igt-gpu-tools/lib/
H A 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()
/aosp_15_r20/hardware/libhardware/modules/camera/3_4/arc/
H A Dimage_processor.cpp97 bool ImageProcessor::SupportsConversion(uint32_t from_fourcc, in SupportsConversion()
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/
Dlib.rs165 pub const fn from_fourcc(n: &[u8; 4]) -> Self { in from_fourcc() method