Searched refs:query_ctrl (Results 1 – 3 of 3) sorted by relevance
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_extensions.hpp | 329 struct v4l2_queryctrl query_ctrl; in get_vendor_extension_config() local 330 memset(&query_ctrl, 0, sizeof(struct v4l2_queryctrl)); in get_vendor_extension_config() 331 query_ctrl.id = V4L2_CID_MPEG_VIDC_VIDEO_ROTATION_CAPS; in get_vendor_extension_config() 332 if (dev_query_cap(query_ctrl) && (query_ctrl.maximum > 0)) { in get_vendor_extension_config() 342 struct v4l2_queryctrl query_ctrl; in get_vendor_extension_config() local 343 memset(&query_ctrl, 0, sizeof(struct v4l2_queryctrl)); in get_vendor_extension_config() 344 query_ctrl.id = V4L2_CID_MPEG_VIDC_VIDEO_BLUR_WIDTH; in get_vendor_extension_config() 345 if (dev_query_cap(query_ctrl) && (query_ctrl.maximum > 0)) { in get_vendor_extension_config() 355 struct v4l2_queryctrl query_ctrl; in get_vendor_extension_config() local 356 memset(&query_ctrl, 0, sizeof(struct v4l2_queryctrl)); in get_vendor_extension_config() [all …]
|
D | video_encoder_device_v4l2.cpp | 6835 struct v4l2_queryctrl query_ctrl; in venc_get_temporal_layer_caps() local 6846 query_ctrl.id = V4L2_CID_MPEG_VIDC_VIDEO_HYBRID_HIERP_MODE; in venc_get_temporal_layer_caps() 6848 query_ctrl.id = V4L2_CID_MPEG_VIDC_VIDEO_HIER_P_NUM_LAYERS; in venc_get_temporal_layer_caps() 6852 if (ioctl(m_nDriver_fd, VIDIOC_QUERYCTRL, &query_ctrl)) { in venc_get_temporal_layer_caps() 6858 *nMaxLayers = query_ctrl.maximum + 1; in venc_get_temporal_layer_caps() 6860 query_ctrl.id = V4L2_CID_MPEG_VIDC_VIDEO_HIER_B_NUM_LAYERS; in venc_get_temporal_layer_caps() 6862 if (ioctl(m_nDriver_fd, VIDIOC_QUERYCTRL, &query_ctrl)) { in venc_get_temporal_layer_caps() 6867 *nMaxBLayers = query_ctrl.maximum; in venc_get_temporal_layer_caps()
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 4103 struct v4l2_queryctrl query_ctrl; in venc_get_temporal_layer_caps() local 4113 query_ctrl.id = V4L2_CID_MPEG_VIDEO_HEVC_HIER_CODING_LAYER; in venc_get_temporal_layer_caps() 4116 if (ioctl(m_nDriver_fd, VIDIOC_QUERYCTRL, &query_ctrl)) { in venc_get_temporal_layer_caps() 4122 *nMaxLayers = query_ctrl.maximum + 1; in venc_get_temporal_layer_caps()
|