Searched refs:packet_buffer (Results 1 – 3 of 3) sorted by relevance
/components/drivers/usb/cherryusb/demo/ |
A D | video_static_h264_template.c | 287 USB_NOCACHE_RAM_SECTION USB_MEM_ALIGNX uint8_t packet_buffer[MAX_PAYLOAD_SIZE]; variable 296 memset(packet_buffer, 0, sizeof(packet_buffer)); in video_test() 301 …usbd_video_stream_start_write(busid, VIDEO_IN_EP, packet_buffer, (uint8_t *)frame_buffer, sizeof(c… in video_test()
|
A D | video_static_mjpeg_template.c | 287 USB_NOCACHE_RAM_SECTION USB_MEM_ALIGNX uint8_t packet_buffer[MAX_PAYLOAD_SIZE]; variable 292 memset(packet_buffer, 0, sizeof(packet_buffer)); in video_test() 298 …usbd_video_stream_start_write(busid, VIDEO_IN_EP, packet_buffer, (uint8_t *)frame_buffer, sizeof(c… in video_test()
|
A D | video_static_yuyv_template.c | 291 USB_NOCACHE_RAM_SECTION USB_MEM_ALIGNX uint8_t packet_buffer[MAX_PAYLOAD_SIZE]; variable 296 memset(packet_buffer, 0, sizeof(packet_buffer)); in video_test() 302 …usbd_video_stream_start_write(busid, VIDEO_IN_EP, packet_buffer, (uint8_t *)frame_buffer, sizeof(c… in video_test()
|
Completed in 10 milliseconds