Home
last modified time | relevance | path

Searched refs:JPEG_StoreOutputData (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_jpeg.c442 static void JPEG_StoreOutputData(JPEG_HandleTypeDef *hjpeg, uint32_t nbOutputWords);
3386 JPEG_StoreOutputData(hjpeg, JPEG_FIFO_TH_SIZE); in JPEG_Process()
3392 JPEG_StoreOutputData(hjpeg, 1); in JPEG_Process()
3473 static void JPEG_StoreOutputData(JPEG_HandleTypeDef *hjpeg, uint32_t nbOutputWords) in JPEG_StoreOutputData() function
/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_jpeg.c456 static void JPEG_StoreOutputData(JPEG_HandleTypeDef *hjpeg, uint32_t nbOutputWords);
3383 JPEG_StoreOutputData(hjpeg, JPEG_FIFO_TH_SIZE); in JPEG_Process()
3389 JPEG_StoreOutputData(hjpeg, 1); in JPEG_Process()
3470 static void JPEG_StoreOutputData(JPEG_HandleTypeDef *hjpeg, uint32_t nbOutputWords) in JPEG_StoreOutputData() function