Home
last modified time | relevance | path

Searched refs:GetColorMatrixCoeff (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/
H A Dstream_parser_manager.cpp128 uint8_t StreamParserManager::GetColorMatrixCoeff() in GetColorMatrixCoeff() function in OHOS::Media::Plugins::StreamParserManager
131 return streamParser_->GetColorMatrixCoeff(); in GetColorMatrixCoeff()
H A Dstream_parser.h40 virtual uint8_t GetColorMatrixCoeff() = 0;
H A Dstream_parser_manager.h49 uint8_t GetColorMatrixCoeff();
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/muxer/
H A Dffmpeg_muxer_plugin.cpp529 uint8_t colorMatrixCoeff = hevcParser_->GetColorMatrixCoeff(); in SetCodecParameterColorByParser()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_demuxer_plugin.cpp1284 parse.colorMatrixCoeff = streamParser_->GetColorMatrixCoeff(); in ParseHEVCMetadataInfo()