Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwjpeg/
Dhwjpeg-v4l2.cpp151 unsigned int width2, unsigned int height2) in SetImageFormat() argument
154 (m_v4l2Format.fmt.pix_mp.width == TO_IMAGE_SIZE(width, width2)) && in SetImageFormat()
159 m_v4l2Format.fmt.pix_mp.width = TO_IMAGE_SIZE(width, width2); in SetImageFormat()