Searched refs:format_parameter (Results 1 – 4 of 4) sorted by relevance
75 …t_data_get(UX_HOST_CLASS_VIDEO *video, UX_HOST_CLASS_VIDEO_PARAMETER_FORMAT_DATA *format_parameter) in _ux_host_class_video_format_data_get() argument149 … if (format_parameter -> ux_host_class_video_parameter_format_requested == *(descriptor + 3)) in _ux_host_class_video_format_data_get()153 … format_parameter -> ux_host_class_video_parameter_format_subtype = descriptor_subtype; in _ux_host_class_video_format_data_get()159 … format_parameter -> ux_host_class_video_parameter_number_frame_descriptors = *(descriptor + 4); in _ux_host_class_video_format_data_get()161 … format_parameter -> ux_host_class_video_parameter_number_frame_descriptors = 0; in _ux_host_class_video_format_data_get()164 format_parameter -> ux_host_class_video_parameter_format_guid = guid; in _ux_host_class_video_format_data_get()170 …video -> ux_host_class_video_current_format = format_parameter -> ux_host_class_video_parameter_fo… in _ux_host_class_video_format_data_get()
96 UX_HOST_CLASS_VIDEO_PARAMETER_FORMAT_DATA *format_parameter; in _ux_host_class_video_ioctl() local156 format_parameter = (UX_HOST_CLASS_VIDEO_PARAMETER_FORMAT_DATA *) parameter; in _ux_host_class_video_ioctl()159 status = _ux_host_class_video_format_data_get(video, format_parameter); in _ux_host_class_video_ioctl()
99 UX_HOST_CLASS_VIDEO_PARAMETER_FORMAT_DATA format_parameter; in _ux_host_class_video_frame_parameters_set() local120 format_parameter.ux_host_class_video_parameter_format_requested = format_index; in _ux_host_class_video_frame_parameters_set()121 status = _ux_host_class_video_format_data_get(video, &format_parameter); in _ux_host_class_video_frame_parameters_set()128 if (format_parameter.ux_host_class_video_parameter_format_subtype == frame_format) in _ux_host_class_video_frame_parameters_set()132 …video -> ux_host_class_video_number_frames = format_parameter.ux_host_class_video_parameter_number… in _ux_host_class_video_frame_parameters_set()
670 …_data_get(UX_HOST_CLASS_VIDEO *video, UX_HOST_CLASS_VIDEO_PARAMETER_FORMAT_DATA *format_parameter);