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

/hardware/qcom/media/mm-core/inc/
H A DOMX_Video.h700 typedef struct OMX_VIDEO_PARAM_WMVTYPE { struct
705 } OMX_VIDEO_PARAM_WMVTYPE; typedef in typeref:struct:OMX_VIDEO_PARAM_WMVTYPE
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_Video.h699 typedef struct OMX_VIDEO_PARAM_WMVTYPE { struct
704 } OMX_VIDEO_PARAM_WMVTYPE; typedef in typeref:struct:OMX_VIDEO_PARAM_WMVTYPE
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
H A DOMX_Video.h699 typedef struct OMX_VIDEO_PARAM_WMVTYPE { struct
704 } OMX_VIDEO_PARAM_WMVTYPE; typedef in typeref:struct:OMX_VIDEO_PARAM_WMVTYPE
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Video.h699 typedef struct OMX_VIDEO_PARAM_WMVTYPE { struct
704 } OMX_VIDEO_PARAM_WMVTYPE; typedef in typeref:struct:OMX_VIDEO_PARAM_WMVTYPE
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Video.h699 typedef struct OMX_VIDEO_PARAM_WMVTYPE { struct
704 } OMX_VIDEO_PARAM_WMVTYPE; typedef in typeref:struct:OMX_VIDEO_PARAM_WMVTYPE
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDecoder.c366 OMX_MALLOC_STRUCT(pComponentPrivate->pWMV, OMX_VIDEO_PARAM_WMVTYPE,pComponentPrivate->nMemUsage[VIDDDEC_Enum_MemLevel0]);
1024 if (((OMX_VIDEO_PARAM_WMVTYPE*)(ComponentParameterStructure))->nPortIndex ==
1026 memcpy(ComponentParameterStructure, pComponentPrivate->pWMV, sizeof(OMX_VIDEO_PARAM_WMVTYPE));
1371 OMX_VIDEO_PARAM_WMVTYPE* pComponentParam = (OMX_VIDEO_PARAM_WMVTYPE*)pCompParam;
1373 memcpy(pComponentPrivate->pWMV, pCompParam, sizeof(OMX_VIDEO_PARAM_WMVTYPE));
1900 case OMX_IndexParamVideoWmv: /**< reference:OMX_VIDEO_PARAM_WMVTYPE */
2190 case OMX_IndexParamVideoWmv: /**< reference:OMX_VIDEO_PARAM_WMVTYPE */
H A DOMX_VideoDec_Utils.c1046 OMX_CONF_INIT_STRUCT(pComponentPrivate->pWMV, OMX_VIDEO_PARAM_WMVTYPE, pComponentPrivate->dbg);
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
H A DOMX_VideoDec_Utils.h864 OMX_VIDEO_PARAM_WMVTYPE* pWMV;

Completed in 374 milliseconds