Home
last modified time | relevance | path

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

/hardware/qcom/media/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/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp3340 struct v4l2_control control_mode,control_mbs; in venc_set_intra_refresh() local
3350 control_mbs.id=V4L2_CID_MPEG_VIDC_VIDEO_CIR_MBS; in venc_set_intra_refresh()
3351 control_mbs.value=irMBs; in venc_set_intra_refresh()
3355 control_mbs.id=V4L2_CID_MPEG_VIDC_VIDEO_AIR_MBS; in venc_set_intra_refresh()
3356 control_mbs.value=irMBs; in venc_set_intra_refresh()
3376 … DEBUG_PRINT_LOW("Calling IOCTL set control for id=%d, val=%d", control_mbs.id, control_mbs.value); in venc_set_intra_refresh()
3377 rc = ioctl(m_nDriver_fd, VIDIOC_S_CTRL, &control_mbs); in venc_set_intra_refresh()
3384 …DEBUG_PRINT_LOW("Success IOCTL set control for id=%d, value=%d", control_mbs.id, control_mbs.value… in venc_set_intra_refresh()
3387 intra_refresh.mbcount = control_mbs.value; in venc_set_intra_refresh()