Searched refs:profile_control (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp3651 struct v4l2_control profile_control, level_control; local
3655 profile_control.id = V4L2_CID_MPEG_VIDEO_H264_PROFILE;
3664 if (!eRet && !ioctl(drv_ctx.video_driver_fd, VIDIOC_G_CTRL, &profile_control)) {
3665 switch ((enum v4l2_mpeg_video_h264_profile)profile_control.value) {

Completed in 21 milliseconds