Searched refs:total_mbytes (Results 1 – 1 of 1) sorted by relevance
385 int64 total_mbytes = total_bytes >> 20; in SetTotalBytes() local386 if (total_mbytes > kint32max) in SetTotalBytes()387 total_mbytes = kint32max; in SetTotalBytes()389 "Media.TotalMBytes", static_cast<int32>(total_mbytes), 1, kint32max, 50); in SetTotalBytes()