Home
last modified time | relevance | path

Searched refs:HI_UINT16 (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/foundation/
DColorUtils_fill.cpp30 #define HI_UINT16(a) (((a) >> 8) & 0xFF) macro
41 data[2] = HI_UINT16(info.sType1.mR.x); in fillHdrStaticInfoBuffer()
43 data[4] = HI_UINT16(info.sType1.mR.y); in fillHdrStaticInfoBuffer()
47 data[6] = HI_UINT16(info.sType1.mG.x); in fillHdrStaticInfoBuffer()
49 data[8] = HI_UINT16(info.sType1.mG.y); in fillHdrStaticInfoBuffer()
53 data[10] = HI_UINT16(info.sType1.mB.x); in fillHdrStaticInfoBuffer()
55 data[12] = HI_UINT16(info.sType1.mB.y); in fillHdrStaticInfoBuffer()
59 data[14] = HI_UINT16(info.sType1.mW.x); in fillHdrStaticInfoBuffer()
61 data[16] = HI_UINT16(info.sType1.mW.y); in fillHdrStaticInfoBuffer()
65 data[18] = HI_UINT16(info.sType1.mMaxDisplayLuminance); in fillHdrStaticInfoBuffer()
[all …]
DColorUtils.cpp34 #define HI_UINT16(a) (((a) >> 8) & 0xFF) macro