Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/
Dvim2m.c348 __le16 *dst_pix = (__le16 *)*dst; in copy_two_pixels() local
353 *dst_pix = cpu_to_le16(pix); in copy_two_pixels()
361 __be16 *dst_pix = (__be16 *)*dst; in copy_two_pixels() local
366 *dst_pix = cpu_to_be16(pix); in copy_two_pixels()