Home
last modified time | relevance | path

Searched refs:format_parameter (Results 1 – 4 of 4) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_video_format_data_get.c75 …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() argument
149 … if (format_parameter -> ux_host_class_video_parameter_format_requested == *(descriptor + 3)) in _ux_host_class_video_format_data_get()
153format_parameter -> ux_host_class_video_parameter_format_subtype = descriptor_subtype; in _ux_host_class_video_format_data_get()
159format_parameter -> ux_host_class_video_parameter_number_frame_descriptors = *(descriptor + 4); in _ux_host_class_video_format_data_get()
161format_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()
Dux_host_class_video_ioctl.c96 UX_HOST_CLASS_VIDEO_PARAMETER_FORMAT_DATA *format_parameter; in _ux_host_class_video_ioctl() local
156 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()
Dux_host_class_video_frame_parameters_set.c99 UX_HOST_CLASS_VIDEO_PARAMETER_FORMAT_DATA format_parameter; in _ux_host_class_video_frame_parameters_set() local
120 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()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_video.h670 …_data_get(UX_HOST_CLASS_VIDEO *video, UX_HOST_CLASS_VIDEO_PARAMETER_FORMAT_DATA *format_parameter);