Lines Matching full:enum

212 	enum v4l2_colorspace colorspace;
213 enum v4l2_ycbcr_encoding ycbcr_enc;
214 enum v4l2_quantization quantization;
215 enum v4l2_xfer_func xfer_func;
365 enum mcu_msg_version mailbox_version;
524 static enum v4l2_mpeg_video_h264_level
530 enum v4l2_mpeg_video_h264_level level = V4L2_MPEG_VIDEO_H264_LEVEL_4_0; in select_minimum_h264_level()
563 static unsigned int h264_maximum_bitrate(enum v4l2_mpeg_video_h264_level level) in h264_maximum_bitrate()
602 static unsigned int h264_maximum_cpb_size(enum v4l2_mpeg_video_h264_level level) in h264_maximum_cpb_size()
641 static enum v4l2_mpeg_video_hevc_level
645 enum v4l2_mpeg_video_hevc_level level; in select_minimum_hevc_level()
667 static unsigned int hevc_maximum_bitrate(enum v4l2_mpeg_video_hevc_level level) in hevc_maximum_bitrate()
696 static unsigned int hevc_maximum_cpb_size(enum v4l2_mpeg_video_hevc_level level) in hevc_maximum_cpb_size()
1034 static u32 v4l2_colorspace_to_mcu_colorspace(enum v4l2_colorspace colorspace) in v4l2_colorspace_to_mcu_colorspace()
1051 static u8 v4l2_profile_to_mcu_profile(enum v4l2_mpeg_video_h264_profile profile) in v4l2_profile_to_mcu_profile()
1060 static u16 v4l2_level_to_mcu_level(enum v4l2_mpeg_video_h264_level level) in v4l2_level_to_mcu_level()
1097 static u8 hevc_profile_to_mcu_profile(enum v4l2_mpeg_video_hevc_profile profile) in hevc_profile_to_mcu_profile()
1110 static u16 hevc_level_to_mcu_level(enum v4l2_mpeg_video_hevc_level level) in hevc_level_to_mcu_level()
1135 static u8 hevc_tier_to_mcu_tier(enum v4l2_mpeg_video_hevc_tier tier) in hevc_tier_to_mcu_tier()
1147 v4l2_bitrate_mode_to_mcu_mode(enum v4l2_mpeg_video_bitrate_mode mode) in v4l2_bitrate_mode_to_mcu_mode()
1212 enum v4l2_mpeg_video_h264_profile profile; in fill_create_channel_param()
1213 enum v4l2_mpeg_video_h264_level level; in fill_create_channel_param()
1222 enum v4l2_mpeg_video_hevc_profile profile; in fill_create_channel_param()
1223 enum v4l2_mpeg_video_hevc_level level; in fill_create_channel_param()
1224 enum v4l2_mpeg_video_hevc_tier tier; in fill_create_channel_param()
1430 enum mcu_msg_type type) in allegro_mcu_push_buffer_internal()
1482 enum mcu_msg_type type = MCU_MSG_TYPE_PUSH_BUFFER_INTERMEDIATE; in allegro_mcu_push_buffer_intermediate()
1489 enum mcu_msg_type type = MCU_MSG_TYPE_PUSH_BUFFER_REFERENCE; in allegro_mcu_push_buffer_reference()
1578 enum v4l2_mpeg_video_h264_profile profile; in allegro_h264_write_sps()
1579 enum v4l2_mpeg_video_h264_level level; in allegro_h264_write_sps()
1963 enum vb2_buffer_state state = VB2_BUF_STATE_ERROR; in allegro_channel_finish_frame()
3484 enum v4l2_buf_type type) in allegro_ioctl_streamon()