Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/ti/vpe/
H A Dvpdma_priv.h172 u32 frame_width_height; /* inbound */ member
381 return dtd->frame_width_height >> DTD_FRAME_WIDTH_SHFT; in dtd_get_frame_width()
386 return dtd->frame_width_height & DTD_FRAME_HEIGHT_MASK; in dtd_get_frame_height()
H A Dvpdma.c927 dtd->frame_width_height = dtd_frame_width_height(frame_width, in vpdma_add_in_dtd()