Home
last modified time | relevance | path

Searched refs:configure_frame (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_entity.h73 * @configure_frame: Configure the runtime parameters for each frame.
87 void (*configure_frame)(struct vsp1_entity *entity, member
H A Dvsp1_lut.c190 .configure_frame = lut_configure_frame,
H A Dvsp1_clu.c229 .configure_frame = clu_configure_frame,
H A Dvsp1_entity.c92 if (entity->ops->configure_frame) in vsp1_entity_configure_frame()
93 entity->ops->configure_frame(entity, pipe, dl, dlb); in vsp1_entity_configure_frame()
H A Dvsp1_rpf.c409 .configure_frame = rpf_configure_frame,
H A Dvsp1_wpf.c550 .configure_frame = wpf_configure_frame,