Home
last modified time | relevance | path

Searched refs:control_mbs (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Dvideo_encoder_device_copper.cpp2253 struct v4l2_control control_mode,control_mbs; in venc_set_intra_refresh() local
2264 control_mbs.id=V4L2_CID_MPEG_VIDC_VIDEO_CIR_MBS; in venc_set_intra_refresh()
2265 control_mbs.value=irMBs; in venc_set_intra_refresh()
2271 control_mbs.id=V4L2_CID_MPEG_VIDC_VIDEO_AIR_MBS; in venc_set_intra_refresh()
2272 control_mbs.value=irMBs; in venc_set_intra_refresh()
2294 printf("Calling IOCTL set control for id=%d, val=%d\n", control_mbs.id, control_mbs.value); in venc_set_intra_refresh()
2295 rc = ioctl(m_nDriver_fd, VIDIOC_S_CTRL, &control_mbs); in venc_set_intra_refresh()
2300 printf("Success IOCTL set control for id=%d, value=%d\n", control_mbs.id, control_mbs.value); in venc_set_intra_refresh()
2310 intra_refresh.mbcount = control_mbs.value; in venc_set_intra_refresh()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp5067 struct v4l2_control control_mode,control_mbs; in venc_set_intra_refresh() local
5077 control_mbs.id=V4L2_CID_MPEG_VIDC_VIDEO_CIR_MBS; in venc_set_intra_refresh()
5078 control_mbs.value=irMBs; in venc_set_intra_refresh()
5082 control_mbs.id=V4L2_CID_MPEG_VIDC_VIDEO_AIR_MBS; in venc_set_intra_refresh()
5083 control_mbs.value=irMBs; in venc_set_intra_refresh()
5090 control_mbs.id = V4L2_CID_MPEG_VIDC_VIDEO_AIR_MBS; in venc_set_intra_refresh()
5091 control_mbs.value = irMBs; in venc_set_intra_refresh()
5108 … DEBUG_PRINT_LOW("Calling IOCTL set control for id=%d, val=%d", control_mbs.id, control_mbs.value); in venc_set_intra_refresh()
5109 rc = ioctl(m_nDriver_fd, VIDIOC_S_CTRL, &control_mbs); in venc_set_intra_refresh()
5116 …DEBUG_PRINT_LOW("Success IOCTL set control for id=%d, value=%d", control_mbs.id, control_mbs.value… in venc_set_intra_refresh()
[all …]