/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_video_extensions.hpp | 329 struct v4l2_queryctrl query_ctrl; in get_vendor_extension_config() 330 memset(&query_ctrl, 0, sizeof(struct v4l2_queryctrl)); in get_vendor_extension_config() 342 struct v4l2_queryctrl query_ctrl; in get_vendor_extension_config() 343 memset(&query_ctrl, 0, sizeof(struct v4l2_queryctrl)); in get_vendor_extension_config() 355 struct v4l2_queryctrl query_ctrl; in get_vendor_extension_config() 356 memset(&query_ctrl, 0, sizeof(struct v4l2_queryctrl)); in get_vendor_extension_config()
|
H A D | video_encoder_device_v4l2.cpp | 530 bool venc_dev::venc_query_cap(struct v4l2_queryctrl &cap) { in venc_query_cap() 541 struct v4l2_queryctrl cap; in venc_validate_range() 542 memset(&cap, 0, sizeof(struct v4l2_queryctrl)); in venc_validate_range() 1165 struct v4l2_queryctrl profile_cap, level_cap; in venc_get_supported_profile_level() 1179 memset(&level_cap, 0, sizeof(struct v4l2_queryctrl)); in venc_get_supported_profile_level() 1180 memset(&profile_cap, 0, sizeof(struct v4l2_queryctrl)); in venc_get_supported_profile_level() 6835 struct v4l2_queryctrl query_ctrl; in venc_get_temporal_layer_caps()
|
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/ |
H A D | omx_video_encoder.h | 61 bool dev_query_cap(struct v4l2_queryctrl &);
|
H A D | omx_swvenc_mpeg4.h | 86 bool dev_query_cap(struct v4l2_queryctrl &);
|
H A D | video_encoder_device_v4l2.h | 425 bool venc_query_cap(struct v4l2_queryctrl &cap);
|
H A D | omx_video_base.h | 283 virtual bool dev_query_cap(struct v4l2_queryctrl &) = 0;
|
/aosp12/packages/services/Car/cpp/evs/sampleDriver/ |
H A D | VideoCapture.cpp | 354 struct v4l2_queryctrl ctrl = { in enumerateCameraControls()
|
/aosp12/hardware/qcom/msm8994/kernel-headers/linux/ |
H A D | videodev2.h | 884 struct v4l2_queryctrl { struct 1414 #define VIDIOC_QUERYCTRL _IOWR('V', 36, struct v4l2_queryctrl)
|
/aosp12/hardware/qcom/msm8994/original-kernel-headers/linux/ |
H A D | videodev2.h | 1287 struct v4l2_queryctrl { struct 1942 #define VIDIOC_QUERYCTRL _IOWR('V', 36, struct v4l2_queryctrl)
|
/aosp12/hardware/qcom/msm8x84/kernel-headers/linux/ |
H A D | videodev2.h | 882 struct v4l2_queryctrl { struct 1412 #define VIDIOC_QUERYCTRL _IOWR('V', 36, struct v4l2_queryctrl)
|
/aosp12/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
H A D | videodev2.h | 1284 struct v4l2_queryctrl { struct 1939 #define VIDIOC_QUERYCTRL _IOWR('V', 36, struct v4l2_queryctrl)
|
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/ |
H A D | video_encoder_device_v4l2.h | 474 bool venc_query_cap(struct v4l2_queryctrl &cap);
|
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/inc/ |
H A D | video_encoder_device_v4l2.h | 423 bool venc_query_cap(struct v4l2_queryctrl &cap);
|
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/ |
H A D | video_encoder_device_v4l2.cpp | 528 bool inline venc_dev::venc_query_cap(struct v4l2_queryctrl &cap) { in venc_query_cap() 539 struct v4l2_queryctrl cap; in venc_validate_range() 540 memset(&cap, 0, sizeof(struct v4l2_queryctrl)); in venc_validate_range() 977 struct v4l2_queryctrl profile_cap, level_cap, tier_cap; in venc_get_supported_profile_level() 993 memset(&tier_cap, 0, sizeof(struct v4l2_queryctrl)); in venc_get_supported_profile_level() 994 memset(&level_cap, 0, sizeof(struct v4l2_queryctrl)); in venc_get_supported_profile_level() 995 memset(&profile_cap, 0, sizeof(struct v4l2_queryctrl)); in venc_get_supported_profile_level() 4103 struct v4l2_queryctrl query_ctrl; in venc_get_temporal_layer_caps()
|
/aosp12/hardware/qcom/msm8996/kernel-headers/linux/ |
H A D | videodev2.h | 946 struct v4l2_queryctrl { struct 1544 #define VIDIOC_QUERYCTRL _IOWR('V', 36, struct v4l2_queryctrl)
|
/aosp12/hardware/qcom/msm8996/original-kernel-headers/linux/ |
H A D | videodev2.h | 1372 struct v4l2_queryctrl { struct 2121 #define VIDIOC_QUERYCTRL _IOWR('V', 36, struct v4l2_queryctrl)
|
/aosp12/hardware/qcom/msm8x09/kernel-headers/linux/ |
H A D | videodev2.h | 765 struct v4l2_queryctrl { struct 1244 #define VIDIOC_QUERYCTRL _IOWR('V', 36, struct v4l2_queryctrl)
|
/aosp12/hardware/qcom/msm8x09/original-kernel-headers/linux/ |
H A D | videodev2.h | 1376 struct v4l2_queryctrl { struct 2126 #define VIDIOC_QUERYCTRL _IOWR('V', 36, struct v4l2_queryctrl)
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | videodev2.h | 936 struct v4l2_queryctrl { struct 1396 #define VIDIOC_QUERYCTRL _IOWR('V', 36, struct v4l2_queryctrl)
|
/aosp12/hardware/libhardware/modules/camera/3_4/ |
H A D | v4l2_wrapper.cpp | 198 v4l2_queryctrl query; in QueryControl()
|
/aosp12/hardware/qcom/msm8960/kernel-headers/linux/ |
H A D | videodev2.h | 861 struct v4l2_queryctrl { struct 2225 #define VIDIOC_QUERYCTRL _IOWR('V', 36, struct v4l2_queryctrl)
|
/aosp12/hardware/qcom/msm8960/original-kernel-headers/linux/ |
H A D | videodev2.h | 1197 struct v4l2_queryctrl { struct 2609 #define VIDIOC_QUERYCTRL _IOWR('V', 36, struct v4l2_queryctrl)
|
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
H A D | video_encoder_device_v4l2.cpp | 489 bool inline venc_dev::venc_query_cap(struct v4l2_queryctrl &cap) { in venc_query_cap() 500 struct v4l2_queryctrl cap; in venc_validate_range() 501 memset(&cap, 0, sizeof(struct v4l2_queryctrl)); in venc_validate_range() 942 struct v4l2_queryctrl profile_cap, level_cap; in venc_get_supported_profile_level() 956 memset(&level_cap, 0, sizeof(struct v4l2_queryctrl)); in venc_get_supported_profile_level() 957 memset(&profile_cap, 0, sizeof(struct v4l2_queryctrl)); in venc_get_supported_profile_level() 6582 struct v4l2_queryctrl query_ctrl; in venc_get_temporal_layer_caps()
|
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/ |
H A D | omx_vdec.h | 1307 bool vdec_query_cap(struct v4l2_queryctrl &cap);
|
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/ |
H A D | omx_vdec.h | 1358 bool vdec_query_cap(struct v4l2_queryctrl &cap);
|