/hardware/samsung_slsi/exynos5/include/ |
D | ExynosRect.h | 47 int colorFormat; //!< V4L2_PIX_FMT_XXX member 65 colorFormat = _colorFormat_; 77 colorFormat = other->colorFormat; in ExynosRect() 89 colorFormat = other.colorFormat; 102 && colorFormat == other.colorFormat);
|
D | ExynosCamera.h | 352 bool setVideoFormat(int colorFormat); 648 bool setPictureFormat(int colorFormat); 654 bool setPreviewFormat(int colorFormat); 777 int colorFormat, 792 void m_printFormat(int colorFormat, const char *arg);
|
/hardware/samsung_slsi/exynos5/libcamera/ |
D | ExynosJpegEncoderForCamera.h | 83 int setColorFormat(int colorFormat);
|
D | ExynosCamera.cpp | 1408 bool ExynosCamera::setVideoFormat(int colorFormat) in setVideoFormat() argument 1410 m_curCameraInfo->videoColorFormat = colorFormat; in setVideoFormat() 1806 if (jpegEnc.setColorFormat(rect->colorFormat)) { in yuv2Jpeg() 3114 bool ExynosCamera::setPictureFormat(int colorFormat) in setPictureFormat() argument 3116 m_curCameraInfo->pictureColorFormat = colorFormat; in setPictureFormat() 3136 bool ExynosCamera::setPreviewFormat(int colorFormat) in setPreviewFormat() argument 3138 m_curCameraInfo->previewColorFormat = colorFormat; in setPreviewFormat() 3390 int colorFormat, in m_setWidthHeight() argument 3424 V4L2_PIX_2_YUV_INFO(colorFormat, &bpp, &planes); in m_setWidthHeight() 3428 v4l2_fmt.fmt.pix_mp.pixelformat = colorFormat; in m_setWidthHeight() [all …]
|
D | ExynosCameraHWInterface.h | 209 void m_getAlignedYUVSize(int colorFormat, int w, int h, ExynosBuffer *buf);
|
D | ExynosCameraHWInterface.cpp | 686 m_orgPreviewRect.colorFormat = newPreviewFormat; in setParameters() 796 m_orgPictureRect.colorFormat = value; in setParameters() 2385 …previewFramesize = FRAME_SIZE(V4L2_PIX_2_HAL_PIXEL_FORMAT(m_orgPreviewRect.colorFormat), m_orgPrev… in m_startPreviewInternal() 2698 V4L2_PIX_2_HAL_PIXEL_FORMAT(m_orgPreviewRect.colorFormat), in m_previewThreadFunc() 2709 …m_getAlignedYUVSize(m_orgPreviewRect.colorFormat, m_orgPreviewRect.w, m_orgPreviewRect.h, &dstBuf); in m_previewThreadFunc() 3327 jpegRect.colorFormat = V4L2_PIX_FMT_NV16; in m_pictureThreadFunc() 3812 void ExynosCameraHWInterface::m_getAlignedYUVSize(int colorFormat, int w, int h, ExynosBuffer *buf) in m_getAlignedYUVSize() argument 3814 switch (colorFormat) { in m_getAlignedYUVSize() 3821 buf->size.extS[0] = FRAME_SIZE(V4L2_PIX_2_HAL_PIXEL_FORMAT(colorFormat), w, h); in m_getAlignedYUVSize() 3860 ALOGE("ERR(%s):unmatched colorFormat(%d)", __func__, colorFormat); in m_getAlignedYUVSize()
|
D | ExynosJpegEncoderForCamera.cpp | 160 int ExynosJpegEncoderForCamera::setColorFormat(int colorFormat) in setColorFormat() argument 166 return m_jpegMain->setColorFormat(colorFormat); in setColorFormat()
|
/hardware/samsung_slsi/exynos5/libcamera2/ |
D | ExynosJpegEncoderForCamera.h | 81 int setColorFormat(int colorFormat);
|
D | ExynosJpegEncoderForCamera.cpp | 154 int ExynosJpegEncoderForCamera::setColorFormat(int colorFormat) in setColorFormat() argument 160 return m_jpegMain->setColorFormat(colorFormat); in setColorFormat()
|
D | ExynosCameraHWInterface2.h | 567 void m_getAlignedYUVSize(int colorFormat, int w, int h,
|
D | ExynosCameraHWInterface2.cpp | 2433 void ExynosCameraHWInterface2::m_getAlignedYUVSize(int colorFormat, int w, int h, ExynosBuffer *buf) in m_getAlignedYUVSize() argument 2435 switch (colorFormat) { in m_getAlignedYUVSize() 2442 buf->size.extS[0] = FRAME_SIZE(V4L2_PIX_2_HAL_PIXEL_FORMAT(colorFormat), w, h); in m_getAlignedYUVSize() 2486 ALOGE("ERR(%s):unmatched colorFormat(%d)", __FUNCTION__, colorFormat); in m_getAlignedYUVSize() 4283 jpegRect.colorFormat = V4L2_PIX_FMT_NV16; in m_jpegCreator() 4707 if (jpegEnc.setColorFormat(rect->colorFormat)) { in yuv2Jpeg()
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/ |
D | Exynos_OMX_Vdec.c | 362 OMX_COLOR_FORMATTYPE colorFormat; in Exynos_CSC_OutputData() local 377 colorFormat = pBufferInfo->ColorFormat; in Exynos_CSC_OutputData() 435 omx_2_hal_pixel_format(colorFormat), /* color_format */ in Exynos_CSC_OutputData()
|