HomeSort by relevance Sort by last modified time
    Searched refs:eProfile (Results 26 - 50 of 65) sorted by null

12 3

  /hardware/ti/omap4-aah/domx/omx_core/inc/
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...]
  /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...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h 279 bool venc_get_profile_level(OMX_U32 *eProfile,OMX_U32 *eLevel);
362 bool venc_set_profile_level(OMX_U32 eProfile,OMX_U32 eLevel);
371 bool venc_validate_profile_level(OMX_U32 *eProfile, OMX_U32 *eLevel);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 246 h263type->eProfile = OMX_VIDEO_H263ProfileBaseline;
265 mpeg4type->eProfile = OMX_VIDEO_MPEG4ProfileCore;
313 if (h263type->eProfile != OMX_VIDEO_H263ProfileBaseline ||
335 if (mpeg4type->eProfile != OMX_VIDEO_MPEG4ProfileCore ||
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP8.cpp 52 mParamVp8.eProfile = OMX_VIDEO_VP8ProfileMain;
OMXVideoEncoderAVC.cpp 131 mParamAvc.eProfile = (OMX_VIDEO_AVCPROFILETYPE) mPLTable[0].profile;
183 mParamProfileLevel.eProfile = mParamAvc.eProfile;
207 FIND_BYKEY(ProfileTable, mParamAvc.eProfile, index);
688 p->eProfile = mPLTable[p->nProfileIndex].profile;
706 if(mParamAvc.eProfile == OMX_VIDEO_AVCProfileHigh)
746 if (p->eProfile == OMX_VIDEO_AVCProfileBaseline &&
774 if(mParamAvc.eProfile == OMX_VIDEO_AVCProfileBaseline){
    [all...]
OMXVideoEncoderVP8.cpp 24 mParamVp8.eProfile = OMX_VIDEO_VP8ProfileMain;
49 mParamProfileLevel.eProfile = OMX_VIDEO_VP8ProfileMain;
  /hardware/qcom/media/mm-core/omxcore/inc/
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;
  /hardware/intel/common/wrs_omxil_core/base/src/
portaudio.cpp 208 wmaparam.eProfile = p->eProfile;
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/test/
venc_test.cpp 520 OMX_U32 eProfile,eLevel;
606 eProfile = (int)profile_tbl[4];
607 E("\n profile/level found: %d/%d\n",eProfile/eLevel);
624 eProfile = m_sProfile.nUserProfile;
639 h263.eProfile = (OMX_VIDEO_H263PROFILETYPE)eProfile;
656 profileLevel.eProfile = eProfile;
668 D ("\n Profile = %d level = %d",profileLevel.eProfile,profileLevel.eLevel);
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
venc_test.cpp 559 OMX_U32 eProfile,eLevel;
643 eProfile = (int)profile_tbl[4];
644 E("\n profile/level found: %lu/%lu\n",eProfile, eLevel);
659 eProfile = m_sProfile.nUserProfile;
674 h263.eProfile = (OMX_VIDEO_H263PROFILETYPE)eProfile;
689 profileLevel.eProfile = eProfile;
701 D ("\n Profile = %lu level = %lu",profileLevel.eProfile,profileLevel.eLevel);
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c     [all...]
  /hardware/qcom/media/mm-core/inc/
QOMX_AudioExtensions.h 139 * eProfile : Profile of WMA stream / data
156 OMX_AUDIO_WMAPROFILETYPE eProfile;
OMX_QCOMExtns.h     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
omx_video_base.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 391 avcParams->eProfile = OMX_VIDEO_AVCProfileBaseline;
449 if (avcType->eProfile != OMX_VIDEO_AVCProfileBaseline ||
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 387 vp8Params->eProfile = OMX_VIDEO_VP8ProfileMain;
484 if (vp8Params->eProfile != OMX_VIDEO_VP8ProfileMain) {
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
OMXVideoDecoderAVCSecure.cpp 106 // TODO: check eProfile/eLevel
107 mParamAvc.eProfile = OMX_VIDEO_AVCProfileHigh; //OMX_VIDEO_AVCProfileBaseline;
535 p->eProfile = plTable[p->nProfileIndex].profile;
  /frameworks/av/media/libstagefright/
OMXCodec.cpp     [all...]
  /frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp 304 profileLevel->eProfile = mProfileLevels[profileLevel->nProfileIndex].mProfile;
SoftVideoEncoderOMXComponent.cpp 343 profileLevel->eProfile = mProfileLevels[profileLevel->nProfileIndex].mProfile;
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp     [all...]

Completed in 1213 milliseconds

12 3