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

1 2

  /hardware/qcom/media/mm-video/vidc/venc/inc/
video_encoder_device.h 66 bool venc_get_profile_level(OMX_U32 *eProfile,OMX_U32 *eLevel);
85 bool venc_set_profile_level(OMX_U32 eProfile,OMX_U32 eLevel);
93 bool venc_validate_profile_level(OMX_U32 *eProfile, OMX_U32 *eLevel);
  /hardware/qcom/media/mm-video/vidc/venc/src/
video_encoder_device.cpp 576 if(!venc_set_profile_level (pParam->eProfile, pParam->eLevel))
602 if(!venc_set_profile_level (pParam->eProfile, pParam->eLevel))
625 DEBUG_PRINT_LOW("pParam->eProfile :%d ,pParam->eLevel %d\n",
626 pParam->eProfile,pParam->eLevel);
630 if(!venc_set_profile_level (pParam->eProfile,pParam->eLevel))
652 if(!venc_set_profile_level (profile_level->eProfile,
    [all...]
omx_video_encoder.cpp 192 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_MPEG4ProfileSimple;
197 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_H263ProfileBaseline;
202 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_AVCProfileBaseline;
301 m_sParamMPEG4.eProfile = OMX_VIDEO_MPEG4ProfileSimple;
318 m_sParamH263.eProfile = OMX_VIDEO_H263ProfileBaseline;
340 m_sParamAVC.eProfile = OMX_VIDEO_AVCProfileBaseline;
573 m_sParamMPEG4.eProfile = pParam->eProfile;
579 m_sParamProfileLevel.eProfile = pParam->eProfile;
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
QOMX_AudioExtensions.h 115 * eProfile : Profile of WMA stream / data
132 OMX_AUDIO_WMAPROFILETYPE eProfile;
OMX_Video.h 476 * eProfile : H.263 profile(s) to use
499 OMX_VIDEO_H263PROFILETYPE eProfile;
550 * eProfile : MPEG-2 profile(s) to use
559 OMX_VIDEO_MPEG2PROFILETYPE eProfile;
647 * eProfile : MPEG-4 profile(s) to use.
668 OMX_VIDEO_MPEG4PROFILETYPE eProfile;
    [all...]
OMX_QCOMExtns.h 592 * eProfile : Profile of DivX stream / data
599 QOMX_VIDEO_DIVXPROFILETYPE eProfile;
641 * eProfile : Profile or Version of VP stream / data
648 QOMX_VIDEO_VPPROFILETYPE eProfile;
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_Video.h 476 * eProfile : H.263 profile(s) to use
499 OMX_VIDEO_H263PROFILETYPE eProfile;
550 * eProfile : MPEG-2 profile(s) to use
559 OMX_VIDEO_MPEG2PROFILETYPE eProfile;
647 * eProfile : MPEG-4 profile(s) to use.
668 OMX_VIDEO_MPEG4PROFILETYPE eProfile;
    [all...]
OMX_Audio.h 358 OMX_AUDIO_WMAPROFILETYPE eProfile; /**< Profile of WMA stream / data */
    [all...]
  /frameworks/native/include/media/openmax/
OMX_Video.h 494 * eProfile : H.263 profile(s) to use
517 OMX_VIDEO_H263PROFILETYPE eProfile;
568 * eProfile : MPEG-2 profile(s) to use
577 OMX_VIDEO_MPEG2PROFILETYPE eProfile;
665 * eProfile : MPEG-4 profile(s) to use.
686 OMX_VIDEO_MPEG4PROFILETYPE eProfile;
    [all...]
OMX_Audio.h 390 OMX_AUDIO_WMAPROFILETYPE eProfile; /**< Profile of WMA stream / data */
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Video.h 476 * eProfile : H.263 profile(s) to use
499 OMX_VIDEO_H263PROFILETYPE eProfile;
550 * eProfile : MPEG-2 profile(s) to use
559 OMX_VIDEO_MPEG2PROFILETYPE eProfile;
647 * eProfile : MPEG-4 profile(s) to use.
668 OMX_VIDEO_MPEG4PROFILETYPE eProfile;
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Video.h 476 * eProfile : H.263 profile(s) to use
499 OMX_VIDEO_H263PROFILETYPE eProfile;
550 * eProfile : MPEG-2 profile(s) to use
559 OMX_VIDEO_MPEG2PROFILETYPE eProfile;
647 * eProfile : MPEG-4 profile(s) to use.
668 OMX_VIDEO_MPEG4PROFILETYPE eProfile;
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 358 h263type->eProfile = OMX_VIDEO_H263ProfileBaseline;
377 mpeg4type->eProfile = OMX_VIDEO_MPEG4ProfileCore;
406 profileLevel->eProfile = OMX_VIDEO_H263ProfileBaseline;
409 profileLevel->eProfile = OMX_VIDEO_MPEG4ProfileCore;
543 if (h263type->eProfile != OMX_VIDEO_H263ProfileBaseline ||
565 if (mpeg4type->eProfile != OMX_VIDEO_MPEG4ProfileCore ||
  /hardware/qcom/media/mm-video/vidc/venc/test/
venc_test.cpp 346 OMX_U32 eProfile,eLevel;
423 eProfile = (int)profile_tbl[4];
451 h263.eProfile = (OMX_VIDEO_H263PROFILETYPE)eProfile;
467 profileLevel.eProfile = eProfile;
479 D ("\n Profile = %d level = %d",profileLevel.eProfile,profileLevel.eLevel);
504 // mp4.eProfile = OMX_VIDEO_MPEG4ProfileSimple;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/mpeg4enc/
SEC_OMX_Mpeg4enc.c 209 pMpeg4Param->ProfileIDC = OMXMpeg4ProfileToMFCProfile(pMpeg4Enc->mpeg4Component[OUTPUT_PORT_INDEX].eProfile);
467 pDstProfileLevel->eProfile = pProfileLevel->profile;
493 pDstProfileLevel->eProfile = pSrcMpeg4Param->eProfile;
497 pDstProfileLevel->eProfile = pSrcH263Param->eProfile;
666 pDstMpeg4Param->eProfile = pSrcProfileLevel->eProfile;
674 pDstH263Param->eProfile = pSrcProfileLevel->eProfile;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/mpeg4dec/
SEC_OMX_Mpeg4dec.c 392 pDstProfileLevel->eProfile = pProfileLevel->profile;
418 pDstProfileLevel->eProfile = pSrcMpeg4Param->eProfile;
422 pDstProfileLevel->eProfile = pSrcH263Param->eProfile;
650 pDstMpeg4Param->eProfile = pSrcProfileLevel->eProfile;
658 pDstH263Param->eProfile = pSrcProfileLevel->eProfile;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c     [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/h264enc/
SEC_OMX_H264enc.c 214 pH264Arg->ProfileIDC = OMXAVCProfileToProfileIDC(pH264Enc->AVCComponent[OUTPUT_PORT_INDEX].eProfile); //0; //(OMX_VIDEO_AVCProfileMain)
371 pDstProfileLevel->eProfile = pProfileLevel->profile;
394 pDstProfileLevel->eProfile = pSrcAVCComponent->eProfile;
529 pDstAVCComponent->eProfile = pSrcProfileLevel->eProfile;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/h264dec/
SEC_OMX_H264dec.c 268 pDstProfileLevel->eProfile = pProfileLevel->profile;
291 pDstProfileLevel->eProfile = pSrcAVCComponent->eProfile;
485 pDstAVCComponent->eProfile = pSrcProfileLevel->eProfile;
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 222 profileLevel->eProfile = kH263ProfileLevels[index].mProfile;
231 profileLevel->eProfile = kM4VProfileLevels[index].mProfile;
  /frameworks/av/media/libstagefright/
OMXCodec.cpp 979 int32_t supportedProfile = static_cast<int32_t>(param.eProfile);
1025 defaultProfileLevel.mProfile = h263type.eProfile;
1029 h263type.eProfile = static_cast<OMX_VIDEO_H263PROFILETYPE>(profileLevel.mProfile);
    [all...]
ACodec.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 479 avcParams->eProfile = OMX_VIDEO_AVCProfileBaseline;
519 profileLevel->eProfile = OMX_VIDEO_AVCProfileBaseline;
646 if (avcType->eProfile != OMX_VIDEO_AVCProfileBaseline ||
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.cpp 218 profileLevel->eProfile = kProfileLevels[index].mProfile;

Completed in 599 milliseconds

1 2