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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 279 ? OMX_VIDEO_CodingMPEG4
338 ? OMX_VIDEO_CodingMPEG4
459 def->format.video.eCompressionFormat != OMX_VIDEO_CodingMPEG4) ||
525 formatParams->eCompressionFormat != OMX_VIDEO_CodingMPEG4) ||
  /hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_encoder.cpp 100 codec_type = OMX_VIDEO_CodingMPEG4;
190 if(codec_type == OMX_VIDEO_CodingMPEG4)
242 if(codec_type == OMX_VIDEO_CodingMPEG4)
244 m_sOutPortDef.format.video.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
275 if(codec_type == OMX_VIDEO_CodingMPEG4)
277 m_sOutPortFormat.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
    [all...]
video_encoder_device.cpp 196 if(codec == OMX_VIDEO_CodingMPEG4)
    [all...]
omx_video_base.cpp     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c 577 else if ((pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4) ||
    [all...]
OMX_VideoDec_Utils.c 78 else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4) {
115 else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4) {
144 else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4) {
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c     [all...]
OMX_VideoEncoder.c 363 pComponentPrivate->compressionFormats[1]=OMX_VIDEO_CodingMPEG4;
681 pPortDef->format.video.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 129 mMode == MODE_MPEG4 ? OMX_VIDEO_CodingMPEG4 : OMX_VIDEO_CodingH263;
189 ? OMX_VIDEO_CodingMPEG4 : OMX_VIDEO_CodingH263;
  /hardware/qcom/media/mm-video/vidc/venc/test/
venc_test.cpp 397 if(m_sProfile.eCodec == OMX_VIDEO_CodingMPEG4)
752 if (m_sProfile.eCodec == OMX_VIDEO_CodingMPEG4)
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_Video.h 66 OMX_VIDEO_CodingMPEG4, /**< MPEG-4 */
    [all...]
  /frameworks/native/include/media/openmax/
OMX_Video.h 83 OMX_VIDEO_CodingMPEG4, /**< MPEG-4 */
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Video.h 66 OMX_VIDEO_CodingMPEG4, /**< MPEG-4 */
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Video.h 66 OMX_VIDEO_CodingMPEG4, /**< MPEG-4 */
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Video.h 66 OMX_VIDEO_CodingMPEG4, /**< MPEG-4 */
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c     [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/mpeg4dec/
SEC_OMX_Mpeg4dec.c 554 pSECComponent->pSECPort[INPUT_PORT_INDEX].portDefinition.format.video.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
    [all...]
  /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;
    [all...]
  /frameworks/av/media/libstagefright/
OMXCodec.cpp 794 compressionFormat = OMX_VIDEO_CodingMPEG4;
868 case OMX_VIDEO_CodingMPEG4:
    [all...]
ACodec.cpp     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 213 #define VIDDEC_INPUT_PORT_COMPRESSIONFORMAT OMX_VIDEO_CodingMPEG4
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp     [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp 882 eCompressionFormat = OMX_VIDEO_CodingMPEG4;
    [all...]

Completed in 155 milliseconds