Home
last modified time | relevance | path

Searched refs:drmFormatToHalFormats (Results 1 – 3 of 3) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceDrmInterface.cpp139 if (drmFormatToHalFormats(format, &halFormats) != NO_ERROR) { in updateRestrictions()
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.h406 int32_t drmFormatToHalFormats(int format, std::vector<uint32_t> *halFormats);
DExynosHWCHelper.cpp354 int32_t drmFormatToHalFormats(int format, std::vector<uint32_t> *halFormats) in drmFormatToHalFormats() function