HomeSort by relevance Sort by last modified time
    Searched refs:nProfileIndex (Results 1 - 25 of 29) 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...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp     [all...]
  /frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp 300 if (profileLevel->nProfileIndex >= mNumProfileLevels) {
304 profileLevel->eProfile = mProfileLevels[profileLevel->nProfileIndex].mProfile;
305 profileLevel->eLevel = mProfileLevels[profileLevel->nProfileIndex].mLevel;
SoftVideoEncoderOMXComponent.cpp 339 if (profileLevel->nProfileIndex >= mNumProfileLevels) {
343 profileLevel->eProfile = mProfileLevels[profileLevel->nProfileIndex].mProfile;
344 profileLevel->eLevel = mProfileLevels[profileLevel->nProfileIndex].mLevel;
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
OMXVideoDecoderAVCSecure.cpp 533 CHECK_ENUMERATION_RANGE(p->nProfileIndex,count);
535 p->eProfile = plTable[p->nProfileIndex].profile;
536 p->eLevel = plTable[p->nProfileIndex].level;
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
omx_video_base.cpp     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp     [all...]
omx_vdec_copper.cpp     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp     [all...]
omx_vdec_hevc.cpp     [all...]
omx_vdec_msm8974.cpp     [all...]
  /frameworks/native/include/media/openmax/
OMX_Video.h     [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_Video.h     [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Video.h     [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Video.h     [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Video.h     [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Video.h     [all...]
  /frameworks/av/media/libstagefright/
OMXCodec.cpp     [all...]

Completed in 3430 milliseconds

1 2