Searched defs:is_high_buffering (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chromecast/media/cma/base/
H A Dbuffering_controller.cc120 bool is_high_buffering = !is_low_buffering; local
125 is_high_buffering = IsHighBufferLevel();
130 if (is_high_buffering)
160 bool is_high_buffering = true;
164 is_high_buffering = is_high_buffering &&
168 return is_high_buffering;

Completed in 69 milliseconds