Home
last modified time | relevance | path

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

/hardware/qcom/display/liboverlay/
DoverlayUtils.cpp280 bool send3DInfoPacket (uint32_t format3D) { in send3DInfoPacket() argument
282 (void)fp.write("%d", format3D); in send3DInfoPacket()
307 uint32_t fmt3D = format3D(fmt); in getS3DFormat()
DoverlayUtils.h151 inline uint32_t format3D(uint32_t x) { return x & 0xFF000; } in format3D() function