Home
last modified time | relevance | path

Searched refs:frame (Results 1 – 14 of 14) sorted by relevance

/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_audio_write_frame_get.c76 UINT _ux_device_class_audio_write_frame_get(UX_DEVICE_CLASS_AUDIO_STREAM *stream, UCHAR **frame, UL… in _ux_device_class_audio_write_frame_get() argument
109 *frame = stream -> ux_device_class_audio_stream_access_pos -> ux_device_class_audio_frame_data; in _ux_device_class_audio_write_frame_get()
161 UINT _uxe_device_class_audio_write_frame_get(UX_DEVICE_CLASS_AUDIO_STREAM *stream, UCHAR **frame, U… in _uxe_device_class_audio_write_frame_get() argument
165 if (stream == UX_NULL || frame == UX_NULL || length == UX_NULL) in _uxe_device_class_audio_write_frame_get()
169 return(_ux_device_class_audio_write_frame_get(stream, frame, length)); in _uxe_device_class_audio_write_frame_get()
Dux_device_class_audio_frame_write.c81 UINT _ux_device_class_audio_frame_write(UX_DEVICE_CLASS_AUDIO_STREAM *stream, UCHAR *frame, ULONG l… in _ux_device_class_audio_frame_write() argument
127 …device_class_audio_stream_access_pos -> ux_device_class_audio_frame_data, frame, length); /* Use c… in _ux_device_class_audio_frame_write()
177 UINT _uxe_device_class_audio_frame_write(UX_DEVICE_CLASS_AUDIO_STREAM *stream, UCHAR *frame, ULONG … in _uxe_device_class_audio_frame_write() argument
181 if (stream == UX_NULL || frame == UX_NULL || length == 0) in _uxe_device_class_audio_frame_write()
185 return(_ux_device_class_audio_frame_write(stream, frame, length)); in _uxe_device_class_audio_frame_write()
/USBX-v6.2.1/test/regression/
Dusbx_audio10_iad_device_control_test.c480 UCHAR *frame; in ux_device_class_audio_tx_hook() local
484 ux_device_class_audio_write_frame_get(slave_audio_tx_stream, &frame, &frame_length); in ux_device_class_audio_tx_hook()
485 _ux_utility_memory_copy(frame, tmp, 32); in ux_device_class_audio_tx_hook()
507 static VOID slave_audio_rx_simulate_one_frame(UCHAR *frame, ULONG frame_length) in slave_audio_rx_simulate_one_frame() argument
512 …_memory_copy(slave_audio_rx_transfer->ux_slave_transfer_request_data_pointer, frame, frame_length); in slave_audio_rx_simulate_one_frame()
Dusbx_audio10_iad_device_interrupt_test.c490 UCHAR *frame; in ux_device_class_audio_tx_hook() local
494 ux_device_class_audio_write_frame_get(slave_audio_tx_stream, &frame, &frame_length); in ux_device_class_audio_tx_hook()
495 _ux_utility_memory_copy(frame, tmp, 32); in ux_device_class_audio_tx_hook()
517 static VOID slave_audio_rx_simulate_one_frame(UCHAR *frame, ULONG frame_length) in slave_audio_rx_simulate_one_frame() argument
522 …_memory_copy(slave_audio_rx_transfer->ux_slave_transfer_request_data_pointer, frame, frame_length); in slave_audio_rx_simulate_one_frame()
Dusbx_audio10_iad_device_basic_test.c476 UCHAR *frame; in ux_device_class_audio_tx_hook() local
480 ux_device_class_audio_write_frame_get(slave_audio_tx_stream, &frame, &frame_length); in ux_device_class_audio_tx_hook()
481 _ux_utility_memory_copy(frame, tmp, 32); in ux_device_class_audio_tx_hook()
503 static VOID slave_audio_rx_simulate_one_frame(UCHAR *frame, ULONG frame_length) in slave_audio_rx_simulate_one_frame() argument
508 …_memory_copy(slave_audio_rx_transfer->ux_slave_transfer_request_data_pointer, frame, frame_length); in slave_audio_rx_simulate_one_frame()
Dusbx_audio10_device_basic_test.c466 UCHAR *frame; in ux_device_class_audio_tx_hook() local
470 ux_device_class_audio_write_frame_get(slave_audio_tx_stream, &frame, &frame_length); in ux_device_class_audio_tx_hook()
471 _ux_utility_memory_copy(frame, tmp, 32); in ux_device_class_audio_tx_hook()
493 static VOID slave_audio_rx_simulate_one_frame(UCHAR *frame, ULONG frame_length) in slave_audio_rx_simulate_one_frame() argument
498 …_memory_copy(slave_audio_rx_transfer->ux_slave_transfer_request_data_pointer, frame, frame_length); in slave_audio_rx_simulate_one_frame()
Dusbx_audio10_device_feedback_test.c490 UCHAR *frame; in ux_device_class_audio_tx_hook() local
494 ux_device_class_audio_write_frame_get(slave_audio_tx_stream, &frame, &frame_length); in ux_device_class_audio_tx_hook()
495 _ux_utility_memory_copy(frame, tmp, 32); in ux_device_class_audio_tx_hook()
553 static VOID slave_audio_rx_simulate_one_frame(UCHAR *frame, ULONG frame_length) in slave_audio_rx_simulate_one_frame() argument
558 …_memory_copy(slave_audio_rx_transfer->ux_slave_transfer_request_data_pointer, frame, frame_length); in slave_audio_rx_simulate_one_frame()
Dusbx_audio20_device_controls_test.c533 UCHAR *frame; in ux_device_class_audio_tx_hook() local
537 ux_device_class_audio_write_frame_get(slave_audio_tx_stream, &frame, &frame_length); in ux_device_class_audio_tx_hook()
538 _ux_utility_memory_copy(frame, tmp, 32); in ux_device_class_audio_tx_hook()
596 static VOID slave_audio_rx_simulate_one_frame(UCHAR *frame, ULONG frame_length) in slave_audio_rx_simulate_one_frame() argument
601 …_memory_copy(slave_audio_rx_transfer->ux_slave_transfer_request_data_pointer, frame, frame_length); in slave_audio_rx_simulate_one_frame()
Dusbx_audio10_iad_host_basic_test.c497 UCHAR *frame; in ux_device_class_audio_tx_hook() local
501 ux_device_class_audio_write_frame_get(slave_audio_tx_stream, &frame, &frame_length); in ux_device_class_audio_tx_hook()
502 _ux_utility_memory_copy(frame, tmp, 32); in ux_device_class_audio_tx_hook()
524 static VOID slave_audio_rx_simulate_one_frame(UCHAR *frame, ULONG frame_length) in slave_audio_rx_simulate_one_frame() argument
529 …_memory_copy(slave_audio_rx_transfer->ux_slave_transfer_request_data_pointer, frame, frame_length); in slave_audio_rx_simulate_one_frame()
Dusbx_audio20_device_basic_test.c498 UCHAR *frame; in ux_device_class_audio_tx_hook() local
502 ux_device_class_audio_write_frame_get(slave_audio_tx_stream, &frame, &frame_length); in ux_device_class_audio_tx_hook()
503 _ux_utility_memory_copy(frame, tmp, 32); in ux_device_class_audio_tx_hook()
525 static VOID slave_audio_rx_simulate_one_frame(UCHAR *frame, ULONG frame_length) in slave_audio_rx_simulate_one_frame() argument
530 …_memory_copy(slave_audio_rx_transfer->ux_slave_transfer_request_data_pointer, frame, frame_length); in slave_audio_rx_simulate_one_frame()
Dusbx_audio20_device_feedback_test.c522 UCHAR *frame; in ux_device_class_audio_tx_hook() local
526 ux_device_class_audio_write_frame_get(slave_audio_tx_stream, &frame, &frame_length); in ux_device_class_audio_tx_hook()
527 _ux_utility_memory_copy(frame, tmp, 32); in ux_device_class_audio_tx_hook()
585 static VOID slave_audio_rx_simulate_one_frame(UCHAR *frame, ULONG frame_length) in slave_audio_rx_simulate_one_frame() argument
590 …_memory_copy(slave_audio_rx_transfer->ux_slave_transfer_request_data_pointer, frame, frame_length); in slave_audio_rx_simulate_one_frame()
Dusbx_audio20_host_basic_test.c534 UCHAR *frame; in ux_device_class_audio_tx_hook() local
538 ux_device_class_audio_write_frame_get(slave_audio_tx_stream, &frame, &frame_length); in ux_device_class_audio_tx_hook()
539 _ux_utility_memory_copy(frame, tmp, 32); in ux_device_class_audio_tx_hook()
561 static VOID slave_audio_rx_simulate_one_frame(UCHAR *frame, ULONG frame_length) in slave_audio_rx_simulate_one_frame() argument
566 …_memory_copy(slave_audio_rx_transfer->ux_slave_transfer_request_data_pointer, frame, frame_length); in slave_audio_rx_simulate_one_frame()
/USBX-v6.2.1/common/usbx_device_classes/inc/
Dux_device_class_audio.h530 UINT _ux_device_class_audio_frame_write(UX_DEVICE_CLASS_AUDIO_STREAM *audio, UCHAR *frame, ULONG…
569 UINT _uxe_device_class_audio_frame_write(UX_DEVICE_CLASS_AUDIO_STREAM *audio, UCHAR *frame, ULON…
/USBX-v6.2.1/docs/
Drevision_history.txt341 …_periodic_tree_create.c Set type of each queue head in the periodic frame list itself.
1839 ux_hcd_ehci.h Added support for dynamic frame list
2391 …cess.c Discovered a bug when parsing the interrupt tree in search for the range of frame