Searched refs:pixel_count (Results 1 – 2 of 2) sorted by relevance
580 static inline u32 ctd_pixel_line_count(int pixel_count, int line_count) in ctd_pixel_line_count() argument582 return (pixel_count << CTD_PIXEL_COUNT_SHFT) | line_count; in ctd_pixel_line_count()
342 u32 pixel_count = fmt->width * fmt->height; in mcam_write_yuv_bases() local349 u = y + pixel_count; in mcam_write_yuv_bases()350 v = u + pixel_count / 4; in mcam_write_yuv_bases()353 v = y + pixel_count; in mcam_write_yuv_bases()354 u = v + pixel_count / 4; in mcam_write_yuv_bases()