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

1 2

  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderH263.cpp 126 CHECK_ENUMERATION_RANGE(p->nProfileIndex,count);
128 p->eProfile = plTable[p->nProfileIndex].profile;
129 p->eLevel = plTable[p->nProfileIndex].level;
OMXVideoDecoderMPEG2.cpp 127 CHECK_ENUMERATION_RANGE(p->nProfileIndex,count);
129 p->eProfile = plTable[p->nProfileIndex].profile;
130 p->eLevel = plTable[p->nProfileIndex].level;
OMXVideoDecoderMPEG4.cpp 127 CHECK_ENUMERATION_RANGE(p->nProfileIndex,count);
129 p->eProfile = plTable[p->nProfileIndex].profile;
130 p->eLevel = plTable[p->nProfileIndex].level;
OMXVideoDecoderPAVC.cpp 154 if (p->nProfileIndex != 0) {
176 if (p->nProfileIndex != 0) {
194 if (p->nProfileIndex != 0) {
OMXVideoDecoderAVC.cpp 301 CHECK_ENUMERATION_RANGE(p->nProfileIndex,count);
303 p->eProfile = plTable[p->nProfileIndex].profile;
304 p->eLevel = plTable[p->nProfileIndex].level;
OMXVideoEncoderH263.cpp 263 CHECK_ENUMERATION_RANGE(p->nProfileIndex,count);
265 p->eProfile = plTable[p->nProfileIndex].profile;
266 p->eLevel = plTable[p->nProfileIndex].level;
OMXVideoEncoderMPEG4.cpp 261 CHECK_ENUMERATION_RANGE(p->nProfileIndex,count);
263 p->eProfile = plTable[p->nProfileIndex].profile;
264 p->eLevel = plTable[p->nProfileIndex].level;
OMXVideoEncoderAVC.cpp 686 CHECK_ENUMERATION_RANGE(p->nProfileIndex,mPLTableCount);
688 p->eProfile = mPLTable[p->nProfileIndex].profile;
689 p->eLevel = mPLTable[p->nProfileIndex].level;
    [all...]
  /frameworks/native/include/media/openmax/
OMX_AudioExt.h 103 OMX_U32 nProfileIndex; /**< Used to query for individual profile support information */
OMX_Video.h     [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp     [all...]
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp     [all...]
  /frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp 382 if (profileLevel->nProfileIndex >= mNumProfileLevels) {
386 profileLevel->eProfile = mProfileLevels[profileLevel->nProfileIndex].mProfile;
387 profileLevel->eLevel = mProfileLevels[profileLevel->nProfileIndex].mLevel;
SoftVideoEncoderOMXComponent.cpp 362 if (profileLevel->nProfileIndex >= mNumProfileLevels) {
366 profileLevel->eProfile = mProfileLevels[profileLevel->nProfileIndex].mProfile;
367 profileLevel->eLevel = mProfileLevels[profileLevel->nProfileIndex].mLevel;
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
OMXVideoDecoderAVCSecure.cpp 545 CHECK_ENUMERATION_RANGE(p->nProfileIndex,count);
547 p->eProfile = plTable[p->nProfileIndex].profile;
548 p->eLevel = plTable[p->nProfileIndex].level;
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
omx_video_base.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder2.cpp 258 if (profileParams->nProfileIndex >= NELEM(kSupportedProfiles)) {
263 kSupportedProfiles[profileParams->nProfileIndex];
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_Video.h     [all...]
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_Video.h     [all...]
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_Video.h     [all...]
  /hardware/qcom/media/msmcobalt/mm-core/inc/
OMX_Video.h     [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Video.h     [all...]

Completed in 2846 milliseconds

1 2