Searched refs:kRecordSizeThreshold (Results 1 – 1 of 1) sorted by relevance
85 static const int64 kRecordSizeThreshold = 20 * 1024; in StopStream() local86 if (bytes_since_last_start_ < kRecordSizeThreshold) in StopStream()