Searched refs:hdrFormat (Results 1 – 3 of 3) sorted by relevance
237 return hdrFormat; in getHdrFormat()249 int hdrFormat) { in VideoProfile() argument258 this.hdrFormat = hdrFormat; in VideoProfile()279 private int hdrFormat; field in EncoderProfiles.VideoProfile
586 int32_t hdrFormat = -1; in statsd_codec() local587 if (item->getInt32("android.media.mediacodec.hdr-format", &hdrFormat)) { in statsd_codec()588 metrics_proto.set_hdr_format(hdrFormat); in statsd_codec()590 AStatsEvent_writeInt32(event, hdrFormat); in statsd_codec()
1509 hdr_format hdrFormat = getHdrFormat(mime, profile, colorTransfer); in updateHdrMetrics() local1510 mediametrics_setInt32(mMetricsHandle, kCodecHdrFormat, static_cast<int>(hdrFormat)); in updateHdrMetrics()