Searched defs:colorFormat (Results 1 - 7 of 7) sorted by relevance

/hardware/samsung_slsi/exynos5/include/
H A DExynosRect.h47 int colorFormat; //!< V4L2_PIX_FMT_XXX member in struct:ExynosRect
65 colorFormat = _colorFormat_;
77 colorFormat = other->colorFormat;
89 colorFormat = other.colorFormat;
102 && colorFormat == other.colorFormat);
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
H A DExynos_OMX_Vdec.c362 OMX_COLOR_FORMATTYPE colorFormat; local
377 colorFormat = pBufferInfo->ColorFormat;
435 omx_2_hal_pixel_format(colorFormat), /* color_format */
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosJpegEncoderForCamera.cpp160 int ExynosJpegEncoderForCamera::setColorFormat(int colorFormat) argument
166 return m_jpegMain->setColorFormat(colorFormat);
H A DExynosCamera.cpp1408 bool ExynosCamera::setVideoFormat(int colorFormat) argument
1410 m_curCameraInfo->videoColorFormat = colorFormat;
1806 if (jpegEnc.setColorFormat(rect->colorFormat)) {
3114 bool ExynosCamera::setPictureFormat(int colorFormat) argument
3116 m_curCameraInfo->pictureColorFormat = colorFormat;
3136 bool ExynosCamera::setPreviewFormat(int colorFormat) argument
3138 m_curCameraInfo->previewColorFormat = colorFormat;
3390 int colorFormat,
3424 V4L2_PIX_2_YUV_INFO(colorFormat, &bpp, &planes);
3428 v4l2_fmt.fmt.pix_mp.pixelformat = colorFormat;
3385 m_setWidthHeight(int mode, int fd, struct pollfd *event, int w, int h, int colorFormat, struct ExynosBuffer *buf, bool *validBuf) argument
3947 m_printFormat(int colorFormat, const char *arg) argument
[all...]
H A DExynosCameraHWInterface.cpp686 m_orgPreviewRect.colorFormat = newPreviewFormat;
796 m_orgPictureRect.colorFormat = value;
2385 previewFramesize = FRAME_SIZE(V4L2_PIX_2_HAL_PIXEL_FORMAT(m_orgPreviewRect.colorFormat), m_orgPreviewRect.w, m_orgPreviewRect.h);
2698 V4L2_PIX_2_HAL_PIXEL_FORMAT(m_orgPreviewRect.colorFormat),
2709 m_getAlignedYUVSize(m_orgPreviewRect.colorFormat, m_orgPreviewRect.w, m_orgPreviewRect.h, &dstBuf);
3327 jpegRect.colorFormat = V4L2_PIX_FMT_NV16;
3812 void ExynosCameraHWInterface::m_getAlignedYUVSize(int colorFormat, int w, int h, ExynosBuffer *buf) argument
3814 switch (colorFormat) {
3821 buf->size.extS[0] = FRAME_SIZE(V4L2_PIX_2_HAL_PIXEL_FORMAT(colorFormat), w, h);
3860 ALOGE("ERR(%s):unmatched colorFormat(
[all...]
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosJpegEncoderForCamera.cpp154 int ExynosJpegEncoderForCamera::setColorFormat(int colorFormat) argument
160 return m_jpegMain->setColorFormat(colorFormat);
H A DExynosCameraHWInterface2.cpp2433 void ExynosCameraHWInterface2::m_getAlignedYUVSize(int colorFormat, int w, int h, ExynosBuffer *buf) argument
2435 switch (colorFormat) {
2442 buf->size.extS[0] = FRAME_SIZE(V4L2_PIX_2_HAL_PIXEL_FORMAT(colorFormat), w, h);
2486 ALOGE("ERR(%s):unmatched colorFormat(%d)", __FUNCTION__, colorFormat);
4283 jpegRect.colorFormat = V4L2_PIX_FMT_NV16;
4707 if (jpegEnc.setColorFormat(rect->colorFormat)) {

Completed in 261 milliseconds