Searched refs:OMX_VIDEO_CodingMPEG4 (Results 1 - 21 of 21) sorted by relevance

/hardware/qcom/media/mm-video/vidc/venc/src/
H A Domx_video_encoder.cpp115 codec_type = OMX_VIDEO_CodingMPEG4;
228 if(codec_type == OMX_VIDEO_CodingMPEG4)
282 if(codec_type == OMX_VIDEO_CodingMPEG4)
284 m_sOutPortDef.format.video.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
315 if(codec_type == OMX_VIDEO_CodingMPEG4)
317 m_sOutPortFormat.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
1272 if(m_sOutPortFormat.eCompressionFormat == OMX_VIDEO_CodingMPEG4)
H A Dvideo_encoder_device.cpp252 if(codec == OMX_VIDEO_CodingMPEG4)
2268 if (m_sVenc_cfg.codectype == OMX_VIDEO_CodingMPEG4) {
H A Domx_video_base.cpp4163 else if(m_sOutPortDef.format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4)
4239 else if(m_sOutPortDef.format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4)
H A Dvideo_encoder_device_copper.cpp279 if(codec == OMX_VIDEO_CodingMPEG4)
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDecoder.c577 else if ((pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4) ||
813 if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4 ||
861 case OMX_VIDEO_CodingMPEG4:
897 else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4) {
983 pComponentPrivate->pInPortFormat->eCompressionFormat = OMX_VIDEO_CodingMPEG4;
984 pComponentPrivate->pInPortDef->format.video.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
1262 case OMX_VIDEO_CodingMPEG4:
1263 OMX_PRINT1(pComponentPrivate->dbg, "eCompressionFormat = OMX_VIDEO_CodingMPEG4\n");
1264 pComponentPrivate->pInPortDef->format.video.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
1523 if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4 ||
[all...]
H A DOMX_VideoDec_Utils.c78 else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4) {
115 else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4) {
144 else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4) {
1317 pComponentPrivate->pInPortFormat->eCompressionFormat = OMX_VIDEO_CodingMPEG4;
1326 pComponentPrivate->pInPortDef->format.video.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
2534 else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4 ||
2623 else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4) {
2784 else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4) {
3106 else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4) {
3216 else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4) {
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEnc_Utils.c1355 else if (pPortDefOut->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4 ||
1411 case OMX_VIDEO_CodingMPEG4:
1485 else if (pCompPortOut->pPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4)
1729 else if (pCompPortOut->pPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4)
1850 else if (pPortDefOut->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4)
2057 else if (pPortDefOut->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4)
2137 else if (pPortDefOut->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4)
2330 else if (pPortDefOut->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4 ||
2631 else if (pPortDefOut->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4 ||
2712 if (pPortDefOut->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4)
[all...]
H A DOMX_VideoEncoder.c363 pComponentPrivate->compressionFormats[1]=OMX_VIDEO_CodingMPEG4;
681 pPortDef->format.video.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
753 pPortFormat->eCompressionFormat = OMX_VIDEO_CodingMPEG4;
915 if(pPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4)
1693 case OMX_VIDEO_CodingMPEG4:
1729 else if (pCompPortOut->pPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4) {
2116 pCompPortOut->pPortDef->format.video.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
2117 pCompPortOut->pPortFormat->eCompressionFormat = OMX_VIDEO_CodingMPEG4;
2158 case OMX_VIDEO_CodingMPEG4:
2181 case OMX_VIDEO_CodingMPEG4
[all...]
/hardware/qcom/media/mm-video/vidc/venc/test/
H A Dvenc_test.cpp579 if(m_sProfile.eCodec == OMX_VIDEO_CodingMPEG4)
670 if (m_sProfile.eCodec == OMX_VIDEO_CodingMPEG4)
781 if (m_sProfile.eCodec == OMX_VIDEO_CodingMPEG4)
832 (m_sProfile.eCodec == OMX_VIDEO_CodingMPEG4)){
872 else if(m_sProfile.eCodec == OMX_VIDEO_CodingMPEG4){
1163 if (m_sProfile.eCodec == OMX_VIDEO_CodingMPEG4)
1879 m_sProfile.eCodec = OMX_VIDEO_CodingMPEG4;
/hardware/qcom/media/mm-core/inc/
H A DOMX_Video.h66 OMX_VIDEO_CodingMPEG4, /**< MPEG-4 */ enumerator in enum:OMX_VIDEO_CODINGTYPE
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_Video.h66 OMX_VIDEO_CodingMPEG4, /**< MPEG-4 */ enumerator in enum:OMX_VIDEO_CODINGTYPE
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
H A DOMX_Video.h66 OMX_VIDEO_CodingMPEG4, /**< MPEG-4 */ enumerator in enum:OMX_VIDEO_CODINGTYPE
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Video.h66 OMX_VIDEO_CodingMPEG4, /**< MPEG-4 */ enumerator in enum:OMX_VIDEO_CODINGTYPE
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Video.h66 OMX_VIDEO_CodingMPEG4, /**< MPEG-4 */ enumerator in enum:OMX_VIDEO_CODINGTYPE
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
H A DVideoEncTest.c1093 if (pAppData->eCompressionFormat == OMX_VIDEO_CodingMPEG4) {
1179 else if (pAppData->eCompressionFormat == OMX_VIDEO_CodingMPEG4) {
1458 case OMX_VIDEO_CodingMPEG4:
1593 if (pAppData->eCompressionFormat == OMX_VIDEO_CodingMPEG4 ||
2325 pAppData->eCompressionFormat = OMX_VIDEO_CodingMPEG4;
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
H A DExynos_OMX_Mpeg4dec.c1306 pExynosComponent->pExynosPort[INPUT_PORT_INDEX].portDefinition.format.video.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
2278 pExynosPort->portDefinition.format.video.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
H A DOMX_VideoDec_Utils.h213 #define VIDDEC_INPUT_PORT_COMPRESSIONFORMAT OMX_VIDEO_CodingMPEG4
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
H A DExynos_OMX_Mpeg4enc.c1438 pExynosComponent->pExynosPort[OUTPUT_PORT_INDEX].portDefinition.format.video.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
2458 pExynosPort->portDefinition.format.video.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
/hardware/qcom/media/mm-video/vidc/vdec/test/
H A Domx_vdec_test.cpp1741 portFmt.format.video.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
/hardware/qcom/media/mm-video/vidc/vdec/src/
H A Domx_vdec.cpp1236 eCompressionFormat = OMX_VIDEO_CodingMPEG4;
H A Domx_vdec_copper.cpp1242 eCompressionFormat = OMX_VIDEO_CodingMPEG4;

Completed in 250 milliseconds