Home
last modified time | relevance | path

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

/external/webrtc/talk/media/base/
Dmediachannel.h242 : process_adaptation_threshhold(kProcessCpuThreshold), in VideoOptions()
262 SetFrom(&process_adaptation_threshhold, in SetAll()
263 change.process_adaptation_threshhold); in SetAll()
293 process_adaptation_threshhold == o.process_adaptation_threshhold &&
324 ost << ToStringIfSet("process", process_adaptation_threshhold); in ToString()
373 rtc::Optional<float> process_adaptation_threshhold; member