Searched refs:plane_src_config (Results 1 – 2 of 2) sorted by relevance
242 void pdma_config_planes(PDMA_Type *ptr, void *plane_src_config, void *plane_dst_config, void *yuv2r…
271 void pdma_config_planes(PDMA_Type *ptr, void *plane_src_config, void *plane_dst_config, void *yuv2r… in pdma_config_planes() argument276 assert((plane_src_config != NULL) || (plane_dst_config != NULL)); in pdma_config_planes()278 pdma_plane_config_t *plane_src = (pdma_plane_config_t *)plane_src_config; in pdma_config_planes()
Completed in 6 milliseconds