Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DEncoderProfiles.java237 return hdrFormat; in getHdrFormat()
249 int hdrFormat) { in VideoProfile() argument
258 this.hdrFormat = hdrFormat; in VideoProfile()
279 private int hdrFormat; field in EncoderProfiles.VideoProfile
/frameworks/av/services/mediametrics/
Dstatsd_codec.cpp441 int32_t hdrFormat= -1; in statsd_codec() local
442 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()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp1022 hdr_format hdrFormat = getHdrFormat(mime, profile, colorTransfer); in updateHdrMetrics() local
1023 mediametrics_setInt32(mMetricsHandle, kCodecHDRFormat, static_cast<int>(hdrFormat)); in updateHdrMetrics()