Searched refs:audio_timescale (Results 1 – 2 of 2) sorted by relevance
155 int32_t audio_timescale = -1; in statsd_recorder() local156 if (item->getInt32("android.media.mediarecorder.audio-timescale", &audio_timescale)) { in statsd_recorder()157 metrics_proto.set_audio_timescale(audio_timescale); in statsd_recorder()215 << " audio_timescale:" << audio_timescale in statsd_recorder()
315 optional int32 audio_timescale = 18; field