Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/test-drivers/
H A Dvim2m.c347 __le16 *dst_pix = (__le16 *)*dst; in copy_two_pixels() local
352 *dst_pix = cpu_to_le16(pix); in copy_two_pixels()
360 __be16 *dst_pix = (__be16 *)*dst; in copy_two_pixels() local
365 *dst_pix = cpu_to_be16(pix); in copy_two_pixels()