Home
last modified time | relevance | path

Searched refs:colorPri (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/unittest/avsource_test/
H A Davsource_unit_test.h103 int32_t colorPri = 0; member
H A Davsource_hevc_unit_test.cpp171 …SSERT_TRUE(format_->GetIntValue(MediaDescriptionKey::MD_KEY_COLOR_PRIMARIES, formatVal_.colorPri)); in CheckHevcInfo()
172 ASSERT_EQ(formatVal_.colorPri, infoMap[resName]["colorPrim"]); in CheckHevcInfo()
H A Davsource_unit_test.cpp182 formatVal_.colorPri = 0; in ResetFormatValue()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/muxer/
H A Dffmpeg_muxer_plugin.cpp476 auto colorPri = ColorPrimary2AVColorPrimaries(colorPrimaries); in SetCodecParameterColor() local
477 FALSE_RETURN_V_MSG_E(colorPri.first, Status::ERROR_INVALID_PARAMETER, in SetCodecParameterColor()
485 par->color_primaries = colorPri.second; in SetCodecParameterColor()
533 auto colorPri = ColorPrimary2AVColorPrimaries(static_cast<ColorPrimary>(colorPrimaries)); in SetCodecParameterColorByParser() local
534 FALSE_RETURN_V_MSG_E(colorPri.first, Status::ERROR_INVALID_PARAMETER, in SetCodecParameterColorByParser()
542 par->color_primaries = colorPri.second; in SetCodecParameterColorByParser()