Searched refs:m_v4l2Format (Results 1 – 4 of 4) sorted by relevance
/hardware/google/graphics/common/libhwjpeg/ |
D | hwjpeg-v4l2.cpp | 26 memset(&m_v4l2Format, 0, sizeof(m_v4l2Format)); in CHWJpegV4L2Compressor() 33 m_v4l2Format.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in CHWJpegV4L2Compressor() 39 m_v4l2Format.fmt.pix_mp.pixelformat = V4L2_PIX_FMT_RGB24; in CHWJpegV4L2Compressor() 40 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() 153 if ((m_v4l2Format.fmt.pix_mp.pixelformat == v4l2_fmt) && in SetImageFormat() 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() 158 m_v4l2Format.fmt.pix_mp.pixelformat = v4l2_fmt; in SetImageFormat() 159 m_v4l2Format.fmt.pix_mp.width = TO_IMAGE_SIZE(width, width2); in SetImageFormat() [all …]
|
D | ExynosJpegEncoder.cpp | 28 if (!setColorFormat(that->m_v4l2Format)) in setJpegConfig() 220 !m_hwjpeg.SetImageFormat(m_v4l2Format, m_nWidth, m_nHeight)) in __EnsureFormatIsApplied()
|
/hardware/google/graphics/common/libhwjpeg/include/ |
D | ExynosJpegApi.h | 76 int m_v4l2Format; variable 101 … m_nQFactor(0), m_nWidth(0), m_nHeight(0), m_v4l2Format(0), m_jpegFormat(0), m_nStreamSize(0) in ExynosJpegEncoder() 147 int getColorFormat(void) { return m_v4l2Format; } in getColorFormat() 149 if (iV4l2ColorFormat != m_v4l2Format) { in setColorFormat() 150 m_v4l2Format = iV4l2ColorFormat; in setColorFormat()
|
D | exynos-hwjpeg.h | 535 v4l2_format m_v4l2Format; // v4l2 format for the source image variable 544 return (TO_SEC_IMG_SIZE(m_v4l2Format.fmt.pix_mp.width) + in IsB2BCompression() 545 TO_SEC_IMG_SIZE(m_v4l2Format.fmt.pix_mp.height)) != 0; in IsB2BCompression() 599 v4l2_format m_v4l2Format; variable
|