Searched refs:video_profile (Results 1 – 2 of 2) sorted by relevance
76 int32_t video_profile = -1; in statsd_recorder() local77 if (item->getInt32("android.media.mediarecorder.video-encoder-profile", &video_profile)) { in statsd_recorder()78 metrics_proto.set_video_profile(video_profile); in statsd_recorder()199 << " video_profile:" << video_profile in statsd_recorder()
300 optional int32 video_profile = 3; field