Home
last modified time | relevance | path

Searched refs:colorMatrixCoeff (Results 1 - 10 of 10) sorted by relevance

/foundation/multimedia/av_codec/test/nativedemo/avmuxer/
H A Davmuxer_demo_common.c77 .colorMatrixCoeff = 2,
91 .colorMatrixCoeff = 2,
105 .colorMatrixCoeff = 2,
119 .colorMatrixCoeff = 9,
H A Davmuxer_demo_common.h39 int colorMatrixCoeff; member
H A Davmuxer_demo_base.cpp551 static_cast<Plugins::MatrixCoefficient>(param->colorMatrixCoeff)); in AddVideoTrack()
H A Dnative_avmuxer_demo.c140 OH_AVFormat_SetIntValue(formatVideo, OH_MD_KEY_MATRIX_COEFFICIENTS, param->colorMatrixCoeff); in AddTrackVideo()
/foundation/multimedia/av_codec/test/fuzztest/audiomuxer_fuzzer/
H A Daudio_muxer_demo.cpp172 param.colorMatrixCoeff = COLOR_MATRIXCIEFF_2; in InitFormatParam()
192 param.colorMatrixCoeff = COLOR_MATRIXCIEFF_9; in InitFormatParam()
279 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_MATRIX_COEFFICIENTS, param.colorMatrixCoeff); in AddTrack()
307 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_MATRIX_COEFFICIENTS, param.colorMatrixCoeff); in AddCoverTrack()
H A Daudio_muxer_demo.h56 int32_t colorMatrixCoeff; member
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_format_helper.h54 uint8_t colorMatrixCoeff = 0x02; member
H A Dffmpeg_format_helper.cpp750 static_cast<AVColorSpace>(parse.colorMatrixCoeff)); in ParseHevcInfo()
H A Dffmpeg_demuxer_plugin.cpp1200 parse.colorMatrixCoeff = streamParser_->GetColorMatrixCoeff(); in ParseHEVCMetadataInfo()
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/muxer/
H A Dffmpeg_muxer_plugin.cpp432 MatrixCoefficient colorMatrixCoeff = MatrixCoefficient::UNSPECIFIED; in SetCodecParameterColor() local
436 trackDesc->Get<Tag::VIDEO_COLOR_MATRIX_COEFF>(colorMatrixCoeff); in SetCodecParameterColor()
439 " range %{public}d,", colorPrimaries, colorTransfer, colorMatrixCoeff, colorRange); in SetCodecParameterColor()
447 auto colorSpe = ColorMatrix2AVColorSpace(colorMatrixCoeff); in SetCodecParameterColor()
449 "failed to match color matrix coeff %{public}d", colorMatrixCoeff); in SetCodecParameterColor()
494 uint8_t colorMatrixCoeff = hevcParser_->GetColorMatrixCoeff(); in SetCodecParameterColorByParser() local
496 " range %{public}d,", colorPrimaries, colorTransfer, colorMatrixCoeff, colorRange); in SetCodecParameterColorByParser()
504 auto colorSpe = ColorMatrix2AVColorSpace(static_cast<MatrixCoefficient>(colorMatrixCoeff)); in SetCodecParameterColorByParser()
506 "failed to match color matrix coeff %{public}d", colorMatrixCoeff); in SetCodecParameterColorByParser()

Completed in 11 milliseconds