Home
last modified time | relevance | path

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

/external/chromium_org/media/base/
Dpipeline.cc385 int64 total_mbytes = total_bytes >> 20; in SetTotalBytes() local
386 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()