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

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp3675 struct v4l2_control profile_control, level_control; local
3680 level_control.id = V4L2_CID_MPEG_VIDEO_H264_LEVEL;
3728 if (!eRet && !ioctl(drv_ctx.video_driver_fd, VIDIOC_G_CTRL, &level_control)) {
3729 switch ((enum v4l2_mpeg_video_h264_level)level_control.value) {
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp3823 struct v4l2_control profile_control, level_control; local
3828 level_control.id = V4L2_CID_MPEG_VIDEO_H264_LEVEL;
3876 if (!eRet && !ioctl(drv_ctx.video_driver_fd, VIDIOC_G_CTRL, &level_control)) {
3877 switch ((enum v4l2_mpeg_video_h264_level)level_control.value) {

Completed in 76 milliseconds