Searched refs:CALC_WORD (Results 1 – 3 of 3) sorted by relevance
| /drivers/media/platform/qcom/camss/ |
| A D | camss-vfe-gen1.c | 707 #define CALC_WORD(width, M, N) (((width) * (M) + (N) - 1) / (N)) macro 718 val = CALC_WORD(width, 1, 8); in vfe_word_per_line() 724 val = CALC_WORD(width, 2, 8); in vfe_word_per_line()
|
| A D | camss-vfe-4-7.c | 330 #define CALC_WORD(width, M, N) (((width) * (M) + (N) - 1) / (N)) macro 341 val = CALC_WORD(pixel_per_line, 1, 8); in vfe_word_per_line_by_pixel() 347 val = CALC_WORD(pixel_per_line, 2, 8); in vfe_word_per_line_by_pixel() 356 return CALC_WORD(bytes_per_line, 1, 8); in vfe_word_per_line_by_bytes()
|
| A D | camss-vfe-4-8.c | 303 #define CALC_WORD(width, M, N) (((width) * (M) + (N) - 1) / (N)) macro 314 val = CALC_WORD(pixel_per_line, 1, 8); in vfe_word_per_line_by_pixel() 320 val = CALC_WORD(pixel_per_line, 2, 8); in vfe_word_per_line_by_pixel() 329 return CALC_WORD(bytes_per_line, 1, 8); in vfe_word_per_line_by_bytes()
|
Completed in 11 milliseconds