Home
last modified time | relevance | path

Searched refs:VIDEO_HDR_TYPE_NONE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/transcoder/
H A Dhitranscoder_impl.cpp35 constexpr int8_t VIDEO_HDR_TYPE_NONE = 0; // This option is used to mark none HDR type. variable
347 videoEncFormat_->SetData(Tag::VIDEO_IS_HDR_VIVID, VIDEO_HDR_TYPE_NONE); in ConfigureInputVideoMetaData()
348 srcVideoFormat_->SetData(Tag::VIDEO_IS_HDR_VIVID, VIDEO_HDR_TYPE_NONE); in ConfigureInputVideoMetaData()
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.h84 VIDEO_HDR_TYPE_NONE, enumerator
H A Dhiplayer_impl.cpp1839 … playStatisticalInfo_.hdrType = static_cast<int8_t>(VideoHdrType::VIDEO_HDR_TYPE_NONE); in GetVideoTrackInfo()