Searched refs:profile_control (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 3927 struct v4l2_control profile_control, level_control; in get_parameter() local 3931 profile_control.id = V4L2_CID_MPEG_VIDEO_H264_PROFILE; in get_parameter() 3940 if (!eRet && !ioctl(drv_ctx.video_driver_fd, VIDIOC_G_CTRL, &profile_control)) { in get_parameter() 3941 switch ((enum v4l2_mpeg_video_h264_profile)profile_control.value) { in get_parameter()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 3703 struct v4l2_control profile_control, level_control; in get_parameter() local 3707 profile_control.id = V4L2_CID_MPEG_VIDEO_H264_PROFILE; in get_parameter() 3716 if (!eRet && !ioctl(drv_ctx.video_driver_fd, VIDIOC_G_CTRL, &profile_control)) { in get_parameter() 3717 switch ((enum v4l2_mpeg_video_h264_profile)profile_control.value) { in get_parameter()
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 3761 struct v4l2_control profile_control, level_control; in get_parameter() local 3765 profile_control.id = V4L2_CID_MPEG_VIDEO_H264_PROFILE; in get_parameter() 3774 if (!eRet && !ioctl(drv_ctx.video_driver_fd, VIDIOC_G_CTRL, &profile_control)) { in get_parameter() 3775 switch ((enum v4l2_mpeg_video_h264_profile)profile_control.value) { in get_parameter()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 3940 struct v4l2_control profile_control, level_control; in get_parameter() local 3944 profile_control.id = V4L2_CID_MPEG_VIDEO_H264_PROFILE; in get_parameter() 3953 if (!eRet && !ioctl(drv_ctx.video_driver_fd, VIDIOC_G_CTRL, &profile_control)) { in get_parameter() 3954 switch ((enum v4l2_mpeg_video_h264_profile)profile_control.value) { in get_parameter()
|