Home
last modified time | relevance | path

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

/frameworks/av/services/mediaanalytics/
Dstatsd_codec.cpp118 int32_t maxheight = -1; in statsd_codec() local
119 if ( item->getInt32("android.media.mediacodec.maxheight", &maxheight)) { in statsd_codec()
120 metrics_proto.set_max_height(maxheight); in statsd_codec()