Lines Matching refs:qpMax
481 EXPECT_EQ(ref.qpMax, target.qpMax); in VerifyCodec()
500 ref_codec->qpMax = codec_.simulcastStream[stream_index].qpMax; in InitRefCodec()
509 ref_codec.qpMax = 45; in VerifyCodecSettings()
770 EXPECT_EQ(codec_before.qpMax, codec_after.qpMax); in TEST_F()
1094 codec_.simulcastStream[0].qpMax = kHighMaxQp; in TEST_F()
1104 ref_codec.qpMax = kHighMaxQp; in TEST_F()
1111 codec_.simulcastStream[0].qpMax = kLowMaxQp; in TEST_F()
1114 ref_codec.qpMax = kLowMaxQp; in TEST_F()
1127 codec_.simulcastStream[2].qpMax = kHighMaxQp; in TEST_F()
1137 ref_codec.qpMax = kHighMaxQp; in TEST_F()
1144 codec_.simulcastStream[2].qpMax = kLowMaxQp; in TEST_F()
1147 ref_codec.qpMax = kLowMaxQp; in TEST_F()