source is PQ, HLG or Dolby Vision
| 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) { |
nothing calls this directly
no outgoing calls
no test coverage detected