Home
last modified time | relevance | path

Searched refs:JPEG_BUF_SIZE (Results 1 – 3 of 3) sorted by relevance

/bsp/stm32/stm32mp157a-st-ev1/board/ports/
A Ddrv_ov5640.c31 #define JPEG_BUF_SIZE 8 * 1024 macro
35 __attribute__((at(0x2FFCC000))) static rt_int32_t JPEG_DATA_BUF[JPEG_BUF_SIZE];
37 static rt_int32_t JPEG_DATA_BUF[JPEG_BUF_SIZE] __attribute__((section(".Dcmi0Section")));
40 __no_init static rt_int32_t JPEG_DATA_BUF[JPEG_BUF_SIZE];
/bsp/stm32/stm32h743-atk-apollo/board/ports/
A Ddrv_ov2640.c41 #define JPEG_BUF_SIZE 32 * 1024 macro
664 jpeg_data_buf = rt_malloc(JPEG_BUF_SIZE); in rt_ov2640_init()
/bsp/stm32/stm32h743-openmv-h7plus/board/ports/
A Ddrv_ov5640.c33 #define JPEG_BUF_SIZE 8 * 1024 macro
36 static rt_int32_t JPEG_DATA_BUF[JPEG_BUF_SIZE];

Completed in 9 milliseconds