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
441 int32_t hdrFormat= -1; in statsd_codec() local442 if (item->getInt32("android.media.mediacodec.hdr-format", &hdrFormat)) { in statsd_codec()443 metrics_proto.set_hdr_format(hdrFormat); in statsd_codec()445 AStatsEvent_writeInt32(event, hdrFormat); in statsd_codec()
1022 hdr_format hdrFormat = getHdrFormat(mime, profile, colorTransfer); in updateHdrMetrics() local1023 mediametrics_setInt32(mMetricsHandle, kCodecHDRFormat, static_cast<int>(hdrFormat)); in updateHdrMetrics()