Home
last modified time | relevance | path

Searched refs:control_mbs (Results 1 – 4 of 4) 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/msm8974/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp3899 struct v4l2_control control_mode,control_mbs; in venc_set_intra_refresh() local
3909 control_mbs.id=V4L2_CID_MPEG_VIDC_VIDEO_CIR_MBS; in venc_set_intra_refresh()
3910 control_mbs.value=irMBs; in venc_set_intra_refresh()
3914 control_mbs.id=V4L2_CID_MPEG_VIDC_VIDEO_AIR_MBS; in venc_set_intra_refresh()
3915 control_mbs.value=irMBs; in venc_set_intra_refresh()
3922 control_mbs.id = V4L2_CID_MPEG_VIDC_VIDEO_AIR_MBS; in venc_set_intra_refresh()
3923 control_mbs.value = irMBs; in venc_set_intra_refresh()
3940 … DEBUG_PRINT_LOW("Calling IOCTL set control for id=%d, val=%d", control_mbs.id, control_mbs.value); in venc_set_intra_refresh()
3941 rc = ioctl(m_nDriver_fd, VIDIOC_S_CTRL, &control_mbs); in venc_set_intra_refresh()
3948 …DEBUG_PRINT_LOW("Success IOCTL set control for id=%d, value=%d", control_mbs.id, control_mbs.value… in venc_set_intra_refresh()
[all …]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp5599 struct v4l2_control control_mode,control_mbs; in venc_set_intra_refresh() local
5601 control_mbs.id = V4L2_CID_MPEG_VIDC_VIDEO_CIR_MBS; in venc_set_intra_refresh()
5602 control_mbs.value = 0; in venc_set_intra_refresh()
5610 control_mbs.id=V4L2_CID_MPEG_VIDC_VIDEO_CIR_MBS; in venc_set_intra_refresh()
5611 control_mbs.value=irMBs; in venc_set_intra_refresh()
5615 control_mbs.id=V4L2_CID_MPEG_VIDC_VIDEO_AIR_MBS; in venc_set_intra_refresh()
5616 control_mbs.value=irMBs; in venc_set_intra_refresh()
5623 control_mbs.id = V4L2_CID_MPEG_VIDC_VIDEO_AIR_MBS; in venc_set_intra_refresh()
5624 control_mbs.value = irMBs; in venc_set_intra_refresh()
5641 … DEBUG_PRINT_LOW("Calling IOCTL set control for id=%d, val=%d", control_mbs.id, control_mbs.value); in venc_set_intra_refresh()
[all …]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp5056 struct v4l2_control control_mode,control_mbs; in venc_set_intra_refresh() local
5066 control_mbs.id=V4L2_CID_MPEG_VIDC_VIDEO_CIR_MBS; in venc_set_intra_refresh()
5067 control_mbs.value=irMBs; in venc_set_intra_refresh()
5071 control_mbs.id=V4L2_CID_MPEG_VIDC_VIDEO_AIR_MBS; in venc_set_intra_refresh()
5072 control_mbs.value=irMBs; in venc_set_intra_refresh()
5079 control_mbs.id = V4L2_CID_MPEG_VIDC_VIDEO_AIR_MBS; in venc_set_intra_refresh()
5080 control_mbs.value = irMBs; in venc_set_intra_refresh()
5097 … DEBUG_PRINT_LOW("Calling IOCTL set control for id=%d, val=%d", control_mbs.id, control_mbs.value); in venc_set_intra_refresh()
5098 rc = ioctl(m_nDriver_fd, VIDIOC_S_CTRL, &control_mbs); in venc_set_intra_refresh()
5105 …DEBUG_PRINT_LOW("Success IOCTL set control for id=%d, value=%d", control_mbs.id, control_mbs.value… in venc_set_intra_refresh()
[all …]