Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/mediametrics/
H A Dstatsd_recorder.cpp160 int32_t video_timescale = -1; in statsd_recorder() local
161 if (item->getInt32("android.media.mediarecorder.video-timescale", &video_timescale)) { in statsd_recorder()
162 metrics_proto.set_video_timescale(video_timescale); in statsd_recorder()
215 << " video_timescale:" << video_timescale in statsd_recorder()
/aosp12/frameworks/proto_logging/stats/message/
H A Dmediametrics_message.proto279 optional int32 video_timescale = 19; field