/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/ |
JPEGTestEnc.c | [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_Video.h | 119 * specified, eColorFormat is used
120 * eColorFormat : Decompressed format used by this component
135 OMX_COLOR_FORMATTYPE eColorFormat;
151 * eColorFormat is used
152 * eColorFormat : Decompressed format used by this component
161 OMX_COLOR_FORMATTYPE eColorFormat;
[all...] |
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
OMX_Video.h | 119 * specified, eColorFormat is used 120 * eColorFormat : Decompressed format used by this component 135 OMX_COLOR_FORMATTYPE eColorFormat; 151 * eColorFormat is used 152 * eColorFormat : Decompressed format used by this component 161 OMX_COLOR_FORMATTYPE eColorFormat; [all...] |
/frameworks/av/media/libstagefright/ |
OMXCodec.cpp | 669 CODEC_LOGV("portIndex: %ld, index: %ld, eCompressionFormat=%d eColorFormat=%d", 671 index, format.eCompressionFormat, format.eColorFormat); 675 && format.eColorFormat == colorFormat) { 763 if (portFormat.eColorFormat == colorFormat) { 764 CODEC_LOGV("Found supported color format: %d", portFormat.eColorFormat); 835 video_def->eColorFormat = colorFormat; 859 video_def->eColorFormat = OMX_COLOR_FormatUnused; [all...] |
ACodec.cpp | 581 def.format.video.eColorFormat); [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/ |
ExynosVideoApi.h | 102 ExynosVideoColorFormatType eColorFormat;
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/ |
VPPTest.c | 335 (pTempVidPortDef->format.video.eColorFormat == OMX_COLOR_Format16bitRGB565)){ 341 ((pTempVidPortDef->format.video.eColorFormat == OMX_COLOR_FormatYCbYCr)|| 342 (pTempVidPortDef->format.video.eColorFormat == OMX_COLOR_FormatCbYCrY))){ [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/ |
OMX_VideoDec_Utils.c | [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/ |
Exynos_OMX_H264enc.c | 269 switch ((EXYNOS_OMX_COLOR_FORMATTYPE)pExynosInputPort->portDefinition.format.video.eColorFormat) { [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
OMX_VPP.c | [all...] |
OMX_VPP_Utils.c | 276 switch (pComponentPrivate->sCompPorts[OMX_VPP_RGB_OUTPUT_PORT].pPortDef.format.video.eColorFormat)
349 switch (pComponentPrivate->sCompPorts[OMX_VPP_INPUT_PORT].pPortDef.format.video.eColorFormat)
398 switch (pComponentPrivate->sCompPorts[OMX_VPP_YUV_OUTPUT_PORT].pPortDef.format.video.eColorFormat)
[all...] |
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMXCameraAdapter.cpp | 796 portCheck.format.video.eColorFormat = portParams.mColorFormat; 820 portCheck.format.image.eColorFormat = OMX_COLOR_FormatCbYCrY; 825 portCheck.format.image.eColorFormat = OMX_COLOR_FormatCbYCrY; 830 portCheck.format.image.eColorFormat = OMX_COLOR_FormatCbYCrY; 837 portCheck.format.image.eColorFormat = OMX_COLOR_FormatCbYCrY; 844 portCheck.format.image.eColorFormat = OMX_COLOR_FormatCbYCrY; 849 portCheck.format.image.eColorFormat = portParams.mColorFormat; 888 CAMHAL_LOGDB("\n ***IMG IMG FMT = %x", portCheck.format.image.eColorFormat); 902 CAMHAL_LOGDB("\n ***PRV IMG FMT = %x", portCheck.format.video.eColorFormat); [all...] |
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/ |
OMX_JpegEnc_Utils.c | 651 if ( pPortDefIn->format.image.eColorFormat == OMX_COLOR_FormatYUV420PackedPlanar ) { 653 } else if ( pPortDefIn->format.image.eColorFormat == OMX_COLOR_FormatCbYCrY ) { 671 if (pPortDefIn->format.image.eColorFormat == OMX_COLOR_FormatYUV420PackedPlanar) 678 if ( pPortDefIn->format.image.eColorFormat == OMX_COLOR_Format32bitARGB8888){ 685 if (pPortDefIn->format.image.eColorFormat == OMX_COLOR_FormatYUV420PackedPlanar ){ 718 if (pPortDefIn->format.image.eColorFormat == OMX_COLOR_FormatCbYCrY 719 || pPortDefIn->format.image.eColorFormat == OMX_COLOR_Format32bitARGB8888 720 || pPortDefIn->format.image.eColorFormat == OMX_COLOR_FormatYCbYCr 725 else if (pPortDefIn->format.image.eColorFormat == OMX_COLOR_FormatYUV420PackedPlanar) 729 else if (pPortDefIn->format.image.eColorFormat == OMX_COLOR_Format16bitRGB565 [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/ |
VideoEncTest.c | 304 OMX_U8 eColorFormat; 821 pAppData->pInPortDef->format.video.eColorFormat = pAppData->eColorFormat; [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/ |
Exynos_OSAL_Android.cpp | 532 pExynosPort->portDefinition.format.video.eColorFormat, 719 pExynosPort->portDefinition.format.video.eColorFormat = (OMX_COLOR_FORMATTYPE)OMX_SEC_COLOR_FormatNV12Tiled; 821 pExynosPort->portDefinition.format.video.eColorFormat = (OMX_COLOR_FORMATTYPE)OMX_SEC_COLOR_FormatNV12Tiled;
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/ |
omx_vdec.cpp | [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/ |
Exynos_OMX_Mpeg4enc.c | 259 switch ((EXYNOS_OMX_COLOR_FORMATTYPE)pExynosInputPort->portDefinition.format.video.eColorFormat) { 367 switch ((EXYNOS_OMX_COLOR_FORMATTYPE)pExynosInputPort->portDefinition.format.video.eColorFormat) { [all...] |
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/ |
OMX_JpegDec_Utils.c | 709 if (pPortDefOut->format.image.eColorFormat == OMX_COLOR_FormatCbYCrY) { 712 else if (pPortDefOut->format.image.eColorFormat == OMX_COLOR_Format16bitRGB565) { 715 else if (pPortDefOut->format.image.eColorFormat == OMX_COLOR_Format24bitRGB888) { 718 else if (pPortDefOut->format.image.eColorFormat == OMX_COLOR_Format32bitARGB8888) { 721 else if (pPortDefOut->format.image.eColorFormat == OMX_COLOR_Format32bitBGRA8888) { 745 if (pPortDefOut->format.image.eColorFormat == OMX_COLOR_Format32bitARGB8888) [all...] |
OMX_JpegDecoder.c | [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/ |
OMX_VideoEnc_Utils.c | [all...] |
OMX_VideoEncoder.c | 635 pPortDef->format.video.eColorFormat = OMX_COLOR_FormatYUV420Planar; 705 pPortDef->format.video.eColorFormat = OMX_COLOR_FormatUnused; [all...] |
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
omx_vdec.cpp | [all...] |
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/ |
omx_vdec.h | 530 OMX_ERRORTYPE update_color_format(OMX_COLOR_FORMATTYPE eColorFormat);
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/ |
Exynos_OMX_H264dec.c | [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/ |
Exynos_OMX_Mpeg4dec.c | 852 pMpeg4Dec->hMFCMpeg4Handle.MFCOutputColorType = bufferConf.eColorFormat = VIDEO_COLORFORMAT_NV12_TILED; [all...] |