Searched refs:sei_control (Results 1 – 1 of 1) sorted by relevance
4003 struct v4l2_control sei_control, yuvstats_control; in venc_set_vqzip_sei_type() local4006 sei_control.id = V4L2_CID_MPEG_VIDC_VIDEO_VQZIP_SEI; in venc_set_vqzip_sei_type()4014 sei_control.value = V4L2_CID_MPEG_VIDC_VIDEO_VQZIP_SEI_ENABLE; in venc_set_vqzip_sei_type()4017 sei_control.value = V4L2_CID_MPEG_VIDC_VIDEO_VQZIP_SEI_DISABLE; in venc_set_vqzip_sei_type()4021 if (ioctl(m_nDriver_fd, VIDIOC_S_CTRL, &sei_control) < 0) { in venc_set_vqzip_sei_type()