Searched refs:muxing_app (Results 1 – 9 of 9) sorted by relevance
57 info.muxing_app.Set("", true); in TEST_F()97 info.muxing_app.Set("bar", true); in TEST_F()
33 MakeChild<StringParser>(Id::kMuxingApp, &Info::muxing_app), in InfoParser()
408 Element<std::string> muxing_app; member421 title == other.title && muxing_app == other.muxing_app &&
285 const wstring muxing_app = in OutputSegmentInfo() local310 if (!muxing_app.empty()) in OutputSegmentInfo()312 muxing_app.c_str()); in OutputSegmentInfo()
1466 const char* muxing_app() const { return muxing_app_; } in muxing_app() function
126 EXPECT_STREQ(kAppString, info->muxing_app()); in TEST_F()
958 PrintOptionalElement("MuxingApp", info.muxing_app); in OnInfo()