Searched refs:pixel_count (Results 1 – 3 of 3) sorted by relevance
578 static inline u32 ctd_pixel_line_count(int pixel_count, int line_count) in ctd_pixel_line_count() argument580 return (pixel_count << CTD_PIXEL_COUNT_SHFT) | line_count; in ctd_pixel_line_count()
328 u32 pixel_count = fmt->width * fmt->height; in mcam_write_yuv_bases() local335 u = y + pixel_count; in mcam_write_yuv_bases()336 v = u + pixel_count / 4; in mcam_write_yuv_bases()339 v = y + pixel_count; in mcam_write_yuv_bases()340 u = v + pixel_count / 4; in mcam_write_yuv_bases()
243 int pixel_count = 0; in ccs_read_frame_fmt() local329 sensor->visible_pixel_start = pixel_count; in ccs_read_frame_fmt()330 pixel_count += pixels; in ccs_read_frame_fmt()