Searched defs:isHdr (Results 1 - 5 of 5) sorted by path

/frameworks/av/media/libstagefright/
H A DUtils.cpp112 static bool isHdr(const sp<AMessage> &format) { function in namespace:android
116 int32_t isHdr; local
117 if (format->findInt32("android._is-hdr", &isHdr)) {
118 return isHdr;
326 if (isHdr(format) && codecProfile == OMX_VIDEO_HEVCProfileMain10) {
530 if (isHdr(format)) {
/frameworks/base/core/java/android/view/
H A DDisplay.java852 * @see #isHdr()
867 public boolean isHdr() { method in class:Display
870 return mDisplayInfo.isHdr();
H A DDisplayInfo.java553 public boolean isHdr() { method in class:DisplayInfo
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp122 bool isHdr = false; local
125 isHdr = true;
131 if (isHdr) {
157 bool isHdr = false; local
160 isHdr = true;
165 if (isHdr) {
H A DSurfaceFlinger.cpp1936 const bool isHdr = hdrDataSpace != Dataspace::UNKNOWN && local
1938 if (isHdr) {
1946 intent = isHdr ? RenderIntent::TONE_MAP_COLORIMETRIC : RenderIntent::COLORIMETRIC;
1949 intent = isHdr ? RenderIntent::TONE_MAP_ENHANCE : RenderIntent::ENHANCE;

Completed in 92 milliseconds