Searched refs:sei_control (Results 1 – 3 of 3) sorted by relevance
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
H A D | video_encoder_device_v4l2.cpp | 4010 struct v4l2_control sei_control, yuvstats_control; in venc_set_vqzip_sei_type() local 4013 sei_control.id = V4L2_CID_MPEG_VIDC_VIDEO_VQZIP_SEI; in venc_set_vqzip_sei_type() 4021 sei_control.value = V4L2_CID_MPEG_VIDC_VIDEO_VQZIP_SEI_ENABLE; in venc_set_vqzip_sei_type() 4024 sei_control.value = V4L2_CID_MPEG_VIDC_VIDEO_VQZIP_SEI_DISABLE; in venc_set_vqzip_sei_type() 4028 if (ioctl(m_nDriver_fd, VIDIOC_S_CTRL, &sei_control) < 0) { in venc_set_vqzip_sei_type()
|
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
H A D | video_encoder_device_v4l2.cpp | 4638 struct v4l2_control sei_control = {0,0}, yuvstats_control = {0,0}; in venc_set_vqzip_sei_type() local 4641 sei_control.id = V4L2_CID_MPEG_VIDC_VIDEO_VQZIP_SEI; in venc_set_vqzip_sei_type() 4645 sei_control.value = V4L2_CID_MPEG_VIDC_VIDEO_VQZIP_SEI_ENABLE; in venc_set_vqzip_sei_type() 4648 sei_control.value = V4L2_CID_MPEG_VIDC_VIDEO_VQZIP_SEI_DISABLE; in venc_set_vqzip_sei_type() 4651 if (ioctl(m_nDriver_fd, VIDIOC_S_CTRL, &sei_control) < 0) { in venc_set_vqzip_sei_type()
|
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
H A D | video_encoder_device_v4l2.cpp | 4570 struct v4l2_control sei_control = {0,0}, yuvstats_control = {0,0}; in venc_set_vqzip_sei_type() local 4573 sei_control.id = V4L2_CID_MPEG_VIDC_VIDEO_VQZIP_SEI; in venc_set_vqzip_sei_type() 4577 sei_control.value = V4L2_CID_MPEG_VIDC_VIDEO_VQZIP_SEI_ENABLE; in venc_set_vqzip_sei_type() 4580 sei_control.value = V4L2_CID_MPEG_VIDC_VIDEO_VQZIP_SEI_DISABLE; in venc_set_vqzip_sei_type() 4583 if (ioctl(m_nDriver_fd, VIDIOC_S_CTRL, &sei_control) < 0) { in venc_set_vqzip_sei_type()
|