Lines Matching +full:high +full:- +full:dynamic +full:- +full:range
1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * Copyright (C) 2010-2021 Hans Verkuil <hverkuil-cisco@xs4all.nl>
9 #include <media/v4l2-ctrls.h>
26 "MPEG-1/2 Layer I", in v4l2_ctrl_get_menu()
27 "MPEG-1/2 Layer II", in v4l2_ctrl_get_menu()
28 "MPEG-1/2 Layer III", in v4l2_ctrl_get_menu()
29 "MPEG-2/4 AAC", in v4l2_ctrl_get_menu()
30 "AC-3", in v4l2_ctrl_get_menu()
128 "16-bit CRC", in v4l2_ctrl_get_menu()
141 "MPEG-1", in v4l2_ctrl_get_menu()
142 "MPEG-2", in v4l2_ctrl_get_menu()
143 "MPEG-4 AVC", in v4l2_ctrl_get_menu()
160 "MPEG-2 Program Stream", in v4l2_ctrl_get_menu()
161 "MPEG-2 Transport Stream", in v4l2_ctrl_get_menu()
162 "MPEG-1 System Stream", in v4l2_ctrl_get_menu()
163 "MPEG-2 DVD-compatible Stream", in v4l2_ctrl_get_menu()
164 "MPEG-1 VCD-compatible Stream", in v4l2_ctrl_get_menu()
165 "MPEG-2 SVCD-compatible Stream", in v4l2_ctrl_get_menu()
311 "High", in v4l2_ctrl_get_menu()
312 "High 10", in v4l2_ctrl_get_menu()
313 "High 422", in v4l2_ctrl_get_menu()
314 "High 444 Predictive", in v4l2_ctrl_get_menu()
315 "High 10 Intra", in v4l2_ctrl_get_menu()
316 "High 422 Intra", in v4l2_ctrl_get_menu()
317 "High 444 Intra", in v4l2_ctrl_get_menu()
320 "Scalable High", in v4l2_ctrl_get_menu()
321 "Scalable High Intra", in v4l2_ctrl_get_menu()
322 "Stereo High", in v4l2_ctrl_get_menu()
323 "Multiview High", in v4l2_ctrl_get_menu()
324 "Constrained High", in v4l2_ctrl_get_menu()
368 "Slice-Based", in v4l2_ctrl_get_menu()
369 "Frame-Based", in v4l2_ctrl_get_menu()
385 "High 1440", in v4l2_ctrl_get_menu()
386 "High", in v4l2_ctrl_get_menu()
394 "High", in v4l2_ctrl_get_menu()
476 "DVI-D", in v4l2_ctrl_get_menu()
482 "RGB Limited Range (16-235)", in v4l2_ctrl_get_menu()
483 "RGB Full Range (0-255)", in v4l2_ctrl_get_menu()
504 "High", in v4l2_ctrl_get_menu()
578 "High", in v4l2_ctrl_get_menu()
588 "Slice-Based", in v4l2_ctrl_get_menu()
589 "Frame-Based", in v4l2_ctrl_get_menu()
791 /* Keep the order of the 'case's the same as in v4l2-controls.h! */ in v4l2_ctrl_get_name()
823 case V4L2_CID_BAND_STOP_FILTER: return "Band-Stop Filter"; in v4l2_ctrl_get_name()
863 case V4L2_CID_MPEG_AUDIO_AC3_BITRATE: return "Audio AC-3 Bitrate"; in v4l2_ctrl_get_name()
892 case V4L2_CID_MPEG_VIDEO_H263_I_FRAME_QP: return "H263 I-Frame QP Value"; in v4l2_ctrl_get_name()
893 case V4L2_CID_MPEG_VIDEO_H263_P_FRAME_QP: return "H263 P-Frame QP Value"; in v4l2_ctrl_get_name()
894 case V4L2_CID_MPEG_VIDEO_H263_B_FRAME_QP: return "H263 B-Frame QP Value"; in v4l2_ctrl_get_name()
897 case V4L2_CID_MPEG_VIDEO_H264_I_FRAME_QP: return "H264 I-Frame QP Value"; in v4l2_ctrl_get_name()
898 case V4L2_CID_MPEG_VIDEO_H264_P_FRAME_QP: return "H264 P-Frame QP Value"; in v4l2_ctrl_get_name()
899 case V4L2_CID_MPEG_VIDEO_H264_B_FRAME_QP: return "H264 B-Frame QP Value"; in v4l2_ctrl_get_name()
905 case V4L2_CID_MPEG_VIDEO_H264_I_PERIOD: return "H264 I-Frame Period"; in v4l2_ctrl_get_name()
934 case V4L2_CID_MPEG_VIDEO_H264_I_FRAME_MIN_QP: return "H264 I-Frame Minimum QP Value"; in v4l2_ctrl_get_name()
935 case V4L2_CID_MPEG_VIDEO_H264_I_FRAME_MAX_QP: return "H264 I-Frame Maximum QP Value"; in v4l2_ctrl_get_name()
936 case V4L2_CID_MPEG_VIDEO_H264_P_FRAME_MIN_QP: return "H264 P-Frame Minimum QP Value"; in v4l2_ctrl_get_name()
937 case V4L2_CID_MPEG_VIDEO_H264_P_FRAME_MAX_QP: return "H264 P-Frame Maximum QP Value"; in v4l2_ctrl_get_name()
938 case V4L2_CID_MPEG_VIDEO_H264_B_FRAME_MIN_QP: return "H264 B-Frame Minimum QP Value"; in v4l2_ctrl_get_name()
939 case V4L2_CID_MPEG_VIDEO_H264_B_FRAME_MAX_QP: return "H264 B-Frame Maximum QP Value"; in v4l2_ctrl_get_name()
949 case V4L2_CID_MPEG_VIDEO_MPEG4_I_FRAME_QP: return "MPEG4 I-Frame QP Value"; in v4l2_ctrl_get_name()
950 case V4L2_CID_MPEG_VIDEO_MPEG4_P_FRAME_QP: return "MPEG4 P-Frame QP Value"; in v4l2_ctrl_get_name()
951 case V4L2_CID_MPEG_VIDEO_MPEG4_B_FRAME_QP: return "MPEG4 B-Frame QP Value"; in v4l2_ctrl_get_name()
965 case V4L2_CID_MPEG_VIDEO_MV_H_SEARCH_RANGE: return "Horizontal MV Search Range"; in v4l2_ctrl_get_name()
966 case V4L2_CID_MPEG_VIDEO_MV_V_SEARCH_RANGE: return "Vertical MV Search Range"; in v4l2_ctrl_get_name()
974 case V4L2_CID_FWHT_I_FRAME_QP: return "FWHT I-Frame QP Value"; in v4l2_ctrl_get_name()
975 case V4L2_CID_FWHT_P_FRAME_QP: return "FWHT P-Frame QP Value"; in v4l2_ctrl_get_name()
981 case V4L2_CID_MPEG_VIDEO_VPX_FILTER_LEVEL: return "VPX Loop Filter Level Range"; in v4l2_ctrl_get_name()
987 case V4L2_CID_MPEG_VIDEO_VPX_I_FRAME_QP: return "VPX I-Frame QP Value"; in v4l2_ctrl_get_name()
988 case V4L2_CID_MPEG_VIDEO_VPX_P_FRAME_QP: return "VPX P-Frame QP Value"; in v4l2_ctrl_get_name()
994 case V4L2_CID_MPEG_VIDEO_HEVC_I_FRAME_QP: return "HEVC I-Frame QP Value"; in v4l2_ctrl_get_name()
995 case V4L2_CID_MPEG_VIDEO_HEVC_P_FRAME_QP: return "HEVC P-Frame QP Value"; in v4l2_ctrl_get_name()
996 case V4L2_CID_MPEG_VIDEO_HEVC_B_FRAME_QP: return "HEVC B-Frame QP Value"; in v4l2_ctrl_get_name()
999 case V4L2_CID_MPEG_VIDEO_HEVC_I_FRAME_MIN_QP: return "HEVC I-Frame Minimum QP Value"; in v4l2_ctrl_get_name()
1000 case V4L2_CID_MPEG_VIDEO_HEVC_I_FRAME_MAX_QP: return "HEVC I-Frame Maximum QP Value"; in v4l2_ctrl_get_name()
1001 case V4L2_CID_MPEG_VIDEO_HEVC_P_FRAME_MIN_QP: return "HEVC P-Frame Minimum QP Value"; in v4l2_ctrl_get_name()
1002 case V4L2_CID_MPEG_VIDEO_HEVC_P_FRAME_MAX_QP: return "HEVC P-Frame Maximum QP Value"; in v4l2_ctrl_get_name()
1003 case V4L2_CID_MPEG_VIDEO_HEVC_B_FRAME_MIN_QP: return "HEVC B-Frame Minimum QP Value"; in v4l2_ctrl_get_name()
1004 case V4L2_CID_MPEG_VIDEO_HEVC_B_FRAME_MAX_QP: return "HEVC B-Frame Maximum QP Value"; in v4l2_ctrl_get_name()
1039 case V4L2_CID_MPEG_VIDEO_HEVC_REFRESH_PERIOD: return "HEVC Num of I-Frame b/w 2 IDR"; in v4l2_ctrl_get_name()
1043 case V4L2_CID_MPEG_VIDEO_REF_NUMBER_FOR_PFRAMES: return "Reference Frames for a P-Frame"; in v4l2_ctrl_get_name()
1051 /* Keep the order of the 'case's the same as in v4l2-controls.h! */ in v4l2_ctrl_get_name()
1055 case V4L2_CID_EXPOSURE_AUTO_PRIORITY: return "Exposure, Dynamic Framerate"; in v4l2_ctrl_get_name()
1073 case V4L2_CID_WIDE_DYNAMIC_RANGE: return "Wide Dynamic Range"; in v4l2_ctrl_get_name()
1083 case V4L2_CID_AUTO_FOCUS_RANGE: return "Auto Focus, Range"; in v4l2_ctrl_get_name()
1092 /* Keep the order of the 'case's the same as in v4l2-controls.h! */ in v4l2_ctrl_get_name()
1102 case V4L2_CID_RDS_TX_DYNAMIC_PTY: return "RDS Dynamic PTY"; in v4l2_ctrl_get_name()
1119 case V4L2_CID_TUNE_PREEMPHASIS: return "Pre-Emphasis"; in v4l2_ctrl_get_name()
1124 /* Keep the order of the 'case's the same as in v4l2-controls.h! */ in v4l2_ctrl_get_name()
1140 /* Keep the order of the 'case's the same as in v4l2-controls.h! */ in v4l2_ctrl_get_name()
1148 /* Keep the order of the 'case's the same as in v4l2-controls.h! */ in v4l2_ctrl_get_name()
1160 /* Keep the order of the 'case's the same as in v4l2-controls.h! */ in v4l2_ctrl_get_name()
1169 /* Keep the order of the 'case's the same as in v4l2-controls.h! */ in v4l2_ctrl_get_name()
1175 case V4L2_CID_DV_TX_RGB_RANGE: return "Tx RGB Quantization Range"; in v4l2_ctrl_get_name()
1178 case V4L2_CID_DV_RX_RGB_RANGE: return "Rx RGB Quantization Range"; in v4l2_ctrl_get_name()
1182 case V4L2_CID_TUNE_DEEMPHASIS: return "De-Emphasis"; in v4l2_ctrl_get_name()
1203 /* Keep the order of the 'case's the same as in v4l2-controls.h! */ in v4l2_ctrl_get_name()
1211 /* Keep the order of the 'case's the same as in v4l2-controls.h! */ in v4l2_ctrl_get_name()
1223 case V4L2_CID_STATELESS_MPEG2_SEQUENCE: return "MPEG-2 Sequence Header"; in v4l2_ctrl_get_name()
1224 case V4L2_CID_STATELESS_MPEG2_PICTURE: return "MPEG-2 Picture Header"; in v4l2_ctrl_get_name()
1225 case V4L2_CID_STATELESS_MPEG2_QUANTISATION: return "MPEG-2 Quantisation Matrices"; in v4l2_ctrl_get_name()
1242 /* Keep the order of the 'case's the same as in v4l2-controls.h! */ in v4l2_ctrl_get_name()
1465 /* Max is calculated as RGB888 that is 2^24 - 1 */ in v4l2_ctrl_fill()