Home
last modified time | relevance | path

Searched refs:control_mode (Results 1 – 5 of 5) 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
2254 control_mode.id = V4L2_CID_MPEG_VIDC_VIDEO_INTRA_REFRESH_MODE; in venc_set_intra_refresh()
2258 control_mode.value = V4L2_CID_MPEG_VIDC_VIDEO_INTRA_REFRESH_NONE; in venc_set_intra_refresh()
2263 control_mode.value = V4L2_CID_MPEG_VIDC_VIDEO_INTRA_REFRESH_CYCLIC; in venc_set_intra_refresh()
2270 control_mode.value = V4L2_CID_MPEG_VIDC_VIDEO_INTRA_REFRESH_ADAPTIVE; in venc_set_intra_refresh()
2277 control_mode.value = V4L2_CID_MPEG_VIDC_VIDEO_INTRA_REFRESH_CYCLIC_ADAPTIVE; in venc_set_intra_refresh()
2286 printf("Calling IOCTL set control for id=%d, val=%d\n", control_mode.id, control_mode.value); in venc_set_intra_refresh()
2287 rc = ioctl(m_nDriver_fd, VIDIOC_S_CTRL, &control_mode); in venc_set_intra_refresh()
2292 printf("Success IOCTL set control for id=%d, value=%d\n", control_mode.id, control_mode.value); in venc_set_intra_refresh()
2309 intra_refresh.irmode = control_mode.value; in venc_set_intra_refresh()
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp3507 struct v4l2_control control_mode; in venc_set_intra_refresh() local
3510 control_mode.id = V4L2_CID_MPEG_VIDC_VIDEO_INTRA_REFRESH_RANDOM; in venc_set_intra_refresh()
3512 control_mode.value = intra_refresh.framecount; in venc_set_intra_refresh()
3515 control_mode.id = V4L2_CID_MPEG_VIDEO_CYCLIC_INTRA_REFRESH_MB; in venc_set_intra_refresh()
3516 control_mode.value = intra_refresh.mbcount; in venc_set_intra_refresh()
3520 control_mode.id, control_mode.value); in venc_set_intra_refresh()
3521 rc = ioctl(m_nDriver_fd, VIDIOC_S_CTRL, &control_mode); in venc_set_intra_refresh()
3525 control_mode.id, control_mode.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
5068 control_mode.id = V4L2_CID_MPEG_VIDC_VIDEO_INTRA_REFRESH_MODE; in venc_set_intra_refresh()
5072 control_mode.value = V4L2_CID_MPEG_VIDC_VIDEO_INTRA_REFRESH_NONE; in venc_set_intra_refresh()
5076 control_mode.value = V4L2_CID_MPEG_VIDC_VIDEO_INTRA_REFRESH_CYCLIC; in venc_set_intra_refresh()
5081 control_mode.value = V4L2_CID_MPEG_VIDC_VIDEO_INTRA_REFRESH_ADAPTIVE; in venc_set_intra_refresh()
5086 control_mode.value = V4L2_CID_MPEG_VIDC_VIDEO_INTRA_REFRESH_CYCLIC_ADAPTIVE; in venc_set_intra_refresh()
5089 control_mode.value = V4L2_CID_MPEG_VIDC_VIDEO_INTRA_REFRESH_RANDOM; in venc_set_intra_refresh()
5098 …DEBUG_PRINT_LOW("Calling IOCTL set control for id=%u, val=%d", control_mode.id, control_mode.value… in venc_set_intra_refresh()
5099 rc = ioctl(m_nDriver_fd, VIDIOC_S_CTRL, &control_mode); in venc_set_intra_refresh()
5106 …DEBUG_PRINT_LOW("Success IOCTL set control for id=%d, value=%d", control_mode.id, control_mode.val… in venc_set_intra_refresh()
[all …]
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedRequestState.cpp1952 uint8_t control_mode, ae_mode, awb_mode, af_mode, scene_mode, vstab_mode; in InitializeControlDefaults() local
1953 control_mode = ANDROID_CONTROL_MODE_AUTO; in InitializeControlDefaults()
1968 control_mode = ANDROID_CONTROL_MODE_OFF; in InitializeControlDefaults()
2016 default_requests_[idx]->Set(ANDROID_CONTROL_MODE, &control_mode, 1); in InitializeControlDefaults()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp5747 struct v4l2_control control_mode; in venc_set_intra_refresh() local
5748 control_mode.id = V4L2_CID_MPEG_VIDC_VIDEO_INTRA_REFRESH_MODE_CYCLIC; in venc_set_intra_refresh()
5749 control_mode.value = 0; in venc_set_intra_refresh()
5755 control_mode.value = intra_refresh.mbcount; in venc_set_intra_refresh()
5762 …DEBUG_PRINT_LOW("Calling IOCTL set control for id=%u, val=%d", control_mode.id, control_mode.value… in venc_set_intra_refresh()
5763 rc = ioctl(m_nDriver_fd, VIDIOC_S_CTRL, &control_mode); in venc_set_intra_refresh()
5766 … DEBUG_PRINT_ERROR("Failed to set control, id %#x, value %d", control_mode.id, control_mode.value); in venc_set_intra_refresh()