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.h51 #define TO_IMAGE_SIZE(main, thumb) (TO_MAIN_SIZE(main) | TO_THUMB_SIZE(thumb)) macro
Dhwjpeg-v4l2.cpp41 m_v4l2Format.fmt.pix_mp.width = TO_IMAGE_SIZE(16, 0); in CHWJpegV4L2Compressor()
42 m_v4l2Format.fmt.pix_mp.height = TO_IMAGE_SIZE(16, 0); in CHWJpegV4L2Compressor()
212 (m_v4l2Format.fmt.pix_mp.width == TO_IMAGE_SIZE(width, width2)) && in SetImageFormat()
213 (m_v4l2Format.fmt.pix_mp.height == TO_IMAGE_SIZE(height, height2))) in SetImageFormat()
217 m_v4l2Format.fmt.pix_mp.width = TO_IMAGE_SIZE(width, width2); in SetImageFormat()
218 m_v4l2Format.fmt.pix_mp.height = TO_IMAGE_SIZE(height, height2); in SetImageFormat()