Searched refs:VSP1_ENTITY_BRU (Results 1 – 8 of 8) sorted by relevance
328 if (entity->type == VSP1_ENTITY_BRU) in brx_configure_stream()368 if (!(entity->type == VSP1_ENTITY_BRU && i == 1)) in brx_configure_stream()416 brx->base = type == VSP1_ENTITY_BRU ? VI6_BRU_BASE : VI6_BRS_BASE; in vsp1_brx_create()420 if (type == VSP1_ENTITY_BRU) { in vsp1_brx_create()
25 VSP1_ENTITY_BRU, enumerator
401 if (entity->type == VSP1_ENTITY_BRU || in vsp1_video_pipeline_build_branch()497 case VSP1_ENTITY_BRU: in vsp1_video_pipeline_build()755 if (pipe->uds_input->type == VSP1_ENTITY_BRU || in vsp1_video_setup_pipeline()
561 { VSP1_ENTITY_BRU, 0, VI6_DPR_BRU_ROUTE,
610 if (pipe->uds_input->type == VSP1_ENTITY_BRU || in vsp1_pipeline_propagate_alpha()
336 srcrpf |= pipe->brx->type == VSP1_ENTITY_BRU in wpf_configure_stream()
289 vsp1->bru = vsp1_brx_create(vsp1, VSP1_ENTITY_BRU); in vsp1_create_entities()
28 #define BRX_NAME(e) (e)->type == VSP1_ENTITY_BRU ? "BRU" : "BRS"
Completed in 17 milliseconds