Searched refs:ybpp (Results 1 – 2 of 2) sorted by relevance
229 static void camif_get_dma_burst(u32 width, u32 ybpp, u32 *mburst, u32 *rburst) in camif_get_dma_burst() argument231 unsigned int nwords = width * ybpp / 4; in camif_get_dma_burst()234 if (WARN_ON(width < 8 || (width * ybpp) & 7)) in camif_get_dma_burst()276 camif_get_dma_burst(frame->rect.width, fmt->ybpp, &ymburst, &yrburst); in camif_hw_set_output_dma()
97 u8 ybpp; member