Home | History | Annotate | Download | only in media

Lines Matching refs:source_id

414   void AddSourceIdConstraint(const std::string& source_id,
417 source_id));
600 std::string source_id = content::GetHMACForMediaDeviceID(
604 ASSERT_FALSE(source_id.empty());
606 AddSourceIdConstraint(source_id, &options.mandatory_audio);
610 EXPECT_EQ(host_->audio_devices_[0].device.id, source_id);
616 std::string source_id = content::GetHMACForMediaDeviceID(
620 ASSERT_FALSE(source_id.empty());
622 AddSourceIdConstraint(source_id, &options.mandatory_video);
626 EXPECT_EQ(host_->video_devices_[0].device.id, source_id);
639 std::string source_id = content::GetHMACForMediaDeviceID(
643 ASSERT_FALSE(source_id.empty());
645 AddSourceIdConstraint(source_id, &options.optional_audio);
649 EXPECT_EQ(host_->audio_devices_[0].device.id, source_id);
655 std::string source_id = content::GetHMACForMediaDeviceID(
659 ASSERT_FALSE(source_id.empty());
661 AddSourceIdConstraint(source_id, &options.optional_video);
665 EXPECT_EQ(host_->video_devices_[0].device.id, source_id);