Home
last modified time | relevance | path

Searched refs:hdrMetaDataType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_queue.h55 HDRMetaDataType hdrMetaDataType = HDRMetaDataType::HDR_NOT_USED; member
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_queue.cpp1751 bufferQueueCache_[sequence].hdrMetaDataType = HDRMetaDataType::HDR_META_DATA; in SetMetaData()
1774 bufferQueueCache_[sequence].hdrMetaDataType = HDRMetaDataType::HDR_META_DATA_SET; in SetMetaDataSet()
1784 type = bufferQueueCache_.at(sequence).hdrMetaDataType; in QueryMetaDataType()
1945 result += " HDR = " + std::to_string(element.hdrMetaDataType) + ", "; in DumpCache()