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

  /frameworks/native/include/media/openmax/
OMX_Image.h 292 typedef struct OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE {
298 } OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE;
  /hardware/qcom/media/mm-core/inc/
OMX_Image.h 275 typedef struct OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE {
281 } OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE;
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Image.h 275 typedef struct OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE {
281 } OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE;
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Image.h 275 typedef struct OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE {
281 } OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE;
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Image.h 275 typedef struct OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE {
281 } OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE;
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Image.h 292 typedef struct OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE {
298 } OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE;
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Image.h 275 typedef struct OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE {
281 } OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE;
  /device/moto/shamu/camera/QCamera2/stack/common/
mm_jpeg_interface.h 222 OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE qtable[QTABLE_MAX];
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c 497 OMX_MALLOC(pComponentPrivate->pCustomLumaQuantTable, sizeof(OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE));
498 OMX_MALLOC(pComponentPrivate->pCustomChromaQuantTable, sizeof(OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE));
619 OMX_CONF_INIT_STRUCT(pComponentPrivate->pCustomLumaQuantTable, OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE);
623 OMX_CONF_INIT_STRUCT(pComponentPrivate->pCustomChromaQuantTable, OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE);
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_Utils.h 413 OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE *pCustomLumaQuantTable;
414 OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE *pCustomChromaQuantTable;
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDecoder.c     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
OMX_JpegDec_Utils.h 453 OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE* pQuantTable;
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c     [all...]

Completed in 340 milliseconds