Searched refs:playout_sample_rate (Results 1 – 3 of 3) sorted by relevance
183 playout_sample_rate.SetFrom(change.playout_sample_rate); in SetAll()210 playout_sample_rate == o.playout_sample_rate &&241 ost << ToStringIfSet("playout_sample_rate", playout_sample_rate); in ToString()278 Settable<uint32> playout_sample_rate; member
962 uint32 playout_sample_rate; in ApplyOptions() local963 if (options.playout_sample_rate.Get(&playout_sample_rate)) { in ApplyOptions()964 LOG(LS_INFO) << "Playout sample rate is " << playout_sample_rate; in ApplyOptions()965 if (voe_wrapper_->hw()->SetPlayoutSampleRate(playout_sample_rate)) { in ApplyOptions()966 LOG_RTCERR1(SetPlayoutSampleRate, playout_sample_rate); in ApplyOptions()
2246 options.playout_sample_rate.Set(44100u); in TEST_F()2249 unsigned int recording_sample_rate, playout_sample_rate; in TEST_F() local2251 EXPECT_EQ(0, voe_.PlayoutSampleRate(&playout_sample_rate)); in TEST_F()2253 EXPECT_EQ(44100u, playout_sample_rate); in TEST_F()