OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DRM_FORMAT_YUV420
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/kernel/uapi/drm/
drm_fourcc.h
96
#define
DRM_FORMAT_YUV420
fourcc_code('Y', 'U', '1', '2')
/external/kernel-headers/original/uapi/drm/
drm_fourcc.h
132
#define
DRM_FORMAT_YUV420
fourcc_code('Y', 'U', '1', '2') /* 2x2 subsampled Cb (1) and Cr (2) planes */
/external/libdrm/include/drm/
drm_fourcc.h
123
#define
DRM_FORMAT_YUV420
fourcc_code('Y', 'U', '1', '2') /* 2x2 subsampled Cb (1) and Cr (2) planes */
Completed in 1192 milliseconds