Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp4003 struct v4l2_control sei_control, yuvstats_control; in venc_set_vqzip_sei_type() local
4006 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()