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

  /frameworks/native/include/media/openmax/
OMX_Image.h 73 OMX_IMAGE_CodingJPEG, /**< JPEG/JFIF image format */
OMX_AsString.h 308 case OMX_IMAGE_CodingJPEG: return "JPEG";
    [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_Image.h 56 OMX_IMAGE_CodingJPEG, /**< JPEG/JFIF image format */
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Image.h 56 OMX_IMAGE_CodingJPEG, /**< JPEG/JFIF image format */
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Image.h 56 OMX_IMAGE_CodingJPEG, /**< JPEG/JFIF image format */
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Image.h 56 OMX_IMAGE_CodingJPEG, /**< JPEG/JFIF image format */
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Image.h 73 OMX_IMAGE_CodingJPEG, /**< JPEG/JFIF image format */
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Image.h 56 OMX_IMAGE_CodingJPEG, /**< JPEG/JFIF image format */
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp 821 portCheck.format.image.eCompressionFormat = OMX_IMAGE_CodingJPEG;
835 //TODO: OMX_IMAGE_CodingJPEG should be changed to OMX_IMAGE_CodingRAWJPEG when
838 portCheck.format.image.eCompressionFormat = OMX_IMAGE_CodingJPEG;
842 //TODO: OMX_IMAGE_CodingJPEG should be changed to OMX_IMAGE_CodingRAWMPO when
845 portCheck.format.image.eCompressionFormat = OMX_IMAGE_CodingJPEG;
    [all...]
OMXAlgo.cpp 899 thumbConf.eCompressionFormat = OMX_IMAGE_CodingJPEG;
    [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXAlgo.cpp 925 thumbConf.eCompressionFormat = OMX_IMAGE_CodingJPEG;
    [all...]
OMXCapabilities.cpp 216 { OMX_IMAGE_CodingJPEG, android::CameraParameters::PIXEL_FORMAT_JPEG },
    [all...]
OMXCameraAdapter.cpp     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDecoder.c     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c 594 pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pPortDef->format.image.eCompressionFormat = OMX_IMAGE_CodingUnused; /* OMX_IMAGE_CodingJPEG; */
615 pComponentPrivate->pCompPort[JPEGENC_OUT_PORT]->pPortDef->format.image.eCompressionFormat = OMX_IMAGE_CodingJPEG; /* OMX_IMAGE_CodingUnused; */
634 pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pPortFormat->eCompressionFormat = OMX_IMAGE_CodingUnused; /* OMX_IMAGE_CodingJPEG; */
641 pComponentPrivate->pCompPort[JPEGENC_OUT_PORT]->pPortFormat->eCompressionFormat = OMX_IMAGE_CodingJPEG; /* OMX_IMAGE_CodingUnused; */
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 892 pInPortDef->format.image.eCompressionFormat = OMX_IMAGE_CodingJPEG;
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c     [all...]
  /frameworks/av/media/libstagefright/
OMXCodec.cpp     [all...]

Completed in 514 milliseconds