Home | History | Annotate | Download | only in src

Lines Matching refs:profile_control

3643              struct v4l2_control profile_control, level_control;
3647 profile_control.id = V4L2_CID_MPEG_VIDEO_H264_PROFILE;
3656 if (!eRet && !ioctl(drv_ctx.video_driver_fd, VIDIOC_G_CTRL, &profile_control)) {
3657 switch ((enum v4l2_mpeg_video_h264_profile)profile_control.value) {