Lines Matching full:dcmi
167 LOG_ERR("DCMI DMA Init failed"); in stm32_dma_init()
185 /* Turn on DCMI peripheral clock */ in stm32_dcmi_enable_clock()
188 LOG_ERR("Failed to enable DCMI clock. Error %d", err); in stm32_dcmi_enable_clock()
231 /* align DCMI with sensor fmt */ in video_stm32_dcmi_get_fmt()
251 LOG_ERR("Failed to allocate DCMI buffer for image. Size %d bytes", buffer_size); in video_stm32_dcmi_stream_start()
258 LOG_ERR("Failed to start DCMI DMA"); in video_stm32_dcmi_stream_start()
284 LOG_ERR("Failed to stop DCMI"); in video_stm32_dcmi_stream_stop()
344 /* DCMI produces full frames */ in video_stm32_dcmi_get_caps()
491 /* Enable DCMI clock */ in video_stm32_dcmi_init()
505 /* Initialize DCMI peripheral */ in video_stm32_dcmi_init()
508 LOG_ERR("DCMI initialization failed."); in video_stm32_dcmi_init()