Searched refs:parsedColorRange (Results 1 – 1 of 1) sorted by relevance
562 int32_t parsedColorRange = -1; in statsd_codec() local563 if (item->getInt32("android.media.mediacodec.parsed-color-range", &parsedColorRange)) { in statsd_codec()564 metrics_proto.set_parsed_color_range(parsedColorRange); in statsd_codec()566 AStatsEvent_writeInt32(event, parsedColorRange); in statsd_codec()