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

  /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...]
omx_video_base.cpp     [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;
OMX_Audio.h 358 OMX_AUDIO_WMAPROFILETYPE eProfile; /**< Profile of WMA stream / data */
    [all...]
  /frameworks/base/include/media/stagefright/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 375 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...]
OMX_Audio.h 358 OMX_AUDIO_WMAPROFILETYPE eProfile; /**< Profile of WMA stream / data */
    [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...]
OMX_Audio.h 358 OMX_AUDIO_WMAPROFILETYPE eProfile; /**< Profile of WMA stream / data */
    [all...]
  /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...]
  /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...]
OMX_VideoDec_Utils.c     [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 222 profileLevel->eProfile = kH263ProfileLevels[index].mProfile;
231 profileLevel->eProfile = kM4VProfileLevels[index].mProfile;
  /frameworks/base/media/libstagefright/
OMXCodec.cpp     [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/
SoftAVC.cpp 217 profileLevel->eProfile = kProfileLevels[index].mProfile;
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c 856 pAppData->pH264->eProfile = OMX_VIDEO_AVCProfileBaseline;
    [all...]

Completed in 904 milliseconds