Searched refs:level_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
3656 level_control.id = V4L2_CID_MPEG_VIDEO_H264_LEVEL;
3704 if (!eRet && !ioctl(drv_ctx.video_driver_fd, VIDIOC_G_CTRL, &level_control)) {
3705 switch ((enum v4l2_mpeg_video_h264_level)level_control.value) {

Completed in 20 milliseconds