HomeSort by relevance Sort by last modified time
    Searched refs:OMX_IMAGE_PARAM_PORTFORMATTYPE (Results 1 - 10 of 10) sorted by null

  /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/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 118 milliseconds