Home
last modified time | relevance | path

Searched refs:CreateFromString (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/tools/
H A Dneteq_event_log_input.cc34 NetEqEventLogInput* NetEqEventLogInput::CreateFromString( in CreateFromString() function in webrtc::test::NetEqEventLogInput
38 RtcEventLogSource::CreateFromString(file_contents, ssrc_filter); in CreateFromString()
H A Dneteq_event_log_input.h34 static NetEqEventLogInput* CreateFromString(
H A Drtc_event_log_source.h40 static std::unique_ptr<RtcEventLogSource> CreateFromString(
H A Drtc_event_log_source.cc60 std::unique_ptr<RtcEventLogSource> RtcEventLogSource::CreateFromString( in CreateFromString() function in webrtc::test::RtcEventLogSource
H A Dneteq_test_factory.cc116 NetEqEventLogInput::CreateFromString(input_string, config.ssrc_filter)); in InitializeTestFromString()