Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/test-drivers/
H A Dvim2m.c342 __le16 *dst_pix = (__le16 *)*dst; in copy_two_pixels() local
347 *dst_pix = cpu_to_le16(pix); in copy_two_pixels()
355 __be16 *dst_pix = (__be16 *)*dst; in copy_two_pixels() local
360 *dst_pix = cpu_to_be16(pix); in copy_two_pixels()