Searched refs:hdrType (Results 1 – 5 of 5) sorted by relevance
197 for (ui::Hdr hdrType : types) { in DisplayColorProfile() local198 switch (hdrType) { in DisplayColorProfile()212 ALOGE("UNKNOWN HDR capability: %d", static_cast<int32_t>(hdrType)); in DisplayColorProfile()
375 const auto hdrType = getHdrRenderType(dataspace, layer.getState()->getPixelFormat(), in hasKnownColorShift() local377 if (hdrType != HdrRenderType::SDR) { in hasKnownColorShift()
1363 private boolean contains(int[] disabledHdrTypes, int hdrType) { in contains() argument1365 if (disabledHdrFormat == hdrType) { in contains()2800 public static String hdrTypeToString(int hdrType) { in hdrTypeToString() argument2801 switch (hdrType) { in hdrTypeToString()
2781 int hdrType; in setHdrConversionStrategy() local2783 ->setHdrConversionStrategy(hdrConversionStrategy, &hdrType); in setHdrConversionStrategy()2784 *outPreferredHdrOutputType = static_cast<ui::Hdr>(hdrType); in setHdrConversionStrategy()
4987 .filter(types -> Arrays.stream(types).anyMatch(hdrType -> hdrType == DOLBY_VISION))