Searched refs:OMX_CONFIG_SCALEFACTORTYPE (Results 1 - 15 of 15) sorted by relevance

/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXZoom.cpp86 OMX_CONFIG_SCALEFACTORTYPE zoomControl;
108 OMX_INIT_STRUCT_PTR (&zoomControl, OMX_CONFIG_SCALEFACTORTYPE);
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXZoom.cpp90 OMX_CONFIG_SCALEFACTORTYPE zoomControl;
113 OMX_INIT_STRUCT_PTR (&zoomControl, OMX_CONFIG_SCALEFACTORTYPE);
/hardware/qcom/media/msm8974/mm-core/inc/
H A DOMX_IVCommon.h171 typedef struct OMX_CONFIG_SCALEFACTORTYPE { struct
177 }OMX_CONFIG_SCALEFACTORTYPE; typedef in typeref:struct:OMX_CONFIG_SCALEFACTORTYPE
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
H A DOMX_IVCommon.h158 typedef struct OMX_CONFIG_SCALEFACTORTYPE { struct
164 }OMX_CONFIG_SCALEFACTORTYPE; typedef in typeref:struct:OMX_CONFIG_SCALEFACTORTYPE
/hardware/qcom/media/msm8996/mm-core/inc/
H A DOMX_IVCommon.h171 typedef struct OMX_CONFIG_SCALEFACTORTYPE { struct
177 }OMX_CONFIG_SCALEFACTORTYPE; typedef in typeref:struct:OMX_CONFIG_SCALEFACTORTYPE
/hardware/qcom/media/msm8998/mm-core/inc/
H A DOMX_IVCommon.h171 typedef struct OMX_CONFIG_SCALEFACTORTYPE { struct
177 }OMX_CONFIG_SCALEFACTORTYPE; typedef in typeref:struct:OMX_CONFIG_SCALEFACTORTYPE
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_IVCommon.h158 typedef struct OMX_CONFIG_SCALEFACTORTYPE { struct
164 }OMX_CONFIG_SCALEFACTORTYPE; typedef in typeref:struct:OMX_CONFIG_SCALEFACTORTYPE
/hardware/ti/omap4-aah/domx/omx_core/inc/
H A DOMX_IVCommon.h184 typedef struct OMX_CONFIG_SCALEFACTORTYPE { struct
190 }OMX_CONFIG_SCALEFACTORTYPE; typedef in typeref:struct:OMX_CONFIG_SCALEFACTORTYPE
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_IVCommon.h158 typedef struct OMX_CONFIG_SCALEFACTORTYPE { struct
164 }OMX_CONFIG_SCALEFACTORTYPE; typedef in typeref:struct:OMX_CONFIG_SCALEFACTORTYPE
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
H A DOMX_VPP_Utils.h440 OMX_CONFIG_SCALEFACTORTYPE sScale;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDecoder.c649 OMX_MALLOC(pComponentPrivate->pScalePrivate, sizeof(OMX_CONFIG_SCALEFACTORTYPE)); /* Scale Factor */
1536 OMX_CONFIG_SCALEFACTORTYPE* pScaleFactor = (OMX_CONFIG_SCALEFACTORTYPE *)ComponentConfigStructure;
1537 memcpy(pScaleFactor, pComponentPrivate->pScalePrivate, sizeof(OMX_CONFIG_SCALEFACTORTYPE));
1635 OMX_CONFIG_SCALEFACTORTYPE* pScaleFactor = (OMX_CONFIG_SCALEFACTORTYPE *)ComponentConfigStructure;
1674 memcpy(pComponentPrivate->pScalePrivate, pScaleFactor, sizeof(OMX_CONFIG_SCALEFACTORTYPE));
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
H A DJPEGTest.c622 OMX_CONFIG_SCALEFACTORTYPE* pScaleFactor = NULL;
733 pScaleFactor = (OMX_CONFIG_SCALEFACTORTYPE*)malloc(sizeof(OMX_CONFIG_SCALEFACTORTYPE));
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
H A DOMX_JpegDec_Utils.h399 OMX_CONFIG_SCALEFACTORTYPE* pScalePrivate;
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP.c1545 OMX_CONFIG_SCALEFACTORTYPE *sScale = (OMX_CONFIG_SCALEFACTORTYPE*)ComponentConfigStructure;
1859 OMX_CONFIG_SCALEFACTORTYPE *sScale = (OMX_CONFIG_SCALEFACTORTYPE*)ComponentConfigStructure;
H A DOMX_VPP_Utils.c3375 pComponentPrivate->sScale.nSize = sizeof(OMX_CONFIG_SCALEFACTORTYPE);

Completed in 470 milliseconds