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

1 2

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 284 ? OMX_VIDEO_CodingMPEG4
345 ? OMX_VIDEO_CodingMPEG4
469 def->format.video.eCompressionFormat != OMX_VIDEO_CodingMPEG4) ||
537 formatParams->eCompressionFormat != OMX_VIDEO_CodingMPEG4) ||
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
omx_video_encoder.cpp 115 codec_type = OMX_VIDEO_CodingMPEG4;
228 if(codec_type == OMX_VIDEO_CodingMPEG4)
282 if(codec_type == OMX_VIDEO_CodingMPEG4)
284 m_sOutPortDef.format.video.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
315 if(codec_type == OMX_VIDEO_CodingMPEG4)
317 m_sOutPortFormat.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
    [all...]
video_encoder_device.cpp 253 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...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/test/
venc_test.cpp 580 if(m_sProfile.eCodec == OMX_VIDEO_CodingMPEG4)
671 if (m_sProfile.eCodec == OMX_VIDEO_CodingMPEG4)
782 if (m_sProfile.eCodec == OMX_VIDEO_CodingMPEG4)
833 (m_sProfile.eCodec == OMX_VIDEO_CodingMPEG4)){
873 else if(m_sProfile.eCodec == OMX_VIDEO_CodingMPEG4){
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 116 codec_type = OMX_VIDEO_CodingMPEG4;
233 if (codec_type == OMX_VIDEO_CodingMPEG4) {
285 if (codec_type == OMX_VIDEO_CodingMPEG4) {
286 m_sOutPortDef.format.video.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
316 if (codec_type == OMX_VIDEO_CodingMPEG4) {
317 m_sOutPortFormat.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
    [all...]
video_encoder_device.cpp 246 if (codec == OMX_VIDEO_CodingMPEG4) {
    [all...]
omx_video_base.cpp     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
venc_test.cpp 619 if (m_sProfile.eCodec == OMX_VIDEO_CodingMPEG4) {
704 if (m_sProfile.eCodec == OMX_VIDEO_CodingMPEG4) {
811 if (m_sProfile.eCodec == OMX_VIDEO_CodingMPEG4) {
855 (m_sProfile.eCodec == OMX_VIDEO_CodingMPEG4)) {
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 370 name, "video_decoder.mpeg4", OMX_VIDEO_CodingMPEG4,
  /frameworks/native/include/media/openmax/
OMX_Video.h 83 OMX_VIDEO_CodingMPEG4, /**< MPEG-4 */
    [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_Video.h 66 OMX_VIDEO_CodingMPEG4, /**< MPEG-4 */
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Video.h 66 OMX_VIDEO_CodingMPEG4, /**< MPEG-4 */
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
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...]
  /frameworks/av/media/libstagefright/
OMXCodec.cpp 797 compressionFormat = OMX_VIDEO_CodingMPEG4;
871 case OMX_VIDEO_CodingMPEG4:
    [all...]
ACodec.cpp     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Exynos_OMX_Mpeg4dec.c     [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...]

Completed in 459 milliseconds

1 2