Searched refs:frame_buffer (Results 1 – 3 of 3) sorted by relevance
| /components/drivers/usb/cherryusb/demo/ |
| A D | video_static_h264_template.c | 288 USB_NOCACHE_RAM_SECTION USB_MEM_ALIGNX uint8_t frame_buffer[32 * 1024]; variable 300 …memcpy(frame_buffer, cherryusb_h264, sizeof(cherryusb_h264)); // cherryusb_h264 is a static yuyv f… in video_test() 301 …ideo_stream_start_write(busid, VIDEO_IN_EP, packet_buffer, (uint8_t *)frame_buffer, sizeof(cherryu… in video_test()
|
| A D | video_static_mjpeg_template.c | 288 USB_NOCACHE_RAM_SECTION USB_MEM_ALIGNX uint8_t frame_buffer[32 * 1024]; variable 297 …memcpy(frame_buffer, cherryusb_mjpeg, sizeof(cherryusb_mjpeg)); // cherryusb_mjpeg is a static MJP… in video_test() 298 …ideo_stream_start_write(busid, VIDEO_IN_EP, packet_buffer, (uint8_t *)frame_buffer, sizeof(cherryu… in video_test()
|
| A D | video_static_yuyv_template.c | 292 USB_NOCACHE_RAM_SECTION USB_MEM_ALIGNX uint8_t frame_buffer[32 * 1024]; variable 301 …memcpy(frame_buffer, cherryusb_yuyv, sizeof(cherryusb_yuyv)); // cherryusb_yuyv is a static yuyv f… in video_test() 302 …ideo_stream_start_write(busid, VIDEO_IN_EP, packet_buffer, (uint8_t *)frame_buffer, sizeof(cherryu… in video_test()
|
Completed in 4 milliseconds