Searched refs:colorPri (Results 1 – 4 of 4) sorted by relevance
103 int32_t colorPri = 0; member
171 …SSERT_TRUE(format_->GetIntValue(MediaDescriptionKey::MD_KEY_COLOR_PRIMARIES, formatVal_.colorPri)); in CheckHevcInfo()172 ASSERT_EQ(formatVal_.colorPri, infoMap[resName]["colorPrim"]); in CheckHevcInfo()
182 formatVal_.colorPri = 0; in ResetFormatValue()
476 auto colorPri = ColorPrimary2AVColorPrimaries(colorPrimaries); in SetCodecParameterColor() local477 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() local534 FALSE_RETURN_V_MSG_E(colorPri.first, Status::ERROR_INVALID_PARAMETER, in SetCodecParameterColorByParser()542 par->color_primaries = colorPri.second; in SetCodecParameterColorByParser()