Searched refs:video_timescale (Results 1 – 2 of 2) sorted by relevance
160 int32_t video_timescale = -1; in statsd_recorder() local161 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()
279 optional int32 video_timescale = 19; field