Searched refs:h264_high (Results 1 – 4 of 4) sorted by relevance
53 &s.h264_high, &s.generic_low, &s.generic_high, &s.alpha_high, in ParseSettings()73 return GetThresholds(settings->h264_low, settings->h264_high, kMaxH264Qp); in GetQpThresholds()
25 int h264_high; // H264: high QP threshold. member
25 EXPECT_EQ(a.h264_high, b.h264_high); in ExpectEqualSettings()
553 webrtc::SdpVideoFormat h264_high("H264"); in TEST_F() local554 h264_high.parameters[kH264FmtpProfileLevelId] = *ProfileLevelIdToString( in TEST_F()559 encoder_factory_->AddSupportedVideoCodec(h264_high); in TEST_F()574 codecs, FindMatchingCodec(codecs, cricket::VideoCodec(h264_high))->id)); in TEST_F()