Searched refs:fourcc_code (Results 1 – 5 of 5) sorted by relevance
/aosp12/bionic/libc/kernel/uapi/drm/ |
H A D | drm_fourcc.h | 28 #define DRM_FORMAT_C8 fourcc_code('C', '8', ' ', ' ') 29 #define DRM_FORMAT_R8 fourcc_code('R', '8', ' ', ' ') 30 #define DRM_FORMAT_R16 fourcc_code('R', '1', '6', ' ') 31 #define DRM_FORMAT_RG88 fourcc_code('R', 'G', '8', '8') 32 #define DRM_FORMAT_GR88 fourcc_code('G', 'R', '8', '8') 33 #define DRM_FORMAT_RG1616 fourcc_code('R', 'G', '3', '2') 34 #define DRM_FORMAT_GR1616 fourcc_code('G', 'R', '3', '2') 35 #define DRM_FORMAT_RGB332 fourcc_code('R', 'G', 'B', '8') 36 #define DRM_FORMAT_BGR233 fourcc_code('B', 'G', 'R', '8') 78 #define DRM_FORMAT_YUYV fourcc_code('Y', 'U', 'Y', 'V') [all …]
|
/aosp12/hardware/google/gchips/gralloc4/src/ |
H A D | mali_fourcc.h | 37 #define DRM_FORMAT_P010 fourcc_code('P', '0', '1', '0') 41 #define DRM_FORMAT_Y0L2 fourcc_code('Y', '0', 'L', '2') 45 #define DRM_FORMAT_P210 fourcc_code('P', '2', '1', '0') 49 #define DRM_FORMAT_Y210 fourcc_code('Y', '2', '1', '0') 53 #define DRM_FORMAT_Y410 fourcc_code('Y', '4', '1', '0') 57 #define DRM_FORMAT_YUV420_8BIT fourcc_code('Y', 'U', '0', '8') 61 #define DRM_FORMAT_YUV420_10BIT fourcc_code('Y', 'U', '1', '0') 65 #define DRM_FORMAT_ABGR16161616F fourcc_code('A', 'B', '4', 'H') 69 #define DRM_FORMAT_R16 fourcc_code('R', '1', '6', ' ')
|
/aosp12/hardware/qcom/sm7250/display/sde-drm/ |
H A D | drm_utils.cpp | 84 formats->push_back(std::make_pair(fourcc_code(final_format_str.at(0), final_format_str.at(1), in ParseFormats()
|
H A D | drm_crtc.cpp | 501 std::make_pair(fourcc_code(format[0], format[1], format[2], format[3]), modifier); in ParseCompRatio()
|
/aosp12/hardware/google/graphics/common/libhwc2.1/libhwchelper/ |
H A D | ExynosHWCHelper.h | 55 #define DRM_FORMAT_YUV420_8BIT fourcc_code('Y', 'U', '0', '8') 58 #define DRM_FORMAT_YUV420_10BIT fourcc_code('Y', 'U', '1', '0')
|