Searched refs:OMX_IMAGE_PARAM_PORTFORMATTYPE (Results 1 - 12 of 12) sorted by relevance

/hardware/intel/common/wrs_omxil_core/base/inc/
H A Dportimage.h33 const OMX_IMAGE_PARAM_PORTFORMATTYPE *imageparam, bool internal);
34 const OMX_IMAGE_PARAM_PORTFORMATTYPE *GetPortImageParam(void);
37 OMX_IMAGE_PARAM_PORTFORMATTYPE imageparam;
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dportimage.cpp38 const OMX_IMAGE_PARAM_PORTFORMATTYPE *p, bool internal)
59 const OMX_IMAGE_PARAM_PORTFORMATTYPE *PortImage::GetPortImageParam(void)
/hardware/qcom/media/msm8974/mm-core/inc/
H A DOMX_Image.h140 typedef struct OMX_IMAGE_PARAM_PORTFORMATTYPE { struct
147 } OMX_IMAGE_PARAM_PORTFORMATTYPE; typedef in typeref:struct:OMX_IMAGE_PARAM_PORTFORMATTYPE
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
H A DOMX_Image.h140 typedef struct OMX_IMAGE_PARAM_PORTFORMATTYPE { struct
147 } OMX_IMAGE_PARAM_PORTFORMATTYPE; typedef in typeref:struct:OMX_IMAGE_PARAM_PORTFORMATTYPE
/hardware/qcom/media/msm8996/mm-core/inc/
H A DOMX_Image.h140 typedef struct OMX_IMAGE_PARAM_PORTFORMATTYPE { struct
147 } OMX_IMAGE_PARAM_PORTFORMATTYPE; typedef in typeref:struct:OMX_IMAGE_PARAM_PORTFORMATTYPE
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Image.h140 typedef struct OMX_IMAGE_PARAM_PORTFORMATTYPE { struct
147 } OMX_IMAGE_PARAM_PORTFORMATTYPE; typedef in typeref:struct:OMX_IMAGE_PARAM_PORTFORMATTYPE
/hardware/ti/omap4-aah/domx/omx_core/inc/
H A DOMX_Image.h157 typedef struct OMX_IMAGE_PARAM_PORTFORMATTYPE { struct
164 } OMX_IMAGE_PARAM_PORTFORMATTYPE; typedef in typeref:struct:OMX_IMAGE_PARAM_PORTFORMATTYPE
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Image.h140 typedef struct OMX_IMAGE_PARAM_PORTFORMATTYPE { struct
147 } OMX_IMAGE_PARAM_PORTFORMATTYPE; typedef in typeref:struct:OMX_IMAGE_PARAM_PORTFORMATTYPE
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDecoder.c647 OMX_MALLOC(pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pPortFormat, sizeof(OMX_IMAGE_PARAM_PORTFORMATTYPE));
648 OMX_MALLOC(pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->pPortFormat, sizeof(OMX_IMAGE_PARAM_PORTFORMATTYPE));
769 OMX_CONF_INIT_STRUCT(pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pPortFormat, OMX_IMAGE_PARAM_PORTFORMATTYPE);
776 OMX_CONF_INIT_STRUCT(pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->pPortFormat, OMX_IMAGE_PARAM_PORTFORMATTYPE);
1190 if (((OMX_IMAGE_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nPortIndex == pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pPortFormat->nPortIndex) {
1191 if (((OMX_IMAGE_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nIndex > pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pPortFormat->nIndex) {
1195 memcpy(ComponentParameterStructure, pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pPortFormat, sizeof(OMX_IMAGE_PARAM_PORTFORMATTYPE));
1198 else if (((OMX_IMAGE_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nPortIndex == pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->pPortFormat->nPortIndex) {
1199 if (((OMX_IMAGE_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nIndex > pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->pPortFormat->nIndex) {
1203 memcpy(ComponentParameterStructure, pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->pPortFormat, sizeof(OMX_IMAGE_PARAM_PORTFORMATTYPE));
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEncoder.c490 OMX_MALLOC(pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pPortFormat, sizeof(OMX_IMAGE_PARAM_PORTFORMATTYPE));
491 OMX_MALLOC(pComponentPrivate->pCompPort[JPEGENC_OUT_PORT]->pPortFormat, sizeof(OMX_IMAGE_PARAM_PORTFORMATTYPE));
631 OMX_CONF_INIT_STRUCT(pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pPortFormat, OMX_IMAGE_PARAM_PORTFORMATTYPE);
638 OMX_CONF_INIT_STRUCT(pComponentPrivate->pCompPort[JPEGENC_OUT_PORT]->pPortFormat, OMX_IMAGE_PARAM_PORTFORMATTYPE);
1064 OMX_IMAGE_PARAM_PORTFORMATTYPE *pParamImagePortFormat = NULL;
1066 pParamImagePortFormat = (OMX_IMAGE_PARAM_PORTFORMATTYPE *)pComponentParameterStructure;
1072 memcpy(pComponentParameterStructure, pInpPortType->pPortFormat, sizeof(OMX_IMAGE_PARAM_PORTFORMATTYPE));
1080 memcpy(pComponentParameterStructure, pOutPortType->pPortFormat, sizeof(OMX_IMAGE_PARAM_PORTFORMATTYPE));
1190 OMX_IMAGE_PARAM_PORTFORMATTYPE* pComponentParam = (OMX_IMAGE_PARAM_PORTFORMATTYPE *)pCompPara
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
H A DOMX_JpegDec_Utils.h362 OMX_IMAGE_PARAM_PORTFORMATTYPE* pPortFormat;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
H A DOMX_JpegEnc_Utils.h365 OMX_IMAGE_PARAM_PORTFORMATTYPE* pPortFormat;

Completed in 493 milliseconds