Searched refs:OMX_VIDEO_PARAM_MPEG2TYPE (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/media/mm-core/inc/
H A DOMX_Video.h554 typedef struct OMX_VIDEO_PARAM_MPEG2TYPE { struct
562 } OMX_VIDEO_PARAM_MPEG2TYPE; typedef in typeref:struct:OMX_VIDEO_PARAM_MPEG2TYPE
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_Video.h553 typedef struct OMX_VIDEO_PARAM_MPEG2TYPE { struct
561 } OMX_VIDEO_PARAM_MPEG2TYPE; typedef in typeref:struct:OMX_VIDEO_PARAM_MPEG2TYPE
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
H A DOMX_Video.h553 typedef struct OMX_VIDEO_PARAM_MPEG2TYPE { struct
561 } OMX_VIDEO_PARAM_MPEG2TYPE; typedef in typeref:struct:OMX_VIDEO_PARAM_MPEG2TYPE
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Video.h553 typedef struct OMX_VIDEO_PARAM_MPEG2TYPE { struct
561 } OMX_VIDEO_PARAM_MPEG2TYPE; typedef in typeref:struct:OMX_VIDEO_PARAM_MPEG2TYPE
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Video.h553 typedef struct OMX_VIDEO_PARAM_MPEG2TYPE { struct
561 } OMX_VIDEO_PARAM_MPEG2TYPE; typedef in typeref:struct:OMX_VIDEO_PARAM_MPEG2TYPE
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDecoder.c363 OMX_MALLOC_STRUCT(pComponentPrivate->pMpeg2, OMX_VIDEO_PARAM_MPEG2TYPE,pComponentPrivate->nMemUsage[VIDDDEC_Enum_MemLevel0]);
1046 if (((OMX_VIDEO_PARAM_MPEG2TYPE*)(ComponentParameterStructure))->nPortIndex ==
1048 memcpy(ComponentParameterStructure, pComponentPrivate->pMpeg2, sizeof(OMX_VIDEO_PARAM_MPEG2TYPE));
1393 OMX_VIDEO_PARAM_MPEG2TYPE* pComponentParam = (OMX_VIDEO_PARAM_MPEG2TYPE*)pCompParam;
1395 memcpy(pComponentPrivate->pMpeg2, pCompParam, sizeof(OMX_VIDEO_PARAM_MPEG2TYPE));
1898 case OMX_IndexParamVideoMpeg2: /**< reference:OMX_VIDEO_PARAM_MPEG2TYPE */
2188 case OMX_IndexParamVideoMpeg2: /**< reference:OMX_VIDEO_PARAM_MPEG2TYPE */
H A DOMX_VideoDec_Utils.c999 OMX_CONF_INIT_STRUCT (pComponentPrivate->pMpeg2, OMX_VIDEO_PARAM_MPEG2TYPE, pComponentPrivate->dbg);
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
H A DOMX_VideoDec_Utils.h865 OMX_VIDEO_PARAM_MPEG2TYPE* pMpeg2; /* OMX_IndexParamVideoMpeg2 */

Completed in 121 milliseconds