Lines Matching refs:video_stream
194 const Json::Value& video_stream = streams[1]; in NegotiateOfferAndConstructAnswer() local
195 const int video_index = video_stream["index"].asInt(); in NegotiateOfferAndConstructAnswer()
196 const int video_ssrc = video_stream["ssrc"].asUInt(); in NegotiateOfferAndConstructAnswer()
336 const Json::Value& video_stream = streams[1]; in TEST_F() local
337 EXPECT_EQ("hevc", video_stream["codecName"].asString()); in TEST_F()
338 EXPECT_EQ(1, video_stream["index"].asInt()); in TEST_F()
339 EXPECT_EQ(32u, video_stream["aesKey"].asString().length()); in TEST_F()
340 EXPECT_EQ(32u, video_stream["aesIvMask"].asString().length()); in TEST_F()
341 EXPECT_EQ(1, video_stream["channels"].asInt()); in TEST_F()
342 EXPECT_LT(0u, video_stream["ssrc"].asUInt()); in TEST_F()
343 EXPECT_EQ(96, video_stream["rtpPayloadType"].asInt()); in TEST_F()