HomeSort by relevance Sort by last modified time
    Searched refs:eCompressionFormat (Results 26 - 42 of 42) sorted by null

12

  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/mpeg4enc/
SEC_OMX_Mpeg4enc.c 629 pSECComponent->pSECPort[OUTPUT_PORT_INDEX].portDefinition.format.video.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
632 pSECComponent->pSECPort[OUTPUT_PORT_INDEX].portDefinition.format.video.eCompressionFormat = OMX_VIDEO_CodingH263;
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp 882 eCompressionFormat = OMX_VIDEO_CodingMPEG4;
893 eCompressionFormat = OMX_VIDEO_CodingH263;
902 eCompressionFormat = OMX_VIDEO_CodingAVC;
912 eCompressionFormat = OMX_VIDEO_CodingWMV;
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp 807 portCheck.format.image.eCompressionFormat = OMX_IMAGE_CodingJPEG;
812 portCheck.format.image.eCompressionFormat = (OMX_IMAGE_CODINGTYPE) OMX_TI_IMAGE_CodingJPS;
817 portCheck.format.image.eCompressionFormat = (OMX_IMAGE_CODINGTYPE) OMX_TI_IMAGE_CodingMPO;
824 portCheck.format.image.eCompressionFormat = OMX_IMAGE_CodingJPEG;
831 portCheck.format.image.eCompressionFormat = OMX_IMAGE_CodingJPEG;
836 portCheck.format.image.eCompressionFormat = OMX_IMAGE_CodingUnused;
    [all...]
OMXAlgo.cpp 888 thumbConf.eCompressionFormat = OMX_IMAGE_CodingUnused;
895 thumbConf.eCompressionFormat = OMX_IMAGE_CodingJPEG;
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
omx_vdec.h 500 OMX_VIDEO_CODINGTYPE eCompressionFormat;
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_Utils.c     [all...]
OMX_VPP.c     [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/h264dec/
SEC_OMX_H264dec.c 400 pSECComponent->pSECPort[INPUT_PORT_INDEX].portDefinition.format.video.eCompressionFormat = OMX_VIDEO_CodingAVC;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/h264enc/
SEC_OMX_H264enc.c 503 pSECComponent->pSECPort[OUTPUT_PORT_INDEX].portDefinition.format.video.eCompressionFormat = OMX_VIDEO_CodingAVC;
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c     [all...]
  /frameworks/base/media/libstagefright/
ACodec.cpp 949 // eCompressionFormat does not seem right.
954 && compressionFormat == format.eCompressionFormat) {
961 if (format.eCompressionFormat == compressionFormat
991 CHECK_EQ((int)format.eCompressionFormat, (int)OMX_VIDEO_CodingUnused);
1077 video_def->eCompressionFormat = compressionFormat;
    [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec.c 568 if (sPortDef.eDomain == OMX_PortDomainVideo && sPortDef.format.video.eCompressionFormat == OMX_VIDEO_CodingUnused)
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 892 pInPortDef->format.image.eCompressionFormat = OMX_IMAGE_CodingJPEG;
967 pOutPortDef->format.image.eCompressionFormat = OMX_IMAGE_CodingUnused;
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_base.cpp     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h     [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_TI_IVCommon.h     [all...]

Completed in 593 milliseconds

12