Home
last modified time | relevance | path

Searched refs:OMX_VIDEO_CodingH263 (Results 1 – 25 of 32) sorted by relevance

12

/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
Domx_video_encoder.cpp121 codec_type = OMX_VIDEO_CodingH263; in component_init()
233 else if(codec_type == OMX_VIDEO_CodingH263) in component_init()
286 else if(codec_type == OMX_VIDEO_CodingH263) in component_init()
288 m_sOutPortDef.format.video.eCompressionFormat = OMX_VIDEO_CodingH263; in component_init()
319 else if(codec_type == OMX_VIDEO_CodingH263) in component_init()
321 m_sOutPortFormat.eCompressionFormat = OMX_VIDEO_CodingH263; in component_init()
1309 else if(m_sOutPortFormat.eCompressionFormat == OMX_VIDEO_CodingH263) in set_config()
Dvideo_encoder_device_copper.cpp287 else if(codec == OMX_VIDEO_CodingH263) in venc_open()
2341 if (( m_sVenc_cfg.codectype != OMX_VIDEO_CodingH263) && in venc_set_error_resilience()
2347 if (( m_sVenc_cfg.codectype != OMX_VIDEO_CodingH263) && in venc_set_error_resilience()
2352 else if (m_sVenc_cfg.codectype == OMX_VIDEO_CodingH263 && in venc_set_error_resilience()
Dvideo_encoder_device.cpp260 else if(codec == OMX_VIDEO_CodingH263) in venc_open()
2314 if (( m_sVenc_cfg.codectype != OMX_VIDEO_CodingH263) && in venc_set_error_resilience()
2320 if (( m_sVenc_cfg.codectype != OMX_VIDEO_CodingH263) && in venc_set_error_resilience()
2325 else if (m_sVenc_cfg.codectype == OMX_VIDEO_CodingH263 && in venc_set_error_resilience()
Domx_video_base.cpp4183 else if (m_sOutPortDef.format.video.eCompressionFormat == OMX_VIDEO_CodingH263) in get_supported_profile_level()
4259 else if (m_sOutPortDef.format.video.eCompressionFormat == OMX_VIDEO_CodingH263) in get_supported_profile_level()
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
DOMX_VideoDecoder.c578 … (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingH263)) { in VIDDEC_GetComponentVersion()
814 … pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingH263 || in VIDDEC_GetParameter()
857 case OMX_VIDEO_CodingH263: in VIDDEC_GetParameter()
902 … else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingH263) { in VIDDEC_GetParameter()
966 … pComponentPrivate->pInPortFormat->eCompressionFormat = OMX_VIDEO_CodingH263; in VIDDEC_GetParameter()
967 … pComponentPrivate->pInPortDef->format.video.eCompressionFormat = OMX_VIDEO_CodingH263; in VIDDEC_GetParameter()
1252 case OMX_VIDEO_CodingH263: in VIDDEC_SetParameter()
1253 … pComponentPrivate->pInPortDef->format.video.eCompressionFormat = OMX_VIDEO_CodingH263; in VIDDEC_SetParameter()
1524 … pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingH263 || in VIDDEC_SetParameter()
1543 … pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingH263){ in VIDDEC_SetParameter()
[all …]
DOMX_VideoDec_Utils.c92 … else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingH263) { in VIDDEC_GetRMFrecuency()
121 … else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingH263) { in VIDDEC_GetRMFrecuency()
150 … else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingH263) { in VIDDEC_GetRMFrecuency()
1211 pComponentPrivate->pInPortFormat->eCompressionFormat = OMX_VIDEO_CodingH263; in VIDDEC_Load_Defaults()
1220 pComponentPrivate->pInPortDef->format.video.eCompressionFormat = OMX_VIDEO_CodingH263; in VIDDEC_Load_Defaults()
2535 … pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingH263) { in VIDDEC_HandleCommand()
2626 … else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingH263) { in VIDDEC_HandleCommand()
2787 … else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingH263) { in VIDDEC_HandleCommand()
3109 … else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingH263) { in VIDDEC_HandleCommand()
3222 … else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingH263) { in VIDDEC_HandleCommand()
[all …]
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderH263.cpp46 paramPortDefinitionInput->format.video.eCompressionFormat = OMX_VIDEO_CodingH263; in InitInputPortFormatSpecific()
DOMXVideoEncoderH263.cpp51 paramPortDefinitionOutput->format.video.eCompressionFormat = OMX_VIDEO_CodingH263; in InitOutputPortFormatSpecific()
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp134 codec_type = OMX_VIDEO_CodingH263; in component_init()
255 } else if (codec_type == OMX_VIDEO_CodingH263) { in component_init()
306 } else if (codec_type == OMX_VIDEO_CodingH263) { in component_init()
307 m_sOutPortDef.format.video.eCompressionFormat = OMX_VIDEO_CodingH263; in component_init()
337 } else if (codec_type == OMX_VIDEO_CodingH263) { in component_init()
338 m_sOutPortFormat.eCompressionFormat = OMX_VIDEO_CodingH263; in component_init()
1501 } else if (m_sOutPortFormat.eCompressionFormat == OMX_VIDEO_CodingH263) { in set_config()
Dvideo_encoder_device.cpp366 } else if (codec == OMX_VIDEO_CodingH263) { in venc_open()
2529 if (( m_sVenc_cfg.codectype != OMX_VIDEO_CodingH263) && in venc_set_error_resilience()
2535 if (( m_sVenc_cfg.codectype != OMX_VIDEO_CodingH263) && in venc_set_error_resilience()
2539 } else if (m_sVenc_cfg.codectype == OMX_VIDEO_CodingH263 && in venc_set_error_resilience()
Domx_video_base.cpp4092 } else if (m_sOutPortDef.format.video.eCompressionFormat == OMX_VIDEO_CodingH263) { in get_supported_profile_level()
4171 } else if (m_sOutPortDef.format.video.eCompressionFormat == OMX_VIDEO_CodingH263) { in get_supported_profile_level()
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEnc_Utils.c1356 pPortDefOut->format.video.eCompressionFormat == OMX_VIDEO_CodingH263) in OMX_VIDENC_HandleCommandStateSetIdle()
1443 case OMX_VIDEO_CodingH263: in OMX_VIDENC_HandleCommandStateSetIdle()
1497 … else if (pCompPortOut->pPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingH263) in OMX_VIDENC_HandleCommandStateSetIdle()
1740 … else if (pCompPortOut->pPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingH263) in OMX_VIDENC_HandleCommandStateSetIdle()
1863 else if (pPortDefOut->format.video.eCompressionFormat == OMX_VIDEO_CodingH263) in OMX_VIDENC_HandleCommandStateSetExecuting()
2069 else if (pPortDefOut->format.video.eCompressionFormat == OMX_VIDEO_CodingH263) in OMX_VIDENC_HandleCommandStateSetLoaded()
2148 else if (pPortDefOut->format.video.eCompressionFormat == OMX_VIDEO_CodingH263) in OMX_VIDENC_HandleCommandStateSetLoaded()
2331 pPortDefOut->format.video.eCompressionFormat == OMX_VIDEO_CodingH263) in OMX_VIDENC_Process_FreeOutBuf()
2632 pPortDefOut->format.video.eCompressionFormat == OMX_VIDEO_CodingH263) in OMX_VIDENC_Process_FilledInBuf()
2930 pPortDefOut->format.video.eCompressionFormat == OMX_VIDEO_CodingH263) in OMX_VIDENC_Process_FilledOutBuf()
[all …]
DOMX_VideoEncoder.c364 pComponentPrivate->compressionFormats[2]=OMX_VIDEO_CodingH263; in OMX_ComponentInit()
687 pPortDef->format.video.eCompressionFormat = OMX_VIDEO_CodingH263; in OMX_ComponentInit()
757 pPortFormat->eCompressionFormat = OMX_VIDEO_CodingH263; in OMX_ComponentInit()
919 else if(pPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingH263) { in OMX_ComponentInit()
1689 case OMX_VIDEO_CodingH263: in GetParameter()
1734 else if (pCompPortOut->pPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingH263) { in GetParameter()
2122 pCompPortOut->pPortDef->format.video.eCompressionFormat = OMX_VIDEO_CodingH263; in SetParameter()
2123 pCompPortOut->pPortFormat->eCompressionFormat = OMX_VIDEO_CodingH263; in SetParameter()
2155 case OMX_VIDEO_CodingH263: in SetParameter()
2177 case OMX_VIDEO_CodingH263: in SetParameter()
[all …]
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
Dvenc_test.cpp588 else if(m_sProfile.eCodec == OMX_VIDEO_CodingH263) in ConfigureEncoder()
627 if (m_sProfile.eCodec == OMX_VIDEO_CodingH263) in ConfigureEncoder()
791 else if (m_sProfile.eCodec == OMX_VIDEO_CodingH263) in ConfigureEncoder()
844 (m_sProfile.eCodec == OMX_VIDEO_CodingH263)){ in ConfigureEncoder()
1172 else if (m_sProfile.eCodec == OMX_VIDEO_CodingH263) in VencTest_Initialize()
1884 m_sProfile.eCodec = OMX_VIDEO_CodingH263; in parseArgs()
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
Dvenc_test.cpp623 } else if (m_sProfile.eCodec == OMX_VIDEO_CodingH263) { in ConfigureEncoder()
663 if (m_sProfile.eCodec == OMX_VIDEO_CodingH263) { in ConfigureEncoder()
818 } else if (m_sProfile.eCodec == OMX_VIDEO_CodingH263) { in ConfigureEncoder()
864 (m_sProfile.eCodec == OMX_VIDEO_CodingH263)) { in ConfigureEncoder()
1179 } else if (m_sProfile.eCodec == OMX_VIDEO_CodingH263) { in VencTest_Initialize()
1889 m_sProfile.eCodec = OMX_VIDEO_CodingH263; in parseArgs()
/hardware/ti/omap4xxx/domx/omx_core/inc/
DOMX_Video.h65 OMX_VIDEO_CodingH263, /**< H.263 */ enumerator
/hardware/qcom/media/mm-core/omxcore/inc/
DOMX_Video.h65 OMX_VIDEO_CodingH263, /**< H.263 */ enumerator
/hardware/ti/omap4-aah/domx/omx_core/inc/
DOMX_Video.h82 OMX_VIDEO_CodingH263, /**< H.263 */ enumerator
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
DOMX_Video.h65 OMX_VIDEO_CodingH263, /**< H.263 */ enumerator
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
DOMX_Video.h65 OMX_VIDEO_CodingH263, /**< H.263 */ enumerator
/hardware/qcom/media/mm-core/inc/
DOMX_Video.h65 OMX_VIDEO_CodingH263, /**< H.263 */ enumerator
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
DVideoEncTest.c1064 if (pAppData->eCompressionFormat == OMX_VIDEO_CodingH263) { in VIDENCTEST_SetMpeg4Parameter()
1175 if (pAppData->eCompressionFormat == OMX_VIDEO_CodingH263) { in VIDENCTEST_AllocateResources()
1454 case OMX_VIDEO_CodingH263: in VIDENCTEST_PassToLoaded()
1594 pAppData->eCompressionFormat == OMX_VIDEO_CodingH263) { in VIDENCTEST_Starting()
2320 pAppData->eCompressionFormat = OMX_VIDEO_CodingH263; in VIDENCTEST_CheckArgs()
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
DExynos_OMX_Mpeg4dec.c1460 …ExynosPort[INPUT_PORT_INDEX].portDefinition.format.video.eCompressionFormat = OMX_VIDEO_CodingH263; in Exynos_Mpeg4Dec_SetParameter()
2456 pExynosPort->portDefinition.format.video.eCompressionFormat = OMX_VIDEO_CodingH263; in Exynos_OMX_ComponentInit()
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
DExynos_OMX_Mpeg4enc.c1505 …xynosPort[OUTPUT_PORT_INDEX].portDefinition.format.video.eCompressionFormat = OMX_VIDEO_CodingH263; in Exynos_Mpeg4Enc_SetParameter()
2462 pExynosPort->portDefinition.format.video.eCompressionFormat = OMX_VIDEO_CodingH263; in Exynos_OMX_ComponentInit()
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
Domx_vdec_test.cpp1743 portFmt.format.video.eCompressionFormat = OMX_VIDEO_CodingH263; in Init_Decoder()

12