Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwjpeg/
Dhwjpeg-internal.h49 #define TO_IMAGE_SIZE(main, thumb) (TO_MAIN_SIZE(main) | TO_THUMB_SIZE(thumb)) macro
Dhwjpeg-v4l2.cpp40 m_v4l2Format.fmt.pix_mp.width = TO_IMAGE_SIZE(16, 0); in CHWJpegV4L2Compressor()
41 m_v4l2Format.fmt.pix_mp.height = TO_IMAGE_SIZE(16, 0); in CHWJpegV4L2Compressor()
154 (m_v4l2Format.fmt.pix_mp.width == TO_IMAGE_SIZE(width, width2)) && in SetImageFormat()
155 (m_v4l2Format.fmt.pix_mp.height == TO_IMAGE_SIZE(height, height2))) in SetImageFormat()
159 m_v4l2Format.fmt.pix_mp.width = TO_IMAGE_SIZE(width, width2); in SetImageFormat()
160 m_v4l2Format.fmt.pix_mp.height = TO_IMAGE_SIZE(height, height2); in SetImageFormat()