MCPcopy Create free account
hub / github.com/Aleksoid1978/VideoRenderer / SourceIsHDR

Method SourceIsHDR

Source/VideoProcessor.h:243–245  ·  view source on GitHub ↗

source is PQ, HLG or Dolby Vision

Source from the content-addressed store, hash-verified

241 }
242 // source is PQ, HLG or Dolby Vision
243 inline bool SourceIsHDR() {
244 return SourceIsPQorHLG() || m_Dovi.bValid;
245 }
246
247 // Check if source is Dolby Vision Full Enhancement Layer
248 inline bool SourceIsDoviFel(const MediaSideDataDOVIMetadata* pDOVIMetadata) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected