Searched refs:edid (Results 1 – 12 of 12) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | edid-parse.c | 51 decode_header (const uchar *edid) in decode_header() argument 53 if (memcmp (edid, "\x00\xff\xff\xff\xff\xff\xff\x00", 8) == 0) in decode_header() 59 decode_vendor_and_product_identification (const uchar *edid, MonitorInfo *info) in decode_vendor_and_product_identification() argument 64 info->manufacturer_code[0] = get_bits (edid[0x08], 2, 6); in decode_vendor_and_product_identification() 65 info->manufacturer_code[1] = get_bits (edid[0x08], 0, 1) << 3; in decode_vendor_and_product_identification() 66 info->manufacturer_code[1] |= get_bits (edid[0x09], 5, 7); in decode_vendor_and_product_identification() 67 info->manufacturer_code[2] = get_bits (edid[0x09], 0, 4); in decode_vendor_and_product_identification() 75 info->product_code = edid[0x0b] << 8 | edid[0x0a]; in decode_vendor_and_product_identification() 79 edid[0x0c] | edid[0x0d] << 8 | edid[0x0e] << 16 | edid[0x0f] << 24; in decode_vendor_and_product_identification() 83 switch (edid[0x10]) in decode_vendor_and_product_identification() [all …]
|
/third_party/libdrm/tests/modeprint/ |
D | modeprint.c | 50 int edid; variable 314 edid = 0; in args() 351 edid = 1; in args() 358 edid = 1; in args() 373 edid = 1; in args()
|
/third_party/libdrm/exynos/ |
D | exynos_drm.c | 354 uint32_t ext, void *edid) in exynos_vidi_connection() argument 359 .edid = (uint64_t)(uintptr_t)edid, in exynos_vidi_connection()
|
D | exynos_drmif.h | 107 uint32_t ext, void *edid);
|
D | exynos_drm.h | 75 uint64_t edid; member
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/ |
D | v4l2-common.h | 92 __u8 *edid; member
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/ |
D | v4l2-common.h | 92 __u8 *edid; member
|
/third_party/flutter/skia/third_party/externals/sdl/premake/Xcode/Xcode3/SDL2/SDL2.xcodeproj/ |
D | project.pbxproj | 121 …23120B9A3B8079C517555340 /* edid-parse.c in Sources */ = {isa = PBXBuildFile; fileRef = 11F5212A6B… 335 …E3 /* edid-parse.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "edid-… 336 …20920E8B /* edid.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "edid.… 832 11F5212A6B0F3DF7559B6BE3 /* edid-parse.c */, 833 1A364F9D6023493E20920E8B /* edid.h */, 1027 23120B9A3B8079C517555340 /* edid-parse.c in Sources */,
|
/third_party/flutter/skia/third_party/externals/sdl/premake/Xcode/Xcode4/SDL2/SDL2.xcodeproj/ |
D | project.pbxproj | 121 …1534489224852D230A1C3B61 /* edid-parse.c in Sources */ = {isa = PBXBuildFile; fileRef = 4A0D4F710F… 335 …58 /* edid-parse.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "edid-… 336 …7E4D2A55 /* edid.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "edid.… 832 4A0D4F710FDE780140BA1A58 /* edid-parse.c */, 833 1694525C1D4C0F3F7E4D2A55 /* edid.h */, 1027 1534489224852D230A1C3B61 /* edid-parse.c in Sources */,
|
/third_party/NuttX/ |
D | ReleaseNotes | 21099 - include/nuttx/lcd/edid.h: Add EDID definitions From Gregory Nutt 22237 - include/nuttx/lcd/edid.h: Add extended EDID block IDs From
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 41889 …<class-decl name="edid" size-in-bits="1024" is-struct="yes" visibility="default" filepath="include… 42658 …<class-decl name="edid" size-in-bits="1024" is-struct="yes" visibility="default" filepath="include… 49506 …<var-decl name="edid" type-id="474e5dcc" visibility="default" filepath="include/uapi/linux/v4l2-co…
|
D | test-PR27569-v0.abi | 41860 …<class-decl name="edid" size-in-bits="1024" is-struct="yes" visibility="default" filepath="include… 42629 …<class-decl name="edid" size-in-bits="1024" is-struct="yes" visibility="default" filepath="include… 49477 …<var-decl name="edid" type-id="474e5dcc" visibility="default" filepath="include/uapi/linux/v4l2-co…
|