Searched refs:jpeg_data_buf (Results 1 – 1 of 1) sorted by relevance
46 static rt_uint32_t *jpeg_data_buf = RT_NULL; variable488 pbuf = jpeg_data_buf + jpeg_data_len; in camera_dma_data_process()521 pbuf = jpeg_data_buf + jpeg_data_len; in camera_frame_data_process()664 jpeg_data_buf = rt_malloc(JPEG_BUF_SIZE); in rt_ov2640_init()665 if (RT_NULL == jpeg_data_buf) in rt_ov2640_init()705 p = (rt_uint8_t *)jpeg_data_buf; in camera_sample()
Completed in 3 milliseconds