OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMX_IMAGE_PARAM_PORTFORMATTYPE
(Results
1 - 13
of
13
) sorted by null
/hardware/intel/common/wrs_omxil_core/base/inc/
portimage.h
33
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/
portimage.cpp
38
const
OMX_IMAGE_PARAM_PORTFORMATTYPE
*p, bool internal)
59
const
OMX_IMAGE_PARAM_PORTFORMATTYPE
*PortImage::GetPortImageParam(void)
/frameworks/native/include/media/openmax/
OMX_Image.h
157
typedef struct
OMX_IMAGE_PARAM_PORTFORMATTYPE
{
164
}
OMX_IMAGE_PARAM_PORTFORMATTYPE
;
/hardware/qcom/media/mm-core/inc/
OMX_Image.h
140
typedef struct
OMX_IMAGE_PARAM_PORTFORMATTYPE
{
147
}
OMX_IMAGE_PARAM_PORTFORMATTYPE
;
/hardware/qcom/media/mm-core/omxcore/inc/
OMX_Image.h
140
typedef struct
OMX_IMAGE_PARAM_PORTFORMATTYPE
{
147
}
OMX_IMAGE_PARAM_PORTFORMATTYPE
;
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Image.h
140
typedef struct
OMX_IMAGE_PARAM_PORTFORMATTYPE
{
147
}
OMX_IMAGE_PARAM_PORTFORMATTYPE
;
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Image.h
140
typedef struct
OMX_IMAGE_PARAM_PORTFORMATTYPE
{
147
}
OMX_IMAGE_PARAM_PORTFORMATTYPE
;
/hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Image.h
157
typedef struct
OMX_IMAGE_PARAM_PORTFORMATTYPE
{
164
}
OMX_IMAGE_PARAM_PORTFORMATTYPE
;
/hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Image.h
140
typedef struct
OMX_IMAGE_PARAM_PORTFORMATTYPE
{
147
}
OMX_IMAGE_PARAM_PORTFORMATTYPE
;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDecoder.c
647
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
));
[
all
...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c
490
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
);
[
all
...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
OMX_JpegDec_Utils.h
362
OMX_IMAGE_PARAM_PORTFORMATTYPE
* pPortFormat;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_Utils.h
365
OMX_IMAGE_PARAM_PORTFORMATTYPE
* pPortFormat;
Completed in 1462 milliseconds